Skip to content

Commit

Permalink
fix: modified dcgm job scrape interval
Browse files Browse the repository at this point in the history
  • Loading branch information
wsy327643 committed Nov 24, 2023
1 parent 201dc1b commit 8a2b4ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/openmetric/openmetric.go
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ func (m *Manager) Start() {
HonorLabels: true,
HonorTimestamps: false,
Params: nil,
ScrapeInterval: model.Duration(5 * time.Second),
ScrapeInterval: model.Duration(time.Minute),
ScrapeTimeout: model.Duration(5 * time.Second),
MetricsPath: "/metrics",
Scheme: "http",
Expand Down

0 comments on commit 8a2b4ad

Please sign in to comment.