Azure / azure-functions-host

The host/runtime that powers Azure Functions
https://functions.azure.com
MIT License
1.91k stars 435 forks source link

Switch to multi-dimensional metrics #4746

Open tomkerkhove opened 4 years ago

tomkerkhove commented 4 years ago

As of today, Azure Functions provide an individual metric per function for the same scope such as {function name} AvgDurationMs.

image

This means that if we have 100 functions, we'll have n * 100 metrics where n is the number of different metrics Azure Functions provides.

Describe the solution you'd like

Would be great if Azure Functions runtime would move to multi-dimensional metrics in Azure Monitor and label every metric measurement with the name of the function.

This would give the following benefits:

All kudos go to @jcorioland

jeffhollan commented 4 years ago

/cc @dariagrigoriu @ahmedelnably

tomkerkhove commented 4 years ago

Bump

tomkerkhove commented 3 years ago

Bumping this, would be AWESOME to have them