temporalio / temporalio/samples-server

[Feature Request] Send _count metrics, not just _rate1m metrics

Open
#105 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
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.
Image

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.