-
Notifications
You must be signed in to change notification settings - Fork 564
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
Update gRPC instrumentation #194
Labels
Comments
Relates to open-telemetry/opentelemetry-go#940 (breaking into own package). |
MrAlias
referenced
this issue
in MrAlias/opentelemetry-go-contrib
Aug 4, 2020
Move the existing grpctrace package from the go.opentelemetry.io/otel repository to here. This is based on the package last modified in: 96a5f8f This is related to: https://github.com/open-telemetry/opentelemetry-go/issues/976
MrAlias
referenced
this issue
in MrAlias/opentelemetry-go
Aug 4, 2020
This is being moved to the contrib repo with open-telemetry/opentelemetry-go-contrib#189 as part of #976.
MrAlias
referenced
this issue
Aug 6, 2020
* Add google.golang.org/grpc instrumentation from otel repo Move the existing grpctrace package from the go.opentelemetry.io/otel repository to here. This is based on the package last modified in: 96a5f8f This is related to: https://github.com/open-telemetry/opentelemetry-go/issues/976 * Update package name: grpctrace -> grpc * Revert back to the v0.10.0 api/standard package for now * Make into Go module * Update the Changelog * Move the gRPC example from otel Taken from the otel repository at 5438916 * Update packaging of example * Update go.sum for example * Add grpc instrumentation to dependabot config
MrAlias
referenced
this issue
in open-telemetry/opentelemetry-go
Aug 6, 2020
* Remove grpctrace package This is being moved to the contrib repo with open-telemetry/opentelemetry-go-contrib#189 as part of #976. * Update Changelog * Remove the grpc example Moved to contrib repo * Fix spelling error * Update Changelog
MrAlias
added
area: instrumentation
Related to an instrumentation package
release:required-for-ga
labels
Aug 6, 2020
Would be great to ensure the new instrumentation also covers off any metrics that are currently available here: https://github.com/grpc-ecosystem/go-grpc-prometheus |
plantfansam
referenced
this issue
in plantfansam/opentelemetry-go-contrib
Mar 18, 2022
* SDK: Add benchmark test for W3C TraceContext Inject/Extract * SDK: benchmark TraceContext: remove global tracer * SDK: Add benchmarks for TraceContext: rename methods
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
The gRPC instrumentation ...
trace
in name. Likely want to follow the naming standards from the contrib instrumentation:go.opentelemetry.io/otel/instrumentation/google.golang.org/grpc
(though IIRC there are more than one gRPC libraries this works with 🤷).go.opentelemetry.io/otel
(specificallygo.opentelemetry.io/otel/api
) package.The text was updated successfully, but these errors were encountered: