You've already forked opentelemetry-go
mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2026-06-03 18:35:08 +02:00
Fix prometheus name duplicate _total suffix (#3369)
Signed-off-by: Bing Han <h.bing612@gmail.com> Signed-off-by: Bing Han <h.bing612@gmail.com>
This commit is contained in:
+1
@@ -1,6 +1,7 @@
|
||||
# HELP foo_milliseconds_total a simple counter
|
||||
# TYPE foo_milliseconds_total counter
|
||||
foo_milliseconds_total{A="B",C="D",E="true",F="42"} 24.3
|
||||
foo_milliseconds_total{A="D",C="B",E="true",F="42"} 5
|
||||
# HELP target_info Target metadata
|
||||
# TYPE target_info gauge
|
||||
target_info{service_name="prometheus_test",telemetry_sdk_language="go",telemetry_sdk_name="opentelemetry",telemetry_sdk_version="latest"} 1
|
||||
|
||||
Reference in New Issue
Block a user