Prometheus.ex v1.0.0-alpha3 Prometheus.Format.Text

Serializes Prometheus registry using the latest text format.

Example output:

# TYPE http_request_duration_milliseconds histogram
# HELP http_request_duration_milliseconds Http Request execution time
http_request_duration_milliseconds_bucket{method="post",le="100"} 0
http_request_duration_milliseconds_bucket{method="post",le="300"} 1
http_request_duration_milliseconds_bucket{method="post",le="500"} 3
http_request_duration_milliseconds_bucket{method="post",le="750"} 4
http_request_duration_milliseconds_bucket{method="post",le="1000"} 5
http_request_duration_milliseconds_bucket{method="post",le="+Inf"} 6
http_request_duration_milliseconds_count{method="post"} 6
http_request_duration_milliseconds_sum{method="post"} 4350

Summary

Functions

Content type of the latest text format

Format registry (default is :default) using the latest text format

Functions

content_type()

Content type of the latest text format.

format(registry \\ :default)

Format registry (default is :default) using the latest text format.