syslog-ng source
stats-cluster-single.c File Reference
Include dependency graph for stats-cluster-single.c:

Functions

void stats_cluster_single_key_legacy_set (StatsClusterKey *key, guint16 component, const gchar *id, const gchar *instance)
 
void stats_cluster_single_key_add_legacy_alias (StatsClusterKey *key, guint16 component, const gchar *id, const gchar *instance)
 
void stats_cluster_single_key_legacy_set_with_name (StatsClusterKey *key, guint16 component, const gchar *id, const gchar *instance, const gchar *name)
 
void stats_cluster_single_key_add_legacy_alias_with_name (StatsClusterKey *key, guint16 component, const gchar *id, const gchar *instance, const gchar *name)
 
void stats_cluster_single_key_set (StatsClusterKey *key, const gchar *name, StatsClusterLabel *labels, gsize labels_len)
 
void stats_cluster_single_key_add_unit (StatsClusterKey *key, StatsClusterUnit stored_unit)
 
void stats_cluster_single_key_add_frame_of_reference (StatsClusterKey *key, StatsClusterFrameOfReference frame_of_reference)
 
StatsCounterItemstats_cluster_single_get_counter (StatsCluster *self)
 

Function Documentation

◆ stats_cluster_single_get_counter()

StatsCounterItem* stats_cluster_single_get_counter ( StatsCluster self)

◆ stats_cluster_single_key_add_frame_of_reference()

void stats_cluster_single_key_add_frame_of_reference ( StatsClusterKey *  key,
StatsClusterFrameOfReference  frame_of_reference 
)

◆ stats_cluster_single_key_add_legacy_alias()

void stats_cluster_single_key_add_legacy_alias ( StatsClusterKey *  key,
guint16  component,
const gchar *  id,
const gchar *  instance 
)

◆ stats_cluster_single_key_add_legacy_alias_with_name()

void stats_cluster_single_key_add_legacy_alias_with_name ( StatsClusterKey *  key,
guint16  component,
const gchar *  id,
const gchar *  instance,
const gchar *  name 
)

◆ stats_cluster_single_key_add_unit()

void stats_cluster_single_key_add_unit ( StatsClusterKey *  key,
StatsClusterUnit  stored_unit 
)

◆ stats_cluster_single_key_legacy_set()

void stats_cluster_single_key_legacy_set ( StatsClusterKey *  key,
guint16  component,
const gchar *  id,
const gchar *  instance 
)

◆ stats_cluster_single_key_legacy_set_with_name()

void stats_cluster_single_key_legacy_set_with_name ( StatsClusterKey *  key,
guint16  component,
const gchar *  id,
const gchar *  instance,
const gchar *  name 
)

◆ stats_cluster_single_key_set()

void stats_cluster_single_key_set ( StatsClusterKey *  key,
const gchar *  name,
StatsClusterLabel *  labels,
gsize  labels_len 
)