You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the .NET OpenTelemetry SDK only supports direct code configuration and does not have a defined path for env vars or appsettings. A recent, unreleased, PR was merged to start to introduce env var support as defined in the spec, but this incomplete and could change before it's released.
The current .NET Honeycomb distro supports configuration via command line args, appsettings and command line args but doesn't support layered configuration. We feel this is okay for now as we won't break any base OpenTelemtry SDK configuration options and we can re-assess once the base OpenTelemetry SDK adds env var support.
Currently configuration can only be provided in one of the following ways:
However, a user cannot mix and match them. Eg set some command line args, some via configuration file, etc. Is this something we want to allow?
The text was updated successfully, but these errors were encountered: