#include "syslog-ng.h"

Go to the source code of this file.
Enumerations | |
| enum | StatsCounterGroupLogPipe { SC_TYPE_DROPPED = 0 , SC_TYPE_PROCESSED , SC_TYPE_QUEUED , SC_TYPE_SUPPRESSED , SC_TYPE_STAMP , SC_TYPE_DISCARDED , SC_TYPE_MATCHED , SC_TYPE_NOT_MATCHED , SC_TYPE_WRITTEN , SC_TYPE_MAX } |
Functions | |
| void | stats_cluster_logpipe_key_set (StatsClusterKey *key, const gchar *name, StatsClusterLabel *labels, gsize labels_len) |
| void | stats_cluster_logpipe_key_legacy_set (StatsClusterKey *key, guint16 component, const gchar *id, const gchar *instance) |
| void | stats_cluster_logpipe_key_add_legacy_alias (StatsClusterKey *key, guint16 component, const gchar *id, const gchar *instance) |
| void stats_cluster_logpipe_key_add_legacy_alias | ( | StatsClusterKey * | key, |
| guint16 | component, | ||
| const gchar * | id, | ||
| const gchar * | instance | ||
| ) |
| void stats_cluster_logpipe_key_legacy_set | ( | StatsClusterKey * | key, |
| guint16 | component, | ||
| const gchar * | id, | ||
| const gchar * | instance | ||
| ) |
| void stats_cluster_logpipe_key_set | ( | StatsClusterKey * | key, |
| const gchar * | name, | ||
| StatsClusterLabel * | labels, | ||
| gsize | labels_len | ||
| ) |