Skip to content

Commit 25a6568

Browse files
committed
Ensure OpenTelemetry project is set up like OAuth2
Fixes #1591
1 parent 67f1b43 commit 25a6568

File tree

4 files changed

+8
-1
lines changed

4 files changed

+8
-1
lines changed

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)