-
Notifications
You must be signed in to change notification settings - Fork 2
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
OpenTelemetry Tracing #26
base: master
Are you sure you want to change the base?
Conversation
tracing = [ | ||
"opentelemetry-api==1.21.0", | ||
"opentelemetry-sdk==1.21.0", | ||
"opentelemetry-exporter-otlp-proto-grpc==1.21.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to revisit if we want opentelemetry-exporter-otlp-proto-http
or opentelemetry-exporter-otlp-proto-grpc
.
Alternatively we could have opentelemetry-exporter-otlp
, which installs both
(private methods only)
Looks like the changes made in see the need to revisit |
update: I think I can disregard #26 (comment) last benchmark shows similar performance. I should probably run the benchmark more than once |
Introduces OpenTelemetry Tracing as an optional mechanism to the adapter, along with a new Github Action Workflow (
benchmark.yml
) to compare the traces ofpyg-adapter@master
with future PR traces.Usable with
pip install adbpyg-adapter[tracing]
Example: