Serializes Prometheus registry using protocol buffer format.
Behaviours: prometheus_format
.
content_type/0 | Returns content type of the protocol buffer format. |
format/0 |
Formats default registry using protocol buffer format. |
format/1 |
Formats Registry using protocol buffer format. |
content_type() -> binary()
Returns content type of the protocol buffer format.
format() -> binary()
Equivalent to format(default)
.
Formats default
registry using protocol buffer format.
format(Registry::prometheus_registry:registry()) -> binary()
Formats Registry
using protocol buffer format.