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
Currently, our offset data model expects a continuous range of supported field offsets and therefore only allows one version range per:
opentelemetry-go-instrumentation/internal/pkg/inject/data.go
Lines 24 to 25 in 82c7468
As has been shown in #273 where there is a break in the support of gRPC (
opentelemetry-go-instrumentation/internal/pkg/inject/offset_results.json
Lines 5 to 28 in 949e8a3
We should instead define the TracedStruct as:
TracedStruct
type TrackedStruct map[string][]TrackedField
And track each version range.
Related to #271 Blocked by #307 (once merged we can fix this in a single spot)
The text was updated successfully, but these errors were encountered:
MrAlias
Successfully merging a pull request may close this issue.
Currently, our offset data model expects a continuous range of supported field offsets and therefore only allows one version range per:
opentelemetry-go-instrumentation/internal/pkg/inject/data.go
Lines 24 to 25 in 82c7468
As has been shown in #273 where there is a break in the support of gRPC (
opentelemetry-go-instrumentation/internal/pkg/inject/offset_results.json
Lines 5 to 28 in 949e8a3
We should instead define the
TracedStruct
as:And track each version range.
Related to #271
Blocked by #307 (once merged we can fix this in a single spot)
The text was updated successfully, but these errors were encountered: