summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/go/collectors/go.d.plugin/agent/module/job.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/go/collectors/go.d.plugin/agent/module/job.go b/src/go/collectors/go.d.plugin/agent/module/job.go
index 3bf9a11279..a878a29c29 100644
--- a/src/go/collectors/go.d.plugin/agent/module/job.go
+++ b/src/go/collectors/go.d.plugin/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 {