Get metrics from ASP.NET in real time to:
The ASP.NET check is included in the Datadog Agent package, so you don’t need to install anything else on your servers.
Edit the aspdotnet.d/conf.yaml
file, in the conf.d/
folder at the root of your Agent’s configuration directory to start collecting your ASP.NET performance data. See the sample aspdotnet.d/conf.yaml for all available configuration options.
Run the Agent’s status
subcommand and look for aspdotnet
under the Checks section.
aspdotnet.application_restarts (gauge) | Shows the number of times the application has been restarted during the Web server's lifetime. |
aspdotnet.worker_process_restarts (gauge) | Shows the number of times a worker process has restarted on the computer. |
aspdotnet.request.wait_time (gauge) | Shows the number of ms the most recent request was waiting in the queue. Shown as millisecond |
aspdotnet.applications.requests.in_queue (gauge) | Shows the number of requests in the application request queue. Shown as request |
aspdotnet.applications.requests.executing (gauge) | Shows the number of requests currently executing. Shown as request |
aspdotnet.applications.requests.persec (gauge) | Shows the number of requests executed per second. Shown as request |
aspdotnet.applications.forms_authentication.failure (gauge) | Number of failed access requests made Shown as request |
aspdotnet.applications.forms_authentication.successes (gauge) | Number of successful access requests made Shown as request |
The ASP.NET check does not include any events.
The ASP.NET check does not include any service checks.
Need help? Contact Datadog support.
On this Page