Event Hub - Azure Function latency investigation report
Luca Pierpaoli
26
Reputation points
Hi
I have an azure function with Event Hub Trigger.
My goal is to manage 1000 events/sec and providing latency chart using Kusto metrics with Application Insight
I read a lot of documentation and I have applied all suggestions I found but I'm not able to understand how to gathering metrics properly.
Furthermore, during my tests I came up with other questions
I report them below
- How can I produce a report using Kusto with Application Insight to be sure how many messages are processed by azure function instance every second ?
This information is important for understanding azure instances number an related price. - Having the same number of azure function instances (scale out) equals to event hub partitions increase the execution parallelism. I was wondering if there is a way using Kusto for getting messages/sec based on the partition for understanding the latency/workload.
- Talking about azure function host.json . I found a lot of different suggestions online for increasing performances but without real use case or related old scenario (2017). Do you have suggestion about this ? How can I configure properly host.json settings for increasing performances ?
Thanks a lot
Luca
Sign in to answer