From a91993b95c88cf489e2503b6c8c03cbd7e67e207 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Sat, 1 Apr 2023 15:34:34 +0700 Subject: [wip] cmd/rescached: add telemetry using questdb The telemetry collect the Go runtime/metrics and forward it to questdb instance in localhost. --- testdata/rescached.cfg.test.out | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testdata') 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 -- cgit v1.3