WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
File tree Expand file tree Collapse file tree 5 files changed +10
-3
lines changed
projects/RabbitMQ.Client.OpenTelemetry Expand file tree Collapse file tree 5 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "erlang" : " 26.2.3 " ,
3- "rabbitmq" : " 3.13.0 "
2+ "erlang" : " 26.2.5 " ,
3+ "rabbitmq" : " 3.13.3 "
44}
Original file line number Diff line number Diff line change 99 <ProjectReference Include =" projects/Benchmarks/Benchmarks.csproj" />
1010 <ProjectReference Include =" projects/RabbitMQ.Client/RabbitMQ.Client.csproj" />
1111 <ProjectReference Include =" projects/RabbitMQ.Client.OAuth2/RabbitMQ.Client.OAuth2.csproj" />
12+ <ProjectReference Include =" projects/RabbitMQ.Client.OpenTelemetry/RabbitMQ.Client.OpenTelemetry.csproj" />
1213 <ProjectReference Include =" projects/toxiproxy-netcore/src/ToxiproxyNetCore/ToxiproxyNetCore.csproj" />
1314 <ProjectReference Include =" projects/Test/Common/Common.csproj" />
1415 <ProjectReference Include =" projects/Test/Applications/CreateChannel/CreateChannel.csproj" />
Original file line number Diff line number Diff line change 1+ OpenTelemetry.Trace.OpenTelemetryExtensions
2+ static OpenTelemetry.Trace.OpenTelemetryExtensions.AddRabbitMQInstrumentation(this OpenTelemetry.Trace.TracerProviderBuilder builder) -> OpenTelemetry.Trace.TracerProviderBuilder
Original file line number Diff line number Diff line change 77 <AssemblyTitle >RabbitMQ OpenTelemetry Integration Package for .NET</AssemblyTitle >
88 <Authors >VMware</Authors >
99 <Company >VMware, Inc. or its affiliates.</Company >
10- <Copyright >Copyright © 2007-2023 VMware, Inc. or its affiliates .</Copyright >
10+ <Copyright >Copyright (c) 2007-2024 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/ or its subsidiaries .</Copyright >
1111 <Description >The RabbitMQ OpenTelemetry Library for .NET adds convenience extension methods for RabbitMQ/OpenTelemetry</Description >
1212 <GenerateDocumentationFile >true</GenerateDocumentationFile >
1313 <PackageIcon >icon.png</PackageIcon >
4141
4242 <ItemGroup >
4343 <None Remove =" icon.png" />
44+ <None Remove =" PublicAPI.Shipped.txt" />
45+ <None Remove =" PublicAPI.Unshipped.txt" />
46+ <AdditionalFiles Include =" PublicAPI.Shipped.txt" />
47+ <AdditionalFiles Include =" PublicAPI.Unshipped.txt" />
4448 <Content Include =" icon.png" PackagePath =" " />
4549 <None Include =" README.md" Pack =" true" PackagePath =" /" />
4650 <InternalsVisibleTo Include =" Unit" />
You can’t perform that action at this time.
0 commit comments