Skip to content

Commit 70e0f5a

Browse files
committed
fix typo in OpenMetrics type string for gaugehistogram
1 parent 9c2d621 commit 70e0f5a

File tree

1 file changed

+1
-1
lines changed
  • simpleclient_common/src/main/java/io/prometheus/client/exporter/common

1 file changed

+1
-1
lines changed

simpleclient_common/src/main/java/io/prometheus/client/exporter/common/TextFormat.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ private static String omTypeString(Collector.Type t) {
291291
case HISTOGRAM:
292292
return "histogram";
293293
case GAUGE_HISTOGRAM:
294-
return "gauge_histogram";
294+
return "gaugehistogram";
295295
case STATE_SET:
296296
return "stateset";
297297
case INFO:

0 commit comments

Comments
 (0)