streams-metric-exporter 1.3.1
Bug Fix
- Catch IllegalArgumentException when generating prometheus metric without proper labels.
Details
Given the way metrics are generated based on output of Streams JMX Service, there seems to be occasions (rare) that the values we use to generate the labels for certain metrics are not valid. This fix will catch the error and print out log information describing the name of the metric and the set of labels that were trying to be used.