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.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 commited 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.
On this Page