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 2021/03/11 02:42:02 UTC

[skywalking] branch master updated (d9617cb -> 0382447)

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

wusheng pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


    from d9617cb  Add telemetry data about metrics in, metrics scraping and trace in metrics to zipkin receiver. (#6516)
     add 0382447  Fix tags store of log and trace on h2/mysql/pg storage (#6505)

No new revisions were added by this update.

Summary of changes:
 CHANGES.md                                         |  1 +
 .../jdbc/h2/dao/AbstractSearchTagBuilder.java      |  4 +--
 .../apache/skywalking/e2e/SimpleQueryClient.java   |  8 ++++--
 .../org/apache/skywalking/e2e/log/LogsQuery.java   | 27 +++++++++++++++++++
 .../apache/skywalking/e2e/trace/TracesQuery.java   | 31 ++++++++++++++++++++--
 test/e2e/e2e-data/src/main/resources/logs.gql      |  3 ++-
 test/e2e/e2e-data/src/main/resources/traces.gql    |  3 ++-
 .../java/org/apache/skywalking/e2e/log/LogE2E.java |  9 ++++---
 .../apache/skywalking/e2e/storage/StorageE2E.java  |  6 ++++-
 9 files changed, 80 insertions(+), 12 deletions(-)