summaryrefslogtreecommitdiffstats
path: root/exporting/send_internal_metrics.c
diff options
context:
space:
mode:
Diffstat (limited to 'exporting/send_internal_metrics.c')
-rw-r--r--exporting/send_internal_metrics.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/exporting/send_internal_metrics.c b/exporting/send_internal_metrics.c
index e4347964f0..e5b757629c 100644
--- a/exporting/send_internal_metrics.c
+++ b/exporting/send_internal_metrics.c
@@ -19,7 +19,7 @@ void create_main_rusage_chart(RRDSET **st_rusage, RRDDIM **rd_user, RRDDIM **rd_
*st_rusage = rrdset_create_localhost(
"netdata", "exporting_main_thread_cpu", NULL, "exporting", "exporting_cpu_usage", "Netdata Main Exporting Thread CPU Usage",
- "milliseconds/s", "exporting", NULL, 130600, localhost->rrd_update_every, RRDSET_TYPE_STACKED);
+ "milliseconds/s", "exporting", NULL, 130600, rrdb.localhost->update_every, RRDSET_TYPE_STACKED);
*rd_user = rrddim_add(*st_rusage, "user", NULL, 1, 1000, RRD_ALGORITHM_INCREMENTAL);
*rd_system = rrddim_add(*st_rusage, "system", NULL, 1, 1000, RRD_ALGORITHM_INCREMENTAL);