prometheus_protobuf_format (prometheus v6.0.0)
View SourceSerializes 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.