- APM .NET Agent: other versions:
- Introduction
- Set up the Agent
- Supported technologies
- Configuration
- Public API
- Metrics
- Log correlation
- Performance tuning
- Troubleshooting
- Upgrading
- Release notes
IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Configuration
editConfiguration
editYou can utilize configuration options to adapt the Elastic APM agent to your needs. There are multiple configuration sources, each with different naming conventions for the property key.
By default, the agent uses environment variables. Additionally, on ASP.NET Core, the agent can plug into the Microsoft.Extensions.Configuration infrastructure.
Dynamic configuration
editConfiguration options marked with the badge can be changed at runtime
when set from a supported source.
The .NET Agent supports Central configuration,
which allows you to fine-tune certain configurations via the APM app.
This feature is enabled in the Agent by default, with CentralConfig
(
[1.1]
Added in 1.1.
).
On this page
Was this helpful?
Thank you for your feedback.