prometheus_protobuf_format (prometheus v5.1.1)

View Source

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

content_type()

-spec content_type() -> binary().

Returns content type of the protocol buffer format.

format()

-spec format() -> binary().

Formats default registry using protocol buffer format.

format(Registry)

-spec format(Registry :: prometheus_registry:registry()) -> binary().

Formats Registry using protocol buffer format.