An Azure real-time data ingestion service.
Hi @Mike Wildboar
If you’re seeing messages in Data Explorer, then your Event Hub is definitely receiving them - so your function + connection string are working fine.
What you’re running into is more on the metrics side, not ingestion.
A couple of things to check:
- Make sure you’re looking at metrics on the Event Hub (or namespace) itself, not the Function App
- Set the time range to something like last 1 hour and pick metrics like Incoming Messages or Incoming Requests
- Metrics aren’t instant - they can take a few minutes to show up, especially with low traffic
Also, if you’re only sending a few events, the graphs can look empty. Try sending a small burst (say 50+ messages) and check again after a few minutes.
One more thing - if the metrics dropdown itself is empty, double check you’re on the correct resource and there are no filters applied.
But overall, since Data Explorer shows the events, nothing is wrong with your setup - it’s just the metrics not surfacing yet