dotnet-counters should show total and rate for histograms
- Dominant language
- C++
- Stars
- 1.3k
- Forks
- 404
- Avg merge
- 2d 5h
- Merged PRs (30d)
- 35
Description
In our shift to use OTel conventions for metrics, it adopts a minimalist style. If it is possible to compute a metric from data we are already collecting then we didn't add another instrument. I think the most prevalent place that occured is using duration histograms to also serve as measurements of total count and rate. However dotnet-counters default behavior only shows percentiles, not count or rate which means the data isn't easily viewable there. For other dashboards that use explicit queries this isn't a problem because users can always author a query that computes the metric they want to see.
We should update dotnet-counters so that it shows count and rate by default for histograms.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.