libosmocore 1.11.0.26-c59d.202505072026
Osmocom core library
|
description of a rate counter group More...
#include <rate_ctr.h>
Data Fields | |
const char * | group_name_prefix |
The prefix to the name of all counters in this group. | |
const char * | group_description |
The human-readable description of the group. | |
int | class_id |
The class to which this group belongs. | |
unsigned int | num_ctr |
The number of counters in this group. | |
const struct rate_ctr_desc * | ctr_desc |
Pointer to array of counter names. | |
description of a rate counter group
int rate_ctr_group_desc::class_id |
The class to which this group belongs.
Referenced by rate_ctr_handler().
const struct rate_ctr_desc* rate_ctr_group_desc::ctr_desc |
Pointer to array of counter names.
Referenced by rate_ctr_for_each_counter(), and rate_ctr_get_by_name().
The prefix to the name of all counters in this group.
Referenced by osmo_stats_reporter_log_send_counter(), osmo_stats_reporter_statsd_send_counter(), rate_ctr_get_group_by_name_idx(), and rate_ctr_get_unused_name_idx().
The number of counters in this group.
Referenced by rate_ctr_for_each_counter(), rate_ctr_get_by_name(), and rate_ctr_group_reset().