Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: André Bauer <[email protected]>
  • Loading branch information
monotek committed Jan 22, 2025
1 parent 3a1ed3b commit 732bc5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/pingdom-exporter/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ func main() {

registry.MustRegister(
collector,
collectors.NewProcessCollector(prometheus.ProcessCollectorOpts{}),
collectors.NewProcessCollector(collectors.ProcessCollectorOpts{}),
collectors.NewGoCollector(),
)

Expand Down

0 comments on commit 732bc5e

Please sign in to comment.