Class PrometheusMetric
java.lang.Object
eu.rarogsoftware.rarog.platform.core.metrics.prometheus.PrometheusMetric
- Direct Known Subclasses:
PrometheusCounter
,PrometheusGauge
,PrometheusHistogram
,PrometheusInfo
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
PrometheusMetric
(io.prometheus.client.Collector collector) -
Method Summary
Modifier and TypeMethodDescription(package private) Collection<io.prometheus.client.Collector.MetricFamilySamples>
collect()
(package private) io.prometheus.client.Collector
-
Constructor Details
-
PrometheusMetric
protected PrometheusMetric(io.prometheus.client.Collector collector)
-
-
Method Details
-
collect
Collection<io.prometheus.client.Collector.MetricFamilySamples> collect() -
getCollector
io.prometheus.client.Collector getCollector()
-