Skip to content

Commit

Permalink
fix: revert prometheus scraper to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
Bidon15 committed Mar 23, 2023
1 parent 505492f commit b93c498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/runner/cluster_k8s.go
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,7 @@ func (c *ClusterK8sRunner) createTestplanPod(ctx context.Context, podName string
[[inputs.prometheus]]
urls = ["http://127.0.0.1:26660/metrics"]
interval = "10s"
metric_version = 2
metric_version = 1
`,
"telegraf.influxdata.com/volume-mounts": `{"local-log-storage":"/var/log"}`,
},
Expand Down

0 comments on commit b93c498

Please sign in to comment.