We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is your feature request related to a problem? Please describe. Pixie OTel export uses an older version of the Span proto. See, e.g., the following:
Example Pixie source code using older library_spans.
library_spans
Diff in OTel repository showing deprecation of the same.
IIUC Pixie currently uses OTel proto v0.10.0. The latest OTel proto release is now v1.1.0.
v0.10.0
v1.1.0
OTel proto v0.19.0 introduced a change where library_spans were completely rm'd, see: open-telemetry/opentelemetry-proto@v0.18.0...v0.19.0
v0.19.0
Describe the solution you'd like Upgrade Pixie OTel proto to v1.1.0 or to either of v0.18.0 or v0.19.0. Switch to using (e.g.) scope_spans.
v0.18.0
scope_spans
Describe alternatives you've considered As an alternative, we could keep using the older OTel proto version (i.e. do nothing).
The text was updated successfully, but these errors were encountered:
This was completed in #1974.
Sorry, something went wrong.
No branches or pull requests
Is your feature request related to a problem? Please describe.
Pixie OTel export uses an older version of the Span proto. See, e.g., the following:
Example Pixie source code using older
library_spans
.Diff in OTel repository showing deprecation of the same.
IIUC Pixie currently uses OTel proto
v0.10.0
. The latest OTel proto release is nowv1.1.0
.OTel proto
v0.19.0
introduced a change wherelibrary_spans
were completely rm'd, see:open-telemetry/opentelemetry-proto@v0.18.0...v0.19.0
Describe the solution you'd like
Upgrade Pixie OTel proto to
v1.1.0
or to either ofv0.18.0
orv0.19.0
. Switch to using (e.g.)scope_spans
.Describe alternatives you've considered
As an alternative, we could keep using the older OTel proto version (i.e. do nothing).
The text was updated successfully, but these errors were encountered: