• Home
  • Deploy Dynatrace
  • Set up Dynatrace on cloud platforms
  • Microsoft Azure
  • Integrations
  • Azure cloud services
  • Azure Notification Hub monitoring

Azure Notification Hub monitoring

Dynatrace ingests metrics from Azure Metrics API for Azure Notification Hub. You can view metrics for each service instance, split metrics into multiple dimensions, and create custom charts that you can pin to your dashboards.

Prerequisites

  • Dynatrace version 1.201+
  • Environment ActiveGate version 1.195+

Enable monitoring

To enable monitoring for this service, you first need to set up integration with Azure Monitor.

Add the service to monitoring

In order to view the service metrics, you must add the service to monitoring in your Dynatrace environment.

To add a service to monitoring
  1. In the Dynatrace menu, go to Settings > Cloud and virtualization and select Azure.
  2. On the Azure overview page, select Edit for the desired Azure instance.
  3. Go to Services and select Add service, choose the desired service name from the list, and select Add service.
  4. Select Save changes to save your configuration.

Monitor resources based on tags

You can choose to monitor resources based on existing Azure tags, as Dynatrace automatically imports them from service instances.

To monitor resources based on tags

  1. In the Dynatrace menu, go to Settings > Cloud and virtualization > Azure and select Edit for the desired Azure instance.
  2. For Resources to be monitored, select Monitor resources selected by tags.
  3. Enter the Key and Value.
  4. Select Save to save your configuration.

Note: To import the Azure tags automatically into Dynatrace, enable Capture Azure tags automatically.

Configure service metrics

Once you add a service, Dynatrace starts automatically collecting a suite of metrics for this particular service. These are recommended metrics.

Recommended metrics:

  • Are enabled by default
  • Can't be disabled
  • Can have recommended dimensions (enabled by default, can't be disabled)
  • Can have optional dimensions (disabled by default, can be enabled).

Apart from the recommended metrics, most services have the possibility of enabling optional metrics.

Optional metrics:

  • Can be added and configured manually
To add and configure metrics
  1. In the Dynatrace menu, go to Settings > Cloud and virtualization and select Azure.
  2. On the Azure overview page, scroll down and select Edit for the desired Azure instance.
  3. Go to Services and select Manage services.
  4. To add a metric, select the service for which you want to add metrics.
  5. Select Add new metric.
  6. From the menu, select the metric you want.
  7. Select Add metric to add the metric to monitoring.
  8. To configure a metric, select Edit.
  9. Select Apply to save your configuration.

View service metrics

You can view the service metrics in your Dynatrace environment either on the custom device overview page or on your Dashboards page.

View metrics on the custom device overview page

To access the custom device overview page

  1. In the Dynatrace menu, go to Technologies.
  2. Filter by service name and select the relevant custom device group.
  3. Once you select the custom device group, you're on the custom device group overview page.
  4. The custom device group overview page lists all instances (custom devices) belonging to the group. Select an instance to view the custom device overview page.

View metrics on your dashboard

Once you add a service to monitoring, a preset dashboard for the respective service containing all recommended metrics is automatically created on your Dashboards page. You can look for specific dashboards by filtering by Preset and then by Name.

Note: For existing monitored services, you might need to resave your credentials for the preset dashboard to appear on the Dashboards page. To resave your credentials, go to Settings > Cloud and virtualization > Azure, select the desired Azure instance, then select Save.

You can't make changes on a preset dashboard directly, but you can clone and edit it. To clone a dashboard, open the browse menu (…) and select Clone.
To remove a dashboard from the dashboards list, you can hide it. To hide a dashboard, open the browse menu (…) and select Hide.

Note: Hiding a dashboard doesn't affect other users.

Clone hide azure

Notification hub

Available metrics

NameDescriptionUnitRecommended
incomingThe count of all successful send API callsCount✔️
incoming.all.failedrequestsTotal incoming failed requests for a notification hubCount✔️
incoming.all.requestsTotal incoming requests for a notification hubCount✔️
incoming.scheduledScheduled push notifications sentCount
incoming.scheduled.cancelScheduled push notifications cancelledCount
installation.allInstallation management operationsCount
installation.deleteDelete installation operationsCount
installation.getGet installation operationsCount
installation.patchPatch installation operationsCount
installation.upsertCreate or update installation operationsCount
notificationhub.pushesAll outgoing notifications of the notification hubCount✔️
outgoing.allpns.badorexpiredchannelThe count of pushes that failed because the channel/token/registrationId in the registration was expired or invalidCount
outgoing.allpns.channelerrorThe count of pushes that failed because the channel was invalid, not associated with the correct app, throttled, or expiredCount
outgoing.allpns.invalidpayloadThe count of pushes that failed because the PNS returned a bad payload errorCount
outgoing.allpns.pnserrorThe count of pushes that failed because there was a problem communicating with the PNS (excludes authentication problems)Count
outgoing.allpns.successThe count of all successful notificationsCount
outgoing.apns.badchannelThe count of pushes that failed because the token is invalid (APNS status code: 8)Count
outgoing.apns.expiredchannelThe count of token that were invalidated by the APNS feedback channelCount
outgoing.apns.invalidcredentialsThe count of pushes that failed because the PNS did not accept the provided credentials, or the credentials are blockedCount
outgoing.apns.invalidnotificationsizeThe count of pushes that failed because the payload was too large (APNS status code: 7)Count
outgoing.apns.pnserrorThe count of pushes that failed because of errors communicating with APNSCount
outgoing.apns.successThe count of all successful notificationsCount
outgoing.gcm.authenticationerrorThe count of pushes that failed because the PNS didn't accept the provided credentials, the credentials are blocked, or the SenderId isn't correctly configured in the app (GCM result: MismatchedSenderId)Count
outgoing.gcm.badchannelThe count of pushes that failed because the registrationId in the registration wasn't recognized (GCM result: Invalid Registration)Count
outgoing.gcm.expiredchannelThe count of pushes that failed because the registrationId in the registration was expired (GCM result: NotRegistered)Count
outgoing.gcm.invalidcredentialsThe count of pushes that failed because the PNS didn't accept the provided credentials, or the credentials are blockedCount
outgoing.gcm.invalidnotificationformatThe count of pushes that failed because the payload wasn't formatted correctly (GCM result: InvalidDataKey or InvalidTtl)Count
outgoing.gcm.invalidnotificationsizeThe count of pushes that failed because the payload was too large (GCM result: MessageTooBig)Count
outgoing.gcm.pnserrorThe count of pushes that failed because of errors communicating with GCMCount
outgoing.gcm.successThe count of all successful notificationsCount
outgoing.gcm.throttledThe count of pushes that failed because GCM throttled this app (GCM status code: 501-599 or result:Unavailable)Count
outgoing.gcm.wrongchannelThe count of pushes that failed because the registrationId in the registration isn't associated to the current app (GCM result: InvalidPackageName)Count
outgoing.mpns.authenticationerrorThe count of pushes that failed because the PNS didn't accept the provided credentials, or the credentials are blockedCount
outgoing.mpns.badchannelThe count of pushes that failed because the ChannelURI in the registration wasn't recognized (MPNS status: 404 not found)Count
outgoing.mpns.channeldisconnectedThe count of pushes that failed because the ChannelURI in the registration was disconnected (MPNS status: 412 not found)Count
outgoing.mpns.droppedThe count of pushes that were dropped by MPNS (MPNS response header: X-NotificationStatus: QueueFull or Suppressed)Count
outgoing.mpns.invalidcredentialsThe count of pushes that failed because the PNS didn't accept the provided credentials, or the credentials are blockedCount
outgoing.mpns.invalidnotificationformatThe count of pushes that failed because the payload of the notification was too largeCount
outgoing.mpns.pnserrorThe count of pushes that failed because of errors communicating with MPNSCount
outgoing.mpns.successThe count of all successful notificationsCount
outgoing.mpns.throttledThe count of pushes that failed because MPNS is throttling this app (WNS MPNS: 406 Not Acceptable)Count
outgoing.wns.authenticationerrorNotification not delivered because of errors communicating with Windows Live, invalid credentials, or wrong tokenCount
outgoing.wns.badchannelThe count of pushes that failed because the ChannelURI in the registration was not recognized (WNS status: 404 not found)Count
outgoing.wns.channeldisconnectedThe notification was dropped because the ChannelURI in the registration is throttled (WNS response header: X-WNS-DeviceConnectionStatus: Disconnected)Count
outgoing.wns.channelthrottledThe notification was dropped because the ChannelURI in the registration is throttled (WNS response header: X-WNS-NotificationStatus: ChannelThrottled)Count
outgoing.wns.droppedThe notification was dropped because the ChannelURI in the registration is throttled (X-WNS-NotificationStatus: dropped but not X-WNS-DeviceConnectionStatus: Disconnected)Count
outgoing.wns.expiredchannelThe count of pushes that failed because the ChannelURI is expired (WNS status: 410 Gone)Count
outgoing.wns.invalidcredentialsThe count of pushes that failed because the PNS didn't accept the provided credentials, the credentials are blocked, or Windows Live doesn't recognize the credentialsCount
outgoing.wns.invalidnotificationformatThe format of the notification is invalid (WNS status: 400). Note that WNS doesn't reject all invalid payloadsCount
outgoing.wns.invalidnotificationsizeThe notification payload is too large (WNS status: 413)Count
outgoing.wns.invalidtokenThe token provided to WNS isn't valid (WNS status: 401 Unauthorized)Count
outgoing.wns.pnserrorNotification not delivered because of errors communicating with WNSCount
outgoing.wns.successThe count of all successful notificationsCount
outgoing.wns.throttledThe count of pushes that failed because WNS is throttling this app (WNS status: 406 Not Acceptable)Count
outgoing.wns.tokenproviderunreachableWindows Live isn't reachableCount
outgoing.wns.wrongtokenThe token provided to WNS is valid, but for another application (WNS status: 403 Forbidden). This can happen if the ChannelURI in the registration is associated with another app.Count
registration.allThe count of all successful registration operations (creations, updates, queries, and deletions)Count
registration.createThe count of all successful registration creationsCount
registration.deleteThe count of all successful registration deletionsCount
registration.getThe count of all successful registration queriesCount
registration.updateThe count of all successful registration updatesCount
scheduled.pendingPending scheduled notificationsCount