11 .Name(name +
"_active_event_ctr_" + std::to_string(metricID))
12 .Help(
"Currently active number of events of " + name)
16 .Name(name +
"_total_event_ctr_" + std::to_string(metricID))
17 .Help(
"Total occurrences of " + name)
21 .Name(name +
"_success_event_ctr_" + std::to_string(metricID))
22 .Help(
"Successful events of " + name)
26 .Name(name +
"_fail_event_ctr_" + std::to_string(metricID))
27 .Help(
"Failed events of " + name)