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
bugfix: fix prometheus attributes other than string (#3190)
This commit is contained in:
+1
-1
@@ -1,3 +1,3 @@
|
||||
# HELP foo a simple counter
|
||||
# TYPE foo counter
|
||||
foo{A="B",C="D"} 24.3
|
||||
foo{A="B",C="D",E="true",F="42"} 24.3
|
||||
|
||||
Reference in New Issue
Block a user