Status
TASK
Checklist
Expected behaviour
The dotnet agent for New Relic can already be configured via environment variables, e.g. NEW_RELIC_LICENSE_KEY and NEW_RELIC_APP_NAME, which can be helpful in some hosting environments like Kubernetes. It would be great if this library could also use these values IF they are not already configured explicitly in e.g. the appsettings.json file. In my specific case, I would have to configure it both in environment variables as well as inside the appsettings.json. Especially the latter is both error-prone but also quite complicated when using Docker (and thus this sensible data is inside the docker container itself).
Status
TASK
Checklist
Expected behaviour
The dotnet agent for New Relic can already be configured via environment variables, e.g.
NEW_RELIC_LICENSE_KEYandNEW_RELIC_APP_NAME, which can be helpful in some hosting environments like Kubernetes. It would be great if this library could also use these values IF they are not already configured explicitly in e.g. the appsettings.json file. In my specific case, I would have to configure it both in environment variables as well as inside the appsettings.json. Especially the latter is both error-prone but also quite complicated when using Docker (and thus this sensible data is inside the docker container itself).