You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2020/03/26 12:43:16 UTC

[skywalking] branch remove-endpoint-register updated (7af8f1a -> c1a6004)

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a change to branch remove-endpoint-register
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


    from 7af8f1a  Fix MySQL Instanller.
     add c1a6004  Support Influxdb implementation of new endpoint traffic.

No new revisions were added by this update.

Summary of changes:
 .../plugin/influxdb/InfluxStorageProvider.java     |   4 +-
 .../influxdb/query/InfluxMetadataQueryDAO.java     | 109 +++++++++++++++++++++
 .../storage/plugin/influxdb/query/TraceQuery.java  |   4 +-
 3 files changed, 113 insertions(+), 4 deletions(-)
 create mode 100644 oap-server/server-storage-plugin/storage-influxdb-plugin/src/main/java/org/apache/skywalking/oap/server/storage/plugin/influxdb/query/InfluxMetadataQueryDAO.java