Skip to content

Commit

Permalink
fix typo in OpenMetrics type string for gaugehistogram
Browse files Browse the repository at this point in the history
  • Loading branch information
fstab committed Jul 19, 2021
1 parent 9c2d621 commit 70e0f5a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -291,7 +291,7 @@ private static String omTypeString(Collector.Type t) {
case HISTOGRAM:
return "histogram";
case GAUGE_HISTOGRAM:
return "gauge_histogram";
return "gaugehistogram";
case STATE_SET:
return "stateset";
case INFO:
Expand Down

0 comments on commit 70e0f5a

Please sign in to comment.