Skip to content

Commit c5b1c9d

Browse files
committed
fix: Add the modifications to the end rather than the beginning.
1 parent 4d0c843 commit c5b1c9d

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/skywalking.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,8 @@ jobs:
366366
config: test/e2e-v2/cases/storage/banyandb/e2e.yaml
367367
- name: BanyanDB TLS
368368
config: test/e2e-v2/cases/storage/banyandb/tls/e2e.yaml
369+
- name: BanyanDB monitoring
370+
config: test/e2e-v2/cases/banyandb/e2e.yaml
369371
- name: Storage MySQL
370372
config: test/e2e-v2/cases/storage/mysql/e2e.yaml
371373
- name: Storage PostgreSQL
@@ -690,8 +692,6 @@ jobs:
690692
config: test/e2e-v2/cases/kong/e2e.yaml
691693
- name: Flink
692694
config: test/e2e-v2/cases/flink/e2e.yaml
693-
- name: BanyanDB monitoring
694-
config: test/e2e-v2/cases/banyandb/e2e.yaml
695695

696696
- name: UI Menu BanyanDB
697697
config: test/e2e-v2/cases/menu/banyandb/e2e.yaml

docs/en/changes/changes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
#### Project
44

5-
* Implement self-monitoring for BanyanDB via OAP Server and UI
65
* Bump up BanyanDB dependency version(server and java-client) to 0.9.0.
76
* Fix CVE-2025-54057, restrict and validate url for widgets.
87
* Fix `MetricsPersistentWorker`, remove DataCarrier queue from `Hour/Day` dimensions metrics persistent process.
@@ -11,6 +10,7 @@
1110

1211
#### OAP Server
1312

13+
* Implement self-monitoring for BanyanDB via OAP Server.
1414
* BanyanDB: Support `hot/warm/cold` stages configuration.
1515
* Fix query continues profiling policies error when the policy is already in the cache.
1616
* Support `hot/warm/cold` stages TTL query in the status API and graphQL API.
@@ -108,6 +108,7 @@
108108

109109
#### UI
110110

111+
* Implement self-monitoring for BanyanDB via UI.
111112
* Enhance the trace `List/Tree/Table` graph to support displaying multiple refs of spans and distinguishing different parents.
112113
* Fix: correct the same labels for metrics.
113114
* Refactor: use the Fetch API to instead of Axios.

oap-server/server-starter/src/main/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ receiver-otel:
368368
selector: ${SW_OTEL_RECEIVER:default}
369369
default:
370370
enabledHandlers: ${SW_OTEL_RECEIVER_ENABLED_HANDLERS:"otlp-metrics,otlp-logs"}
371-
enabledOtelMetricsRules: ${SW_OTEL_RECEIVER_ENABLED_OTEL_METRICS_RULES:"banyandb,apisix,nginx/*,k8s/*,istio-controlplane,vm,mysql/*,postgresql/*,oap,aws-eks/*,windows,aws-s3/*,aws-dynamodb/*,aws-gateway/*,redis/*,elasticsearch/*,rabbitmq/*,mongodb/*,kafka/*,pulsar/*,bookkeeper/*,rocketmq/*,clickhouse/*,activemq/*,kong/*,flink/*"}
371+
enabledOtelMetricsRules: ${SW_OTEL_RECEIVER_ENABLED_OTEL_METRICS_RULES:"apisix,nginx/*,k8s/*,istio-controlplane,vm,mysql/*,postgresql/*,oap,aws-eks/*,windows,aws-s3/*,aws-dynamodb/*,aws-gateway/*,redis/*,elasticsearch/*,rabbitmq/*,mongodb/*,kafka/*,pulsar/*,bookkeeper/*,rocketmq/*,clickhouse/*,activemq/*,kong/*,flink/*,banyandb"}
372372

373373
receiver-zipkin:
374374
selector: ${SW_RECEIVER_ZIPKIN:-}

0 commit comments

Comments
 (0)