- Essentials
- In The App
- Infrastructure
- Application Performance
- Log Management
- Security Platform
- UX Monitoring
- Administration
Supported OS
Get metrics from the .NET CLR service in real time to:
The .NET CLR check is included in the Datadog Agent package. No additional installation is needed on your server.
dotnetclr.d/conf.yaml
file, in the conf.d/
folder at the root of your Agent’s configuration directory to start collecting your .NET CLR performance data. See the sample dotnetclr.d/conf.yaml for all available configuration options.Note: Versions 1.10.0 or later of this check use a new implementation for metric collection, which requires Python 3. For hosts that are unable to use Python 3, or if you would like to use a legacy version of this check, refer to the following config.
Run the Agent’s status subcommand and look for dotnetclr
under the Checks section.
dotnetclr.exceptions.thrown_persec (gauge) | The number of exceptions thrown per second. Shown as occurrence |
dotnetclr.memory.committed.heap_bytes (gauge) | The number of total committed bytes. Shown as byte |
dotnetclr.memory.reserved.heap_bytes (gauge) | The number of total reserved bytes. Shown as byte |
dotnetclr.memory.time_in_gc (gauge) | The percent of time in garbage collection. Shown as percent |
The .NET CLR check does not include any service checks.
The .NET CLR check does not include any events.
Need help? Contact Datadog support.