Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into v3
Browse files Browse the repository at this point in the history
  • Loading branch information
BupycHuk committed Feb 20, 2024
2 parents 73b8b5d + 928eba2 commit 29e7cde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion managed/services/victoriametrics/victoriametrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ func (svc *Service) validateConfig(ctx context.Context, cfg []byte) error {
}
svc.l.Debugf("%s", b)

args = append(args, "-promscrape.config.strictParse", "true")
args = append(args, "-promscrape.config.strictParse=true")
cmd = exec.CommandContext(ctx, "victoriametrics", args...) //nolint:gosec
pdeathsig.Set(cmd, unix.SIGKILL)

Expand Down

0 comments on commit 29e7cde

Please sign in to comment.