Skip to content

Commit fb12c61

Browse files
authored
Merge pull request #1592 from rabbitmq/rabbitmq-dotnet-client-1591
Ensure OpenTelemetry project is set up like OAuth2
2 parents 67f1b43 + 26c0b71 commit fb12c61

File tree

5 files changed

+10
-3
lines changed

5 files changed

+10
-3
lines changed

.ci/windows/versions.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"erlang": "26.2.3",
3-
"rabbitmq": "3.13.0"
2+
"erlang": "26.2.5",
3+
"rabbitmq": "3.13.3"
44
}

Build.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
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" />

projects/RabbitMQ.Client.OpenTelemetry/PublicAPI.Shipped.txt

Whitespace-only changes.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
OpenTelemetry.Trace.OpenTelemetryExtensions
2+
static OpenTelemetry.Trace.OpenTelemetryExtensions.AddRabbitMQInstrumentation(this OpenTelemetry.Trace.TracerProviderBuilder builder) -> OpenTelemetry.Trace.TracerProviderBuilder

projects/RabbitMQ.Client.OpenTelemetry/RabbitMQ.Client.OpenTelemetry.csproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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>
@@ -41,6 +41,10 @@
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" />

0 commit comments

Comments
 (0)