Introduction
Application Insights, a feature of Azure Monitor, is an extensible Application Performance Management (APM) service for web developers on multiple platforms.
Application Insights is used to monitor your live web application. Characteristics include:
- Automatic detection of performance anomalies.
- Powerful analytics tools to help you diagnose issues and to understand what users actually do with your app.
- Designed to help you continuously improve performance and usability.
- Works for apps on a wide variety of platforms including .NET, Node.js and Java EE, hosted on-premises, hybrid, or any public cloud.
- Integrates with your DevOps process, and has connection points to a variety of development tools.
- Monitors and analyzes telemetry from mobile apps by integrating with Visual Studio App Center.
Setup
To set up the OpsRamp Azure integration and discover the Azure service,
go to Azure Integration Discovery Profile and select Application Insights
.
Metrics
OpsRamp Metric | Metric Display Name | Unit | Aggregation Type | Description |
---|---|---|---|---|
azure_availability_results_duration | Test duration | MilliSeconds | Average | Percentage of availability for the storage service or the specified API operation. Availability is calculated by taking the TotalBillableRequests value and dividing it by Number of applicable requests, including those that produced unexpected errors. All unexpected errors result in reduced availability for the storage service or the specified API operation. |
azure_availability_results_percentage | Availability result percentage | Percentage | Average | The availability metric shows the percentage of the web test runs that didnt detect any issues. |
azure_availability_results_count | Availability result count | Count | Count | The availability tests metric reflects Count of the web tests runs by Azure Monitor. |
azure_billing_meters_telemetry_count | Data point count | Count | Total | Number of data points sent to this Application Insights resource. This metric is processed with a latency of up to two hours. |
azure_billing_meters_telemetry_size | Data point volume | Bytes | Total | Volume of data sent to this Application Insights resource. This metric is processed with a latency of up to two hours. |
azure_browser_timings_network_duration | Page load network connect time | MilliSeconds | Average | Time between user request and network connection. Includes DNS lookup and transport |
azure_browser_timings_processing_duration | Client processing time | MilliSeconds | Average | Time between receiving the last byte of a document until the DOM is loaded. Async |
azure_browser_timings_receive_duration | Receiving response time | MilliSeconds | Average | Time between the first and last bytes, or until disconnection. |
azure_browser_timings_send_duration | Send request time | MilliSeconds | Average | Time between network connection and receiving the first byte. |
azure_browser_timings_total_duration | Browser page load time | MilliSeconds | Average | Time from user request until DOM, stylesheets, scripts and images are loaded. |
azure_dependencies_count | Dependency calls | Count | Count | Count of calls made by the application to external resources. |
azure_dependencies_duration | Dependency duration | MilliSeconds | Average | Duration of calls made by the application to external resources. |
azure_dependencies_failed | Dependency failures | Count | Count | Count of failed dependency calls made by the application to external resources. |
azure_page_views_count | Count of page views | Count | Count | Count of page views |
azure_page_views_duration | Page view load time | MilliSeconds | Average | Page view load time |
azure_performance_counters_request_execution_time | HTTP request execution time | MilliSeconds | Average | Execution time of the most recent request. |
azure_performance_counters_requests_in_queue | HTTP requests in application queue | Count | Average | Length of the application request queue. |
azure_performance_counters_requests_per_second | HTTP request rate | CountPerSecond | Average | Rate of all requests to the application per second from ASP.NET. |
azure_performance_counters_exceptions_per_second | Exception rate | CountPerSecond | Average | Count of handled and unhandled exceptions reported to windows, including .NET exceptions and unmanaged exceptions that are converted into .NET exceptions. |
azure_performance_counters_process_io_bytes_per_second | Process IO rate | BytesPerSecond | Average | Total bytes per second read and written to files, network and devices. |
azure_performance_counters_process_cpu_percentage | Process CPU | Percent | Average | Percentage of elapsed time that all process threads used the processor to execute instruction. This can vary between 0 to 100. This metric indicates the performance of w3wp process alone. |
azure_performance_counters_processor_cpu_percentage | Processor time | Percent | Average | Percentage of time that the processor spends in non-idle threads. |
azure_performance_counters_memory_available_bytes | Available memory | Bytes | Average | Physical memory immediately available for allocation to a process or for system use. |
azure_performance_counters_process_private_bytes | Process private bytes | Bytes | Average | Memory exclusively assigned to the monitored applications processes. |
azure_requests_count | Server request count | Count | Counter | This metric reflects Number of incoming server requests that were received by your web application. |
azure_requests_duration | Server response time | MilliSeconds | Average | Time between receiving an HTTP request and finishing sending the response. |
azure_requests/failed | Failed requests | Count | Count | Count of HTTP requests marked as failed. In most cases these are requests with a response code >= 400 and not equal to 401. |
azure_exceptions_count | Exceptions | Count | Total | Combined count of all uncaught exceptions. |
azure_exceptions_browser | Browser exceptions | Count | Total | Count of uncaught exceptions thrown in the browser. |
azure_exceptions_server | Server exceptions | Count | Total | Count of uncaught exceptions thrown in the server application. |
azure_traces_count | Trace count | Count | Total | Trace document count |
azure_users_authenticated | Users authenticated | Count | Counter | Number of distinct users who authenticated into your application. |
azure_users_count | Users count | Count | Counter | Number of distinct users who accessed your application. |
azure_sessions_count | Sessions count | Count | Counter | This metric refers to count of distinct session IDs. |
Event support
- Supported
- Configurable in OpsRamp Azure Integration Discovery Profile.