@cryptotaxi247 / netdata-1 / commits / d28d1f71c

fix go.d.plugin/pulsar tests (#17093)

Ilya Mashchenko committed Mar 4, 2024 at 10:36 UTC d28d1f71c7e0093662d5e5917685b430759848af
1 file changed +1
src/go/collectors/go.d.plugin/modules/pulsar/charts.go
+1
@@ -269,6 +269,7 @@ var namespaceCharts = Charts{
269 }
270
271 func toNamespaceChart(chart Chart) Chart {
272 + chart = *chart.Copy()
273 if chart.ID == sumBrokerComponentsChart.ID {
274 _ = chart.RemoveDim("pulsar_namespaces_count")
275 }