Skip to content

Commit

Permalink
Add grpc.aio instrumentation to be auto-instrumented (#1442)
Browse files Browse the repository at this point in the history
  • Loading branch information
cookiefission committed Nov 22, 2022
1 parent b6b2690 commit 80d0b89
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
([#1424](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1424))
- Remove db.name attribute from Redis instrumentation
([#1427](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1427))
- Add grpc.aio instrumentation to package entry points
([#1442](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1442))

## Version 1.14.0/0.35b0 (2022-11-03)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ test = [
[project.entry-points.opentelemetry_instrumentor]
grpc_client = "opentelemetry.instrumentation.grpc:GrpcInstrumentorClient"
grpc_server = "opentelemetry.instrumentation.grpc:GrpcInstrumentorServer"
grpc_aio_client = "opentelemetry.instrumentation.grpc:GrpcAioInstrumentorClient"
grpc_aio_server = "opentelemetry.instrumentation.grpc:GrpcAioInstrumentorServer"

[project.urls]
Homepage = "https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/instrumentation/opentelemetry-instrumentation-grpc"
Expand Down

0 comments on commit 80d0b89

Please sign in to comment.