| %% -*- 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">>} | |
| ]}. |