Skip to content

Latest commit

 

History

History
48 lines (25 loc) · 1.05 KB

metrics_exometer.md

File metadata and controls

48 lines (25 loc) · 1.05 KB

Module metrics_exometer

exometer backend.

Function Index

delete/2
new/3
update/3
update_or_create/4

Function Details

delete/2

delete(Name, Config) -> any()

new/3


new(X1::atom(), Name::any(), Config::map()) -> ok | {error, metric_exists | unsupported_type}

update/3

update(Name, Val, Config) -> any()

update_or_create/4

update_or_create(Name, Val, Type, Config) -> any()