Skip to content

Commit

Permalink
rename to align with existing scheme (ex OTEL_RESOURCE_ATTRIBUTES, OT…
Browse files Browse the repository at this point in the history
…EL_NODE_RESOURCE_DETECTORS)
  • Loading branch information
matt-hensley committed Sep 13, 2024
1 parent ccc2bcf commit b15ea01
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ namespace Grafana.OpenTelemetry
public class GrafanaOpenTelemetrySettings
{
internal const string DisableInstrumentationsEnvVarName = "GRAFANA_DOTNET_DISABLE_INSTRUMENTATIONS";
internal const string DisableResourceDetectorsEnvVarName = "GRAFANA_DOTNET_DISABLE_RESOURCEDETECTORS";
internal const string ResourceDetectorsEnvVarName = "GRAFANA_DOTNET_RESOURCEDETECTORS";
internal const string DisableResourceDetectorsEnvVarName = "GRAFANA_DOTNET_DISABLE_RESOURCE_DETECTORS";
internal const string ResourceDetectorsEnvVarName = "GRAFANA_DOTNET_RESOURCE_DETECTORS";
internal const string ServiceNameEnvVarName = "OTEL_SERVICE_NAME";

/// <summary>
Expand Down

0 comments on commit b15ea01

Please sign in to comment.