Skip to content

Commit 17cb0a2

Browse files
Fix build
Move the using statement to inside the hash define.
1 parent d0c612f commit 17cb0a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Grafana.OpenTelemetry.Base/ResourceDetectors/ContainerResource.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

66
#if NET8_0_OR_GREATER
77

8+
using OpenTelemetry.Resources;
9+
810
namespace Grafana.OpenTelemetry
911
{
1012
internal class ContainerResourceInitializer : ResourceDetectorInitializer

0 commit comments

Comments
 (0)