ocean.util.prometheus.collector

Modules

Collector
module ocean.util.prometheus.collector.Collector

Contains methods that collect stats from primitive data members of structs or classes to respond to Prometheus queries with.

CollectorRegistry
module ocean.util.prometheus.collector.CollectorRegistry

Contains a collection of prometheus stat collectors that acts as an interface between the response handler, and stat collectors from every individual metric and label set.

StatFormatter
module ocean.util.prometheus.collector.StatFormatter

Contains methods that format primitive data members from structs or classes into strings that can be exported as responses to prometheus queries.