Azure Service Bus Queue -
You can declare to scrape an Azure Service Bus Queue via the ServiceBusQueue
resource type.
The following fields need to be provided:
namespace
- The name of the Service Bus namespacequeueName
- The name of the queue
All supported metrics are documented in the official Azure Monitor documentation.
The following scraper-specific metric label will be added:
entity_name
- Name of the queue
Notes:
- We currently do not support
EntityPath
as a dimension due to internal limitations.
Example:
name: azure_service_bus_queue_active_messages
description: "The number of active messages on a service bus queue"
resourceType: ServiceBusQueue
azureMetricConfiguration:
metricName: ActiveMessages
aggregation:
type: Total
resources:
- namespace: promitor-messaging
queueName: orders
- namespace: promitor-messaging
queueName: items