summaryrefslogtreecommitdiffstats
path: root/src/go/collectors/go.d.plugin/modules/prometheus/testdata/config.json
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/go/collectors/go.d.plugin/modules/prometheus/testdata/config.json42
1 files changed, 42 insertions, 0 deletions
diff --git a/src/go/collectors/go.d.plugin/modules/prometheus/testdata/config.json b/src/go/collectors/go.d.plugin/modules/prometheus/testdata/config.json
new file mode 100644
index 000000000..2e9b2e138
--- /dev/null
+++ b/src/go/collectors/go.d.plugin/modules/prometheus/testdata/config.json
@@ -0,0 +1,42 @@
+{
+ "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": true,
+ "tls_ca": "ok",
+ "tls_cert": "ok",
+ "tls_key": "ok",
+ "tls_skip_verify": true,
+ "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"
+ ]
+ }
+}