This is an automated email from the ASF dual-hosted git repository.
kfaraz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new 7dae6f43ae4 Remove coordinator_segment/count and
historical_segment/count metrics from prometheus emitter (#18625)
7dae6f43ae4 is described below
commit 7dae6f43ae444e78c3175f94ecf4461046407d65
Author: Abhishek Radhakrishnan <[email protected]>
AuthorDate: Fri Oct 10 20:35:01 2025 -0700
Remove coordinator_segment/count and historical_segment/count metrics from
prometheus emitter (#18625)
These metrics don't exist anymore.
---
.../prometheus-emitter/src/main/resources/defaultMetrics.json | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git
a/extensions-contrib/prometheus-emitter/src/main/resources/defaultMetrics.json
b/extensions-contrib/prometheus-emitter/src/main/resources/defaultMetrics.json
index e2eafe18606..74711b5e235 100644
---
a/extensions-contrib/prometheus-emitter/src/main/resources/defaultMetrics.json
+++
b/extensions-contrib/prometheus-emitter/src/main/resources/defaultMetrics.json
@@ -256,8 +256,5 @@
"sys/tcpv4/in/errs" : { "dimensions" : [], "type" : "gauge", "help": "Errors
while reading segments"},
"sys/tcpv4/out/segs" : { "dimensions" : [], "type" : "gauge", "help": "Total
segments sent"},
"sys/tcpv4/out/rsts" : { "dimensions" : [], "type" : "gauge", "help": "Total
out reset packets sent to reset the connection"},
- "sys/tcpv4/retrans/segs" : { "dimensions" : [], "type" : "gauge", "help":
"Total segments re-transmitted"},
-
- "coordinator_segment/count" : { "dimensions" : ["dataSource"], "type" :
"gauge", "help": "Number of served segments."},
- "historical_segment/count" : { "dimensions" : ["dataSource", "tier",
"priority"], "type" : "gauge", "help": "Number of served segments."}
+ "sys/tcpv4/retrans/segs" : { "dimensions" : [], "type" : "gauge", "help":
"Total segments re-transmitted"}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]