syslog-ng source
stats-csv.c File Reference
#include "stats/stats-csv.h"
#include "stats/stats-registry.h"
#include "stats/stats-cluster.h"
#include "utf8utils.h"
#include "scratch-buffers.h"
#include <string.h>
Include dependency graph for stats-csv.c:

Functions

GString * stats_csv_format_counter (StatsCluster *sc, gint type, StatsCounterItem *counter)
 
void stats_generate_csv_or_kv (StatsCSVRecordFunc process_record, gpointer user_data, gboolean csv, gboolean with_header, gboolean without_orphaned, gboolean *cancelled)
 

Function Documentation

◆ stats_csv_format_counter()

GString* stats_csv_format_counter ( StatsCluster sc,
gint  type,
StatsCounterItem counter 
)

◆ stats_generate_csv_or_kv()

void stats_generate_csv_or_kv ( StatsCSVRecordFunc  process_record,
gpointer  user_data,
gboolean  csv,
gboolean  with_header,
gboolean  without_orphaned,
gboolean *  cancelled 
)