Azure Notification Hub monitoring

  • How-to guide
  • 7-min read
  • Published Sep 10, 2020

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 learn how to enable service monitoring, see Enable service monitoring.

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. Go to Technologies & Processes Classic.
  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.

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.

Hiding a dashboard doesn't affect other users.

Clone hide azure

Notification hub

Available metrics

NameDescriptionUnitRecommended
incomingThe count of all successful send API callsCountApplicable
incoming.all.failedrequestsTotal incoming failed requests for a notification hubCountApplicable
incoming.all.requestsTotal incoming requests for a notification hubCountApplicable
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 hubCountApplicable
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
Related tags
Infrastructure Observability