1
0
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:
Tony Han
2022-09-20 01:13:21 +08:00
committed by GitHub
parent 798b423dfd
commit fae4b90d69
4 changed files with 10 additions and 4 deletions
+1 -1
View File
@@ -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