Introduction
Azure Event Grid allows you to easily build applications with event-based architectures. Event Grid has built-in support for events coming from Azure services (like storage blobs and resource groups) and support for your own events, using custom topics.
Note
Use the OpsRamp Azure public cloud integration to discover and collect metrics against the Azure service.Setup
To set up the OpsRamp Azure integration and discover the Azure service,
go to Azure Integration Discovery Profile and select Event Grid Domain
.
Metrics
OpsRamp Metric | Metric Display Name | Unit | Aggregation Type | Description |
---|---|---|---|---|
azure_publish_success_count | Publish Success Count | Count | Average | Number of events successfully sent to the topic, and processed with a 2xx response. |
azure_publish_fail_count | Publish Failed Events | Count | Average | Number of events sent to the topic but rejected with an error code. |
azure_matched_event_count | Matched Events Count | Count | Average | Number of events in the topic which matched by the event subscription. |
azure_delivery_attempt_fail_Count | Delivery Failed Events | Count | Average | Count of events sent to subscription's endpoint, but received a 4xx or 5xx response. |
azure_dropped_event_count | Dropped Events Count | Count | Average | Event was not delivered and all retry attempts were sent. The event was dropped. |
azure_delivery_success_count | Delivery Success Events Count | Count | Average | Count of events successfully delivered to the subscription's endpoint, and received a 2xx response. |
azure_dead_lettered_count | Dead Lettered Events | Count | Average | Dead lettered events. |
cloud_instance_state | Status/State | n/a | n/a | Event grid status/state metric. |
Event support
- Supported
- Configurable in OpsRamp Azure Integration Discovery Profile.