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.
Use the Azure public cloud integration to discover and collect metrics against the Azure service.
External reference
Setup
To set up the Azure integration and discover the Azure service, go to Azure Integration Discovery Profile and select Event Grid Domain
.
Event support
- Supported
- Configurable in OpsRamp Azure Integration Discovery Profile.
Supported metrics
OpsRamp Metric | Metric Display Name | Unit | Aggregation Type |
---|---|---|---|
azure_publish_success_count Number of events successfully sent to the topic, and processed with a 2xx response. | Publish Success Count | Count | Average |
azure_publish_fail_count Number of events sent to the topic but rejected with an error code. | Publish Failed Events | Count | Average |
azure_matched_event_count Number of events in the topic which matched by the event subscription. | Matched Events Count | Count | Average |
azure_delivery_attempt_fail_Count Count of events sent to subscription endpoint, but received a 4xx or 5xx response. | Delivery Failed Events | Count | Average |
azure_dropped_event_count Event was not delivered and all retry attempts were sent. The event was dropped. | Dropped Events Count | Count | Average |
azure_delivery_success_count Count of events successfully delivered to the subscription endpoint, and received a 2xx response. | Delivery Success Events Count | Count | Average |
azure_dead_lettered_count Dead lettered events. | Dead Lettered Events | Count | Average |
cloud_instance_state Event grid status/state metric. | Status/State | n/a | n/a |