You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by lu...@apache.org on 2023/04/23 12:43:40 UTC

[skywalking] branch banyandb-topn updated (60e925398b -> 9af38e1841)

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

lujiajing pushed a change to branch banyandb-topn
in repository https://gitbox.apache.org/repos/asf/skywalking.git


    from 60e925398b Merge branch 'master' into banyandb-topn
     add 1ca9e0acfe Fix PromQL HTTP API `/api/v1/series` response missing `service` label when matching metric (#10715)
     add 9af38e1841 Merge branch 'master' into banyandb-topn

No new revisions were added by this update.

Summary of changes:
 docs/en/changes/changes.md                                    |  1 +
 .../skywalking/oap/query/promql/handler/PromQLApiHandler.java |  2 ++
 .../{instance-traffic.yml => endpoint-metric-series.yml}      | 11 ++++++++---
 .../{instance-traffic.yml => instance-metric-series.yml}      | 11 ++++++++---
 .../{instance-traffic.yml => service-metric-series.yml}       |  9 ++++++---
 test/e2e-v2/cases/promql/promql-cases.yaml                    |  7 +++++++
 6 files changed, 32 insertions(+), 9 deletions(-)
 copy test/e2e-v2/cases/promql/expected/{instance-traffic.yml => endpoint-metric-series.yml} (81%)
 copy test/e2e-v2/cases/promql/expected/{instance-traffic.yml => instance-metric-series.yml} (79%)
 copy test/e2e-v2/cases/promql/expected/{instance-traffic.yml => service-metric-series.yml} (86%)