Current section

Files

Jump to
prometheus src prometheus_format.erl
Raw

src/prometheus_format.erl

-module(prometheus_format).
%%====================================================================
%% Callbacks
%%====================================================================
-callback content_type() -> binary().
-callback format() -> binary().
-callback format(Registry :: prometheus_registry:registry()) -> binary().