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

tracing: Migrate to new otelgrpc tracing APIs #2237

Closed
kakkoyun opened this issue Nov 15, 2023 · 0 comments · Fixed by #2329
Closed

tracing: Migrate to new otelgrpc tracing APIs #2237

kakkoyun opened this issue Nov 15, 2023 · 0 comments · Fixed by #2329
Labels
good first issue Good for newcomers

Comments

@kakkoyun
Copy link
Member

Interceptors are deprecated in favor of NewStatsHandler. Migrate to new APIs.
open-telemetry/opentelemetry-go-contrib#4534

@kakkoyun kakkoyun added the good first issue Good for newcomers label Nov 15, 2023
kakkoyun added a commit that referenced this issue Dec 19, 2023
### Why?
<!-- author to complete -->
<!-- Please explain to us why we need this change. -->
Fixes : #2237 

### What?
<!-- Please explain to us what does it do? Or let the copilot handle it.
-->
migrated to new otelgrpc API for tracing.

Took reference from
[here](https://github.com/open-telemetry/opentelemetry-go-contrib/pull/4534/files#diff-45cde3191bd791caddf95c9ecc377397c29d85b4a4bfe81c5e5afbb5489d2ca7)

### How?
<!-- Please explain to us how should it work? Or let the copilot handle
it. -->

### Test Plan
<!-- How did you test it? How can we test it? -->
Screen shots from jaeger UI run using `scripts/local-observability` 


![image](https://github.com/parca-dev/parca-agent/assets/56021229/5abca66c-5b76-4309-8140-3085f0c26a23)


![image](https://github.com/parca-dev/parca-agent/assets/56021229/7725c877-56ce-43f5-9bdb-c6ea4be4cee3)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant