grafana / grafana-opentelemetry-dotnet

Grafana's distribution of OpenTelemetry instrumentation for .NET
Apache License 2.0
37 stars 6 forks source link

Separate detectors #111

Closed matt-hensley closed 2 months ago

matt-hensley commented 2 months ago

Changes

Separates resource detectors and instrumentations.

This is a breaking change due to removes of values from Instrumentation.cs

Adds new environment variable GRAFANA_DOTNET_RESOURCEDETECTORS. Setting this will cause only the provided resource detectors to be enabled.

Merge requirement checklist