Module fuse_stats_prometheus

fuse_stats_prometheus - use prometheus counters for fuse stats.

Behaviours: fuse_stats_plugin.

Description

fuse_stats_prometheus - use prometheus counters for fuse stats. Assumes that you have already arranged to start folsom

Function Index

increment/2Increment Names Counter.
init/1Initialize prometheus counters for Name.

Function Details

increment/2

increment(Name::atom(), Counter::ok | blown | melt) -> ok

Increment Names Counter.

init/1

init(Name::atom()) -> ok

Initialize prometheus counters for Name. Exports the following metrics: Name_responses_total[type] Name_melts_total Uses Default Registry.


Generated by EDoc