elastic / ecs-dotnet

https://www.elastic.co/guide/en/ecs-logging/dotnet/current/setup.html
Apache License 2.0
114 stars 58 forks source link

Use OTEL or ELASTIC_APM env variables #315

Closed Mpdreamz closed 1 year ago

Mpdreamz commented 1 year ago

Based on either OTEL environment variables or Elastic APM with OTEL having precedence.

This also ensures CreateNewWithDefaults allows to be cached busted by providing a local cache object.

Fixes: https://github.com/elastic/apm-agent-dotnet/issues/2033 Relates: https://github.com/elastic/apm/pull/813