Skip to content

Commit

Permalink
Merge pull request #22 from celestiaorg/feat/pod-cleanup
Browse files Browse the repository at this point in the history
fix: revert prometheus scraper to v1
  • Loading branch information
Bidon15 authored Mar 23, 2023
2 parents 39661ea + b93c498 commit 900c23e
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 900c23e

Please sign in to comment.