

Go to the source code of this file.
Macros | |
| #define | PROMETHEUS_METRIC_PREFIX "syslogng_" |
Typedefs | |
| typedef void(* | StatsPrometheusRecordFunc) (const char *record, gpointer user_data) |
Functions | |
| GString * | stats_prometheus_format_counter (StatsCluster *sc, gint type, StatsCounterItem *counter) |
| void | stats_generate_prometheus (StatsPrometheusRecordFunc process_record, gpointer user_data, gboolean with_legacy, gboolean without_orphaned, gboolean *cancelled) |
| #define PROMETHEUS_METRIC_PREFIX "syslogng_" |
| typedef void(* StatsPrometheusRecordFunc) (const char *record, gpointer user_data) |
| void stats_generate_prometheus | ( | StatsPrometheusRecordFunc | process_record, |
| gpointer | user_data, | ||
| gboolean | with_legacy, | ||
| gboolean | without_orphaned, | ||
| gboolean * | cancelled | ||
| ) |
| GString* stats_prometheus_format_counter | ( | StatsCluster * | sc, |
| gint | type, | ||
| StatsCounterItem * | counter | ||
| ) |