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

Metrics instrumentation pymemcache #1152

Open
Tracked by #1040
srikanthccv opened this issue Jun 21, 2022 · 3 comments
Open
Tracked by #1040

Metrics instrumentation pymemcache #1152

srikanthccv opened this issue Jun 21, 2022 · 3 comments
Assignees
Labels
feature-request good first issue Good for newcomers help wanted Extra attention is needed metrics

Comments

@srikanthccv
Copy link
Member

DB semconv: https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/semantic_conventions/database-metrics.md

@rahulmukherjee68
Copy link
Contributor

hey can you assign this to me.

@rahulmukherjee68
Copy link
Contributor

rahulmukherjee68 commented Sep 8, 2022

hey @srikanthccv I have some doubts related to semantic convention of db i am posting here feel free comment

  1. Is db.client.connections.usage for metric tells how many connection are currenlty in state of used or idle which can be set in upDownCounter ?
  1. what do you mean by db.client.connections.idle.max is it the maximum_pool value that is passed during pool intialization?

  2. db.client.connections.pending_requests can you please explain this pending request scenario?

@srikanthccv
Copy link
Member Author

Is db.client.connections.usage for metric tells how many connection are currenlty in state of used or idle which can be set in upDownCounter ?

Yes

what do you mean by db.client.connections.idle.max is it the maximum_pool value that is passed during pool intialization?

Yes

db.client.connections.pending_requests can you please explain this pending request scenario?

Requests that are yet to be assigned with connection from the pool

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request good first issue Good for newcomers help wanted Extra attention is needed metrics
Projects
None yet
Development

No branches or pull requests

2 participants