Skip to content

Commit

Permalink
set NetdataChartIDMaxLength to 1200
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyam8 authored Feb 22, 2024
1 parent c0b768b commit 36fb10f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/module/job.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 36fb10f

Please sign in to comment.