Expose HTTP connection metrics to telemetry#130939
Expose HTTP connection metrics to telemetry#130939elasticsearchmachine merged 7 commits intoelastic:mainfrom
Conversation
Closes ES-12223
|
Pinging @elastic/es-distributed-coordination (Team:Distributed Coordination) |
|
Hi @DaveCTurner, I've created a changelog YAML for you. |
|
Do you know which thread runs channel initializer? Is it same stack that accepts socket? I'm wondering for case when transport threads are saturated and we accept new socket but haven't setup channel pipeline yet, so these metrics wont reflect that. Should we measure those on parent channel that listen socket? |
mhl-b
left a comment
There was a problem hiding this comment.
LGTM, minor question about place for metrics capturing.
No, the channel is initialized on its own event loop, see |
Closes ES-12223
Closes ES-12223
Closes ES-12223