We have a requirement to retrieve some Metrics (registrations created and deleted) from Azure Notification Hub (Free tier) using the Notifications Hub REST API, after some research we found what metrics are available programmatically (Metrics) and an example on how to call the API (Programmatic Access). Currently we are able to get metric data for deleted and updated registrations but not for created registrations. We’ve tried deleting the device registrations from the hub and registering the devices again, we also tried using devices that haven’t been previously registered but we never get any records returned by the registrations created endpoint (registration.create).
Looking at the Monitor section of the notification hub on the classic portal we see the same behavior, data for registrations updated and deleted and no data what so ever for registrations created.
Is anyone else experiencing the same behavior?
Is there anything that we could be doing wrong that is not included in the documentation referenced above?