File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
instrumentation/opentelemetry-instrumentation-grpc Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3737 ([ #1424 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1424 ) )
3838- Remove db.name attribute from Redis instrumentation
3939 ([ #1427 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1427 ) )
40+ - Add grpc.aio instrumentation to package entry points
41+ ([ #1442 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1442 ) )
4042
4143## Version 1.14.0/0.35b0 (2022-11-03)
4244
Original file line number Diff line number Diff line change @@ -46,6 +46,8 @@ test = [
4646[project .entry-points .opentelemetry_instrumentor ]
4747grpc_client = " opentelemetry.instrumentation.grpc:GrpcInstrumentorClient"
4848grpc_server = " opentelemetry.instrumentation.grpc:GrpcInstrumentorServer"
49+ grpc_aio_client = " opentelemetry.instrumentation.grpc:GrpcAioInstrumentorClient"
50+ grpc_aio_server = " opentelemetry.instrumentation.grpc:GrpcAioInstrumentorServer"
4951
5052[project .urls ]
5153Homepage = " https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/instrumentation/opentelemetry-instrumentation-grpc"
You can’t perform that action at this time.
0 commit comments