go.d.plugin: set max chart id length to 1200 (#17062)
Ilya Mashchenko committed
Feb 27, 2024 at 14:20 UTC
a9ca70c20e12046d9af6fa0bff916dd616a90e53
1 file changed
+1
-1
src/go/collectors/go.d.plugin/agent/module/job.go
+1
-1
@@ -164,7 +164,7 @@ type Job struct {
164
}
165
166
// NetdataChartIDMaxLength is the chart ID max length. See RRD_ID_LENGTH_MAX in the netdata source code.
167
-const NetdataChartIDMaxLength = 1000
167
+const NetdataChartIDMaxLength = 1200
168
169
// FullName returns job full name.
170
func (j Job) FullName() string {