summaryrefslogtreecommitdiffstats
path: root/src/go/collectors/go.d.plugin/modules/example/testdata/config.json
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/go/collectors/go.d.plugin/modules/example/testdata/config.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/go/collectors/go.d.plugin/modules/example/testdata/config.json b/src/go/collectors/go.d.plugin/modules/example/testdata/config.json
new file mode 100644
index 000000000..af06e85ac
--- /dev/null
+++ b/src/go/collectors/go.d.plugin/modules/example/testdata/config.json
@@ -0,0 +1,17 @@
+{
+ "update_every": 123,
+ "charts": {
+ "type": "ok",
+ "num": 123,
+ "contexts": 123,
+ "dimensions": 123,
+ "labels": 123
+ },
+ "hidden_charts": {
+ "type": "ok",
+ "num": 123,
+ "contexts": 123,
+ "dimensions": 123,
+ "labels": 123
+ }
+}