Tracer dogstatsd default to use metrics proxy HTTP instead of UDP #3865
Unanswered
asafpelegcodes
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I initialize my tracer with standard settings and send an increment
When I debug the metrics it appears that the metrics is configured with http at localhost port 8126. Is this is expected behavior? I thought UDP was more performant the http and that's why it was used.
port
coalesces to 8126 from the default config and is detected here and sets upmetricsProxyUrl
object which is then used in flush as the default optionBeta Was this translation helpful? Give feedback.
All reactions