Azure / Azure/azure-functions-host

Remove attempt number from outofproc connection metric

Open
#3,639 0 comments 0 reactions 1 assignee Claimed by @mhoeger View on GitHub
Dominant language
C#
Stars
2k
Forks
482
Avg merge
2d 12h
Merged PRs (30d)
38

Description

I'm seeing some system metrics that look like this:

`host.startup.outofproc.nodeworker.initialize.attempt0.latency`
`host.startup.outofproc.nodeworker.initialize.attempt1.latency`

For the purposes of aggregation, I want to treat all of these attempts the same way. I'd like to remove the attempt info from the name of the metric. We could maybe put it into the EventMessage column instead.

So I'm suggesting the EventName should be:
`host.startup.outofproc.nodeworker.initialize.latency`

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.