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

[skywalking] branch envoy/mal updated (aff25f5 -> 763c807)

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

kezhenxu94 pushed a change to branch envoy/mal
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


    from aff25f5  Lift data plane to level 1 of dashboard
     add 6e48dca  Improvement Influxdb query performance (#6066)
     add 763c807  Merge remote-tracking branch 'origin/master' into envoy/mal

No new revisions were added by this update.

Summary of changes:
 CHANGES.md                                         |  1 +
 .../analysis/worker/MetricsPersistentWorker.java   | 27 ++++-----
 .../oap/server/core/storage/IMetricsDAO.java       |  6 +-
 .../plugin/elasticsearch/base/MetricsEsDAO.java    |  5 +-
 .../plugin/elasticsearch7/dao/MetricsEs7DAO.java   | 12 ++--
 .../storage/plugin/influxdb/InfluxConstants.java   |  2 +-
 .../storage/plugin/influxdb/TableMetaInfo.java     | 28 +++++----
 .../storage/plugin/influxdb/base/MetricsDAO.java   | 68 +++++++++++++++++-----
 .../plugin/influxdb/query/MetadataQuery.java       | 10 ++--
 .../storage/plugin/jdbc/h2/dao/H2MetricsDAO.java   |  6 +-
 10 files changed, 105 insertions(+), 60 deletions(-)