通知中心指标和最佳方法
Notification Hub metrics and best approach
我对 Azure 通知中心有一些疑问。实际上,我使用通知集线器只是为了通过 rest api 发送直接推送。我为许多推送类型创建了一个通知中心。我的问题:
- 我如何显示每个推送类型(标签)的指标,而不是按目标平台。
- 当我有很多推送类型时,最好的方法是什么,每种推送类型一个通知或推送类型的专用通知中心。
感谢
How can i display metric per push type (tags), not by target platform
似乎每个推送类型(标签)都没有这样的指标,我们可以从这个 link.
中获得支持的指标
What is the best approach when i have many push types, one notificaton for each push type or dedicated notification hub for push type.
根据我的经验,我们可以为每种推送类型使用一个通知。但是如果你想得到推送类型的指标。好像不支持。
我们还需要多关注notification limit。
我对 Azure 通知中心有一些疑问。实际上,我使用通知集线器只是为了通过 rest api 发送直接推送。我为许多推送类型创建了一个通知中心。我的问题:
- 我如何显示每个推送类型(标签)的指标,而不是按目标平台。
- 当我有很多推送类型时,最好的方法是什么,每种推送类型一个通知或推送类型的专用通知中心。
感谢
How can i display metric per push type (tags), not by target platform
似乎每个推送类型(标签)都没有这样的指标,我们可以从这个 link.
中获得支持的指标What is the best approach when i have many push types, one notificaton for each push type or dedicated notification hub for push type.
根据我的经验,我们可以为每种推送类型使用一个通知。但是如果你想得到推送类型的指标。好像不支持。
我们还需要多关注notification limit。