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 1
1
{
2
- "erlang" : " 26.2.3 " ,
3
- "rabbitmq" : " 3.13.0 "
2
+ "erlang" : " 26.2.5 " ,
3
+ "rabbitmq" : " 3.13.3 "
4
4
}
Original file line number Diff line number Diff line change 9
9
<ProjectReference Include =" projects/Benchmarks/Benchmarks.csproj" />
10
10
<ProjectReference Include =" projects/RabbitMQ.Client/RabbitMQ.Client.csproj" />
11
11
<ProjectReference Include =" projects/RabbitMQ.Client.OAuth2/RabbitMQ.Client.OAuth2.csproj" />
12
+ <ProjectReference Include =" projects/RabbitMQ.Client.OpenTelemetry/RabbitMQ.Client.OpenTelemetry.csproj" />
12
13
<ProjectReference Include =" projects/toxiproxy-netcore/src/ToxiproxyNetCore/ToxiproxyNetCore.csproj" />
13
14
<ProjectReference Include =" projects/Test/Common/Common.csproj" />
14
15
<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 7
7
<AssemblyTitle >RabbitMQ OpenTelemetry Integration Package for .NET</AssemblyTitle >
8
8
<Authors >VMware</Authors >
9
9
<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 >
11
11
<Description >The RabbitMQ OpenTelemetry Library for .NET adds convenience extension methods for RabbitMQ/OpenTelemetry</Description >
12
12
<GenerateDocumentationFile >true</GenerateDocumentationFile >
13
13
<PackageIcon >icon.png</PackageIcon >
41
41
42
42
<ItemGroup >
43
43
<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" />
44
48
<Content Include =" icon.png" PackagePath =" " />
45
49
<None Include =" README.md" Pack =" true" PackagePath =" /" />
46
50
<InternalsVisibleTo Include =" Unit" />
You can’t perform that action at this time.
0 commit comments