From 36fb10f5eedb5c83dd4485cd26b0f8864e009fa7 Mon Sep 17 00:00:00 2001 From: Ilya Mashchenko Date: Thu, 22 Feb 2024 17:43:53 +0200 Subject: [PATCH] set NetdataChartIDMaxLength to 1200 --- agent/module/job.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent/module/job.go b/agent/module/job.go index 6200ff9f5..a96b43139 100644 --- a/agent/module/job.go +++ b/agent/module/job.go @@ -164,7 +164,7 @@ type Job struct { } // NetdataChartIDMaxLength is the chart ID max length. See RRD_ID_LENGTH_MAX in the netdata source code. -const NetdataChartIDMaxLength = 1000 +const NetdataChartIDMaxLength = 1200 // FullName returns job full name. func (j Job) FullName() string {