This is an automated email from the ASF dual-hosted git repository. lizhanhui pushed a commit to branch observability in repository https://gitbox.apache.org/repos/asf/rocketmq-client-csharp.git
commit 12a13e87e1324e65dc618b01c811fe22c1fc6c92 Author: Li Zhanhui <[email protected]> AuthorDate: Fri Jun 17 10:09:43 2022 +0800 Add package OpenTelemetry and Opentelemetry.API --- rocketmq-client-csharp/rocketmq-client-csharp.csproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rocketmq-client-csharp/rocketmq-client-csharp.csproj b/rocketmq-client-csharp/rocketmq-client-csharp.csproj index 094e1fa..cc81ff7 100644 --- a/rocketmq-client-csharp/rocketmq-client-csharp.csproj +++ b/rocketmq-client-csharp/rocketmq-client-csharp.csproj @@ -19,6 +19,8 @@ <PrivateAssets>all</PrivateAssets> </PackageReference> <PackageReference Include="NLog" Version="4.7.13" /> + <PackageReference Include="OpenTelemetry" Version="1.3.0" /> + <PackageReference Include="OpenTelemetry.Api" Version="1.3.0" /> <Protobuf Include="Protos\apache\rocketmq\v2\definition.proto" ProtoRoot="Protos" GrpcServices="Client" /> <Protobuf Include="Protos\google\rpc\code.proto" ProtoRoot="Protos" GrpcServices="Client" />
