Skip to content

Azure IoT Hub Device Provisioning Service (DPS)

Availability BadgeResource Discovery Support Badge

You can declare to scrape an Azure IoT Hub Device Provisioning Service (DPS) via the DeviceProvisioningService resource type.

When using declared resources, the following fields need to be provided:

  • deviceProvisioningServiceName - The name of the Azure IoT Hub Device Provisioning Service (DPS)

All supported metrics are documented in the official Azure Monitor documentation.

Example

Here is an example configuration:

name: azure_dps_attestation_attempts
description: "The number of device attestations attempted"
resourceType: DeviceProvisioningService
azureMetricConfiguration:
  metricName: AttestationAttempts
  aggregation:
    type: Total
resources: # Optional, required when no resource discovery is configured
- deviceProvisioningServiceName: promitor-1
- deviceProvisioningServiceName: promitor-2
resourceDiscoveryGroups: # Optional, requires Promitor Resource Discovery agent (https://promitor.io/concepts/how-it-works#using-resource-discovery)
- name: iot-hub-dps-landscape