blob: 1947ad489b4507b3da55b460c743a56a9ae66d67 [file] [log] [blame]
%% -*- mode: erlang -*-
%% Example stat descriptions.
{[couch_stats, sample_counter], [
{type, counter},
{desc, <<"counters counted by couch_stats">>}
]}.
{[couch_stats, sample_histogram], [
{type, histogram},
{desc, <<"histograms histogrammed by couch_stats">>}
]}.
{[couch_stats, sample_gauge], [
{type, gauge},
{desc, <<"gauges gauged by couch_stats">>}
]}.