Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Access to information about node and pool state #34

Open
rbkumar88 opened this issue Jan 8, 2021 · 3 comments
Open

Access to information about node and pool state #34

rbkumar88 opened this issue Jan 8, 2021 · 3 comments

Comments

@rbkumar88
Copy link

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

@Sparkycz
Copy link

Sparkycz commented May 26, 2021

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

@sethmlarson
Copy link
Contributor

sethmlarson commented Jun 4, 2021

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 sethmlarson transferred this issue from elastic/elasticsearch-py Oct 20, 2021
@sethmlarson
Copy link
Contributor

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

@sethmlarson sethmlarson changed the title Method to get connection details Access to information about node and pool state Oct 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@Sparkycz @rbkumar88 @sethmlarson and others