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

Response/Request Size GRPC Metrics Instrumentation #9736

Open
Abhishekkr3003 opened this issue Oct 23, 2023 · 0 comments · May be fixed by #11833
Open

Response/Request Size GRPC Metrics Instrumentation #9736

Abhishekkr3003 opened this issue Oct 23, 2023 · 0 comments · May be fixed by #11833
Labels
enhancement New feature or request needs triage New issue that requires triage

Comments

@Abhishekkr3003
Copy link

Is your feature request related to a problem? Please describe.

Currently, we only instrument the inbound/outbound RPC duration for client/server. It would be better if we also start instrumenting the inbound/outbound request/response sizes as we do for HTTP.

Describe the solution you'd like

I have a use case where I need to get the GRPC client request/response size metrics with similar attributes we have for RPC duration. I have already implemented this using ClientStreamTracer and an Interceptor for one of our services. Still, it would be great if it is available in Opentelemetry itself, and we can use it directly for all our services.

Describe alternatives you've considered

No response

Additional context

No response

@Abhishekkr3003 Abhishekkr3003 added enhancement New feature or request needs triage New issue that requires triage labels Oct 23, 2023
@crossoverJie crossoverJie linked a pull request Jul 16, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request needs triage New issue that requires triage
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant