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

Add connection stats to Cosmos Diagnostics #14521

Closed
moderakh opened this issue Aug 27, 2020 · 2 comments
Closed

Add connection stats to Cosmos Diagnostics #14521

moderakh opened this issue Aug 27, 2020 · 2 comments
Assignees
Labels
azure-cosmos-diagnostics-improvements This label categorizes issues related to diagnostics improvements for azure-cosmos Client This issue points to a problem in the data-plane of the library. cosmos:v4-item Indicates this feature will be shipped as part of V4 release train Cosmos

Comments

@moderakh
Copy link
Contributor

  • Add number of RNTBD connections to the targeted replica to Cosmos Diagnostics
  • Add total number of RNTBD connections in the RNTBD Connection Pool to Cosmos Diagnostics.
@moderakh moderakh added Cosmos Client This issue points to a problem in the data-plane of the library. cosmos:v4-item Indicates this feature will be shipped as part of V4 release train labels Aug 27, 2020
@ghost
Copy link

ghost commented Aug 27, 2020

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @wmengmsft, @MehaKaushik, @shurd, @anfeldma-ms

@kushagraThapar kushagraThapar added the azure-cosmos-diagnostics-improvements This label categorizes issues related to diagnostics improvements for azure-cosmos label Sep 25, 2020
@kushagraThapar
Copy link
Member

We have captured this information as part of the below PR:

"serviceEndpointStatistics": {
				"availableChannels": 1,
				"acquiredChannels": 0,
				"executorTaskQueueSize": 0,
				"inflightRequests": 1,
				"lastSuccessfulRequestTime": "2020-09-25T17:13:28.216Z",
				"lastRequestTime": "2020-09-25T17:13:28.215Z",
				"createdTime": "2020-09-25T17:13:26.312417Z",
				"isClosed": false

#15564

Closing this issue, @moderakh - please create a new issue for total number of RNTBD connection stats.

@github-actions github-actions bot locked and limited conversation to collaborators Apr 12, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
azure-cosmos-diagnostics-improvements This label categorizes issues related to diagnostics improvements for azure-cosmos Client This issue points to a problem in the data-plane of the library. cosmos:v4-item Indicates this feature will be shipped as part of V4 release train Cosmos
Projects
None yet
Development

No branches or pull requests

2 participants