From 87d772a7d708fec12f48cd8adc0dedff6e1025da Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 26 Aug 2024 10:15:20 +0200 Subject: Adding upstream version 1.47.0. Signed-off-by: Daniel Baumann --- .../modules/prometheus/testdata/config.yaml | 33 ---------------------- 1 file changed, 33 deletions(-) delete mode 100644 src/go/collectors/go.d.plugin/modules/prometheus/testdata/config.yaml (limited to 'src/go/collectors/go.d.plugin/modules/prometheus/testdata/config.yaml') diff --git a/src/go/collectors/go.d.plugin/modules/prometheus/testdata/config.yaml b/src/go/collectors/go.d.plugin/modules/prometheus/testdata/config.yaml deleted file mode 100644 index 37a411b9a..000000000 --- a/src/go/collectors/go.d.plugin/modules/prometheus/testdata/config.yaml +++ /dev/null @@ -1,33 +0,0 @@ -update_every: 123 -url: "ok" -body: "ok" -method: "ok" -headers: - ok: "ok" -username: "ok" -password: "ok" -proxy_url: "ok" -proxy_username: "ok" -proxy_password: "ok" -timeout: 123.123 -not_follow_redirects: yes -tls_ca: "ok" -tls_cert: "ok" -tls_key: "ok" -tls_skip_verify: yes -name: "ok" -app: "ok" -bearer_token_file: "ok" -selector: - allow: - - "ok" - deny: - - "ok" -expected_prefix: "ok" -max_time_series: 123 -max_time_series_per_metric: 123 -fallback_type: - gauge: - - "ok" - counter: - - "ok" -- cgit v1.2.3