Liking cljdoc? Tell your friends :D

prometheus-exposition-converter.walkers.map

Provides an implementation of org.hawkular.agent.prometheus.walkers.PrometheusMetricsWalker that parses a prometheus exposition and stores it, retrievable under (.getResult)

Provides an implementation of org.hawkular.agent.prometheus.walkers.PrometheusMetricsWalker
that parses a prometheus exposition and stores it, retrievable under (.getResult)
raw docstring

-getResultclj

(-getResult this)
source

-initclj

(-init)
source

-walkCounterMetricclj

(-walkCounterMetric this family counter index)

void walkCounterMetric(MetricFamily family, Counter counter, int index)

Called when a new counter metric is found.

void walkCounterMetric(MetricFamily family, Counter counter, int index)

Called when a new counter metric is found.
sourceraw docstring

-walkFinishclj

(-walkFinish this families-processed metrics-processed)

void walkFinish(int familiesProcessed, int metricsProcessed)

Called when a walk has traversed all the metrics.

void walkFinish(int familiesProcessed, int metricsProcessed)

Called when a walk has traversed all the metrics.
sourceraw docstring

-walkGaugeMetricclj

(-walkGaugeMetric this family gauge index)

void walkGaugeMetric(MetricFamily family, Gauge gauge, int index)

Called when a new gauge metric is found.

void walkGaugeMetric(MetricFamily family, Gauge gauge, int index)

Called when a new gauge metric is found.
sourceraw docstring

-walkHistogramMetricclj

(-walkHistogramMetric this family histogram index)

void walkHistogramMetric(MetricFamily family, Histogram histogram, int index)

Called when a new histogram metric is found.

void walkHistogramMetric(MetricFamily family, Histogram histogram, int index)

Called when a new histogram metric is found.
sourceraw docstring

-walkMetricFamilyclj

(-walkMetricFamily this family index)

void walkMetricFamily(MetricFamily family, int index)

Called when a new metric family is about to be traversed.

void walkMetricFamily(MetricFamily family, int index)

Called when a new metric family is about to be traversed.
sourceraw docstring

-walkStartclj

(-walkStart this)

void walkStart()

Called when a walk has been started.

void walkStart()

Called when a walk has been started.
sourceraw docstring

-walkSummaryMetricclj

(-walkSummaryMetric this family summary index)

void walkSummaryMetric(MetricFamily family, Summary summary, int index)

Called when a new summary metric is found.

void walkSummaryMetric(MetricFamily family, Summary summary, int index)

Called when a new summary metric is found.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close