Skip to content

Commit

Permalink
Exclude --metric-tags from omq_args
Browse files Browse the repository at this point in the history
  • Loading branch information
mkuratczyk committed Nov 26, 2024
1 parent d089eca commit f15e9c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/metrics/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ func RegisterCommandLineMetric(cfg config.Config, globalLabels map[string]string
"--uri",
"--consumer-uri",
"--publisher-uri",
"--metric-tags",
}
ignoredArgs = append(ignoredArgs, cfg.ConsumerUri...)
ignoredArgs = append(ignoredArgs, cfg.PublisherUri...)
Expand Down

0 comments on commit f15e9c2

Please sign in to comment.