Class PrometheusProtobufWriter

java.lang.Object
io.prometheus.metrics.expositionformats.PrometheusProtobufWriter
All Implemented Interfaces:
ExpositionFormatWriter

public class PrometheusProtobufWriter extends Object implements ExpositionFormatWriter
Write the Prometheus protobuf format as defined in github.com/prometheus/client_model.

As of today, this is the only exposition format that supports native histograms.