temporalio / temporalio/samples-server
[Feature Request] Send _count metrics, not just _rate1m metrics
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 124
- Forks
- 71
- PR merge metrics
- No merged PRs in 30d
Description
Is your feature request related to a problem? Please describe.
Rate metrics are nice, but having the ability to work with the _count metrics provides more flexibility in building our dashboards. If we want to create a rate based on the _count metric it should be pretty straight forward, but in cases i want to show the original count it can be a bit cumbersome.
Describe the solution you'd like
We already have the original counters, we just need to create a corresponding datadog count metric.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file or test is named in the issue. Start by locating the existing _rate1m metric generation and the original counters, then trace how metrics are sent to Datadog; done means each applicable counter also appears as a corresponding _count metric without removing the existing rate metrics.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- observability-sre
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100