@cryptotaxi247 / netdata-1 / commits / 6bf5a67e1

Fix cgroups netdev chart labels (#13200)

Vladimir Kobal committed Jun 22, 2022 at 16:40 UTC 6bf5a67e1468bcddef98029d4a06b7b2e68c9c59
1 file changed +1 -1
collectors/proc.plugin/proc_net_dev.c
+1 -1
@@ -487,7 +487,7 @@ static inline void netdev_rename_cgroup(struct netdev *d, struct netdev_rename *
487 snprintfz(buffer, RRD_ID_LENGTH_MAX, "net %s", r->container_device);
488 d->chart_family = strdupz(buffer);
489
490 - rrdlabels_migrate_to_these(d->chart_labels, r->chart_labels);
490 + rrdlabels_copy(d->chart_labels, r->chart_labels);
491
492 d->priority = NETDATA_CHART_PRIO_CGROUP_NET_IFACE;
493 d->flipped = 1;