Commit aaed8a5
committed
fix: remove space after comma in openmetrics exposition
OpenMetrics doesn't allow for spaces between labels and prometheus fails with a
parsing error.
Removing this fixes UTF8 metrics exposition
Signed-off-by: Dominik Süß <dominik@suess.wtf>1 parent 3586355 commit aaed8a5
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
0 commit comments