elastic-transport-python icon indicating copy to clipboard operation
elastic-transport-python copied to clipboard

Access to information about node and pool state

Open rbkumar88 opened this issue 4 years ago • 3 comments

Hi,

Is there any api/method to get the following when using the ES client.

  1. total number of connections (active,closed, stale etc).
  2. total number of connection pools (active,closed etc).

Thanks Bharath

rbkumar88 avatar Jan 08 '21 19:01 rbkumar88

@sethmlarson Any idea how the API of the methods should look?

Sparkycz avatar May 26 '21 11:05 Sparkycz

Likely a function that grabs a flat structure with a bunch of fields on it, maybe .transport_info()? Probably won't be available until v8.x

sethmlarson avatar Jun 04 '21 17:06 sethmlarson

Transferred this issue to elastic-transport-python as it would be implemented here in 8.x.

sethmlarson avatar Oct 20 '21 12:10 sethmlarson