libosmocore
1.0.1
Osmocom core library
|
Statistics item description. More...
#include <stat_item.h>
Data Fields | |
const char * | name |
name of the item More... | |
const char * | description |
description of the item More... | |
const char * | unit |
unit of a value More... | |
unsigned int | num_values |
number of values to store in FIFO More... | |
int32_t | default_value |
default value More... | |
Statistics item description.
int32_t osmo_stat_item_desc::default_value |
default value
const char* osmo_stat_item_desc::description |
description of the item
const char* osmo_stat_item_desc::name |
name of the item
Referenced by osmo_stat_item_get_by_name(), osmo_stats_reporter_log_send_item(), and osmo_stats_reporter_statsd_send_item().
unsigned int osmo_stat_item_desc::num_values |
number of values to store in FIFO
Referenced by osmo_stat_item_get_next(), and osmo_stat_item_set().
const char* osmo_stat_item_desc::unit |
unit of a value
Referenced by osmo_stats_reporter_log_send_item().