metrics_metric
metric_init_with_prefix(struct metrics_metric *metric, const char *prefix) {
metric_set_name_and_type(struct metrics_metric *metric, const char *name, const char *type) {
metric_push_label(struct metrics_metric *metric, const char *name, const char *value) {
metric_pop_label(struct metrics_metric *metric) {
metric_print(struct metrics_metric *metric, struct evbuffer *buf, uint64_t value) {
metric_print_micros(struct metrics_metric *metric, struct evbuffer *buf,
metric_print_pop(struct metrics_metric *metric, struct evbuffer *buf, uint64_t value) {
metric_print_help(struct metrics_metric *metric, struct evbuffer *buf, const char *help) {
print_stat_block(struct evbuffer *buf, struct nsdst* st, struct metrics_metric *metric) {
struct metrics_metric metric;
struct metrics_metric metric;