grafana / grafana-opentelemetry-dotnet

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

Deprecate use of GRAFANA_CLOUD_* environment variables in code and documentation #87

Closed pyohannes closed 7 months ago

pyohannes commented 7 months ago

Fixes grafana/app-o11y#588

Changes

This deprecates the existing setting class CloudOtlpExporter in favor of a OtlpExporter, which exposes relevant fields from the upstream OTLP exporter settings class.

Documentation is updated, mentions of GRAFANACLOUD are removed (however, it will still work and not break any users).

Merge requirement checklist