aboutsummaryrefslogtreecommitdiff
path: root/testdata
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2023-04-01 15:34:34 +0700
committerShulhan <ms@kilabit.info>2023-07-27 00:40:14 +0700
commita91993b95c88cf489e2503b6c8c03cbd7e67e207 (patch)
tree7b7679cbaf3e5d7226ead6a9f1678a0c28dc69fc /testdata
parent631dd476ac3fd7d7c8045b6e6ca59b63955bca67 (diff)
downloadrescached-a91993b95c88cf489e2503b6c8c03cbd7e67e207.tar.xz
[wip] cmd/rescached: add telemetry using questdbdev-telemetry
The telemetry collect the Go runtime/metrics and forward it to questdb instance in localhost.
Diffstat (limited to 'testdata')
-rw-r--r--testdata/rescached.cfg.test.out2
1 files changed, 2 insertions, 0 deletions
diff --git a/testdata/rescached.cfg.test.out b/testdata/rescached.cfg.test.out
index 8f36010..a31a1d6 100644
--- a/testdata/rescached.cfg.test.out
+++ b/testdata/rescached.cfg.test.out
@@ -1,6 +1,7 @@
[rescached]
file.resolvconf =
wui.listen = 127.0.0.1:5381
+telemetry = questdb+tcp://127.0.0.1:9009
debug = 1
[block.d "a.block"]
@@ -27,6 +28,7 @@ parent = udp://10.8.0.1
http.idle_timeout = 0s
cache.prune_delay = 0s
cache.prune_threshold = 0s
+debug = 0
http.port = 0
tls.port = 0
tls.allow_insecure = true