This repository was archived by the owner on Sep 28, 2022. It is now read-only.
getting 30 secs delay while getting metrics #55
Unanswered
rambabubolla
asked this question in
Q&A
Replies: 2 comments 14 replies
-
|
This is quite odd, @rambabubolla. What connection type are you using, TCP, UDS or shared memory? It also might be a network issue, maybe worth to check it too? |
Beta Was this translation helpful? Give feedback.
14 replies
-
|
For everyone who would find this topic later: double check that you are connecting to the control port (defined by the unbound |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have deployed it on ubuntu both unbound and unbound-telemetry on same node.
Any one facing this 30sec dealy while getting unbound stats
$time wget 127.0.0.1:9167/metrics
--2021-03-18 11:30:50-- http://127.0.0.1:9167/metrics
Connecting to 127.0.0.1:9167... connected.
HTTP request sent, awaiting response... 200 OK
Length: 6092 (5.9K) [text/plain]
Saving to: ‘metrics’
metrics 100%[============================================================================>] 5.95K --.-KB/s in 0s
2021-03-18 11:31:20 (348 MB/s) - ‘metrics’ saved [6092/6092]
real 0m30.037s
user 0m0.006s
sys 0m0.000s
Beta Was this translation helpful? Give feedback.
All reactions