PrometheusCounterConverter

Helper class that converts performance counter values into a response from Prometheus metrics service.

Description

The PrometheusCounterConverter class allows you to convert performance counter values into a response from Prometheus metrics service.

Static methods

toString2

Converts the given counters to a string that is returned by Prometheus metrics service.

static String toString2(List<Counter>? counters, String? source, String? instance)

  • counters: List<Counter>? - list of counters to convert.
  • source: String? - source (context) name.
  • instance: String? - unique instance name (usually a host name).
  • returns: String - converted counter