libosmocore
0.9.6.315-40e62
Osmocom core library
|
description of a statistics value group More...
#include <stat_item.h>
Data Fields | |
const char * | group_name_prefix |
The prefix to the name of all values in this group. More... | |
const char * | group_description |
The human-readable description of the group. More... | |
int | class_id |
The class to which this group belongs. More... | |
const unsigned int | num_items |
The number of values in this group. More... | |
const struct osmo_stat_item_desc * | item_desc |
Pointer to array of value names. More... | |
description of a statistics value group
int osmo_stat_item_group_desc::class_id |
The class to which this group belongs.
Referenced by osmo_stat_item_handler().
const char* osmo_stat_item_group_desc::group_description |
The human-readable description of the group.
const char* osmo_stat_item_group_desc::group_name_prefix |
The prefix to the name of all values in this group.
Referenced by osmo_stat_item_get_group_by_name_idx(), osmo_stats_reporter_log_send_item(), and osmo_stats_reporter_statsd_send_item().
const struct osmo_stat_item_desc* osmo_stat_item_group_desc::item_desc |
Pointer to array of value names.
Referenced by osmo_stat_item_get_by_name().
const unsigned int osmo_stat_item_group_desc::num_items |
The number of values in this group.
Referenced by osmo_stat_item_for_each_item(), and osmo_stat_item_get_by_name().