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/pulsar/testdata/config.yaml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 src/go/collectors/go.d.plugin/modules/pulsar/testdata/config.yaml (limited to 'src/go/collectors/go.d.plugin/modules/pulsar/testdata/config.yaml') diff --git a/src/go/collectors/go.d.plugin/modules/pulsar/testdata/config.yaml b/src/go/collectors/go.d.plugin/modules/pulsar/testdata/config.yaml deleted file mode 100644 index f2645d9e9..000000000 --- a/src/go/collectors/go.d.plugin/modules/pulsar/testdata/config.yaml +++ /dev/null @@ -1,22 +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 -topic_filter: - includes: - - "ok" - excludes: - - "ok" -- cgit v1.2.3