This is an automated email from the ASF dual-hosted git repository.
lujiajing pushed a change to branch optimize-banyandb-measure-integration
in repository https://gitbox.apache.org/repos/asf/skywalking.git
from 3489986d8c Merge branch 'master' into
optimize-banyandb-measure-integration
add 488737ec53 An unexpected dot is added when exp is a pure metric name
and expPrefix != null (#10142)
add 0afaee1d12 Fix changelog (#10143)
add fc063d018a Another change log fix (#10144)
add 3fd5b058ed Fix uncancellable ci jobs due to always() condition (#10148)
add f74fff58a8 Merge branch 'master' into
optimize-banyandb-measure-integration
No new revisions were added by this update.
Summary of changes:
.github/workflows/skywalking.yaml | 20 +-
docs/en/changes/changes.md | 6 +-
.../oap/meter/analyzer/MetricConvert.java | 50 +++--
.../oap/meter/analyzer/MetricConvertTest.java | 236 +++++++++++++++++++++
4 files changed, 281 insertions(+), 31 deletions(-)
create mode 100644
oap-server/analyzer/meter-analyzer/src/test/java/org/apache/skywalking/oap/meter/analyzer/MetricConvertTest.java