'How to monitor outgoing messages for the IoTHub built-in event hub endpoint?

When using an Event Hub I can monitor number of outgoing messages (namespace: microsoft.eventhub/namespaces, metricID: OutgoingMessages).

Is it possible to monitor the number of outgoing messages for the IoTHub build-in Event Hub as well?

There is Routing: messages delivered to messages/events (namespace: microsoft.devices/iothubs, metricID: d2c.endpoints.egress.builtIn.events) but this only shows number of messages send to Event Hub and not how many messages were consumed from the built-in Event Hub.



Solution 1:[1]

Thank you Matthijs van der Veer and jayeff. Posting your discussions as answer to help other community members.

"Number of outgoing messages on the Event Hub over all consumer groups" feature doesn't exists in the built-in event hub. As an workaround, you can use the own event hub as an endpoint.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 MadhurajVadde-MT