JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH:
Uses of Class
io.prometheus.metrics.model.snapshots.GaugeSnapshot
Packages that use
GaugeSnapshot
Package
Description
io.prometheus.metrics.core.metrics
io.prometheus.metrics.exporter.opentelemetry.otelmodel
io.prometheus.metrics.model.snapshots
Uses of
GaugeSnapshot
in
io.prometheus.metrics.core.metrics
Methods in
io.prometheus.metrics.core.metrics
that return
GaugeSnapshot
Modifier and Type
Method
Description
GaugeSnapshot
Gauge.
collect
()
GaugeSnapshot
GaugeWithCallback.
collect
()
Uses of
GaugeSnapshot
in
io.prometheus.metrics.exporter.opentelemetry.otelmodel
Methods in
io.prometheus.metrics.exporter.opentelemetry.otelmodel
with parameters of type
GaugeSnapshot
Modifier and Type
Method
Description
MetricData
MetricDataFactory.
create
(
GaugeSnapshot
snapshot)
Uses of
GaugeSnapshot
in
io.prometheus.metrics.model.snapshots
Methods in
io.prometheus.metrics.model.snapshots
that return
GaugeSnapshot
Modifier and Type
Method
Description
GaugeSnapshot
GaugeSnapshot.Builder.
build
()