Package | Description |
---|---|
org.hawkular.agent.prometheus | |
org.hawkular.agent.prometheus.text | |
org.hawkular.agent.prometheus.types | |
org.hawkular.agent.prometheus.walkers |
Modifier and Type | Method and Description |
---|---|
protected abstract MetricFamily |
PrometheusMetricsProcessor.convert(T metricFamily)
This method converts the metrics from the specific data format found in the input stream
to the common metric format.
|
Modifier and Type | Method and Description |
---|---|
protected MetricFamily |
TextPrometheusMetricsProcessor.convert(MetricFamily metricFamily) |
MetricFamily |
TextPrometheusMetricDataParser.parse() |
Modifier and Type | Method and Description |
---|---|
protected MetricFamily |
TextPrometheusMetricsProcessor.convert(MetricFamily metricFamily) |
Modifier and Type | Method and Description |
---|---|
MetricFamily |
MetricFamily.Builder.build() |
Modifier and Type | Method and Description |
---|---|
void |
PrometheusMetricsWalker.walkCounterMetric(MetricFamily family,
Counter counter,
int index)
Called when a new counter metric is found.
|
void |
MetricCollectingWalker.walkCounterMetric(MetricFamily family,
Counter counter,
int index) |
void |
PrometheusMetricsWalker.walkGaugeMetric(MetricFamily family,
Gauge gauge,
int index)
Called when a new gauge metric is found.
|
void |
MetricCollectingWalker.walkGaugeMetric(MetricFamily family,
Gauge gauge,
int index) |
void |
PrometheusMetricsWalker.walkHistogramMetric(MetricFamily family,
Histogram histogram,
int index)
Called when a new histogram metric is found.
|
void |
MetricCollectingWalker.walkHistogramMetric(MetricFamily family,
Histogram histogram,
int index) |
void |
PrometheusMetricsWalker.walkMetricFamily(MetricFamily family,
int index)
Called when a new metric family is about to be traversed.
|
void |
MetricCollectingWalker.walkMetricFamily(MetricFamily family,
int index) |
void |
PrometheusMetricsWalker.walkSummaryMetric(MetricFamily family,
Summary summary,
int index)
Called when a new summary metric is found.
|
void |
MetricCollectingWalker.walkSummaryMetric(MetricFamily family,
Summary summary,
int index) |
Copyright © 2020. All rights reserved.