View Source prometheus_protobuf_format (prometheus v5.0.0)
Serializes Prometheus registry using protocol buffer format.
Summary
Functions
Returns content type of the protocol buffer format.
Formats default
registry using protocol buffer format.
Formats Registry
using protocol buffer format.
Functions
-spec content_type() -> binary().
Returns content type of the protocol buffer format.
-spec format() -> binary().
Formats default
registry using protocol buffer format.
-spec format(Registry :: prometheus_registry:registry()) -> binary().
Formats Registry
using protocol buffer format.