influxdata / influxdata/kapacitor
Kapacitor Deadman Measurement
- Dominant language
- Go
- Stars
- 2.4k
- Forks
- 479
- Avg merge
- 4d 16h
- Merged PRs (30d)
- 4
Description
When sending a deadman alert, I am trying to get the name of the measurement to be part of my message. However, {{.Name}} returns 'stats'. I believe the desired behavior should be returning the name of the measurement, despite the StatsNode being abstracted in the deadman implementation. Is there a way to obtain the measurement name?
Contributor guide
Research direction
Start by tracing the deadman implementation and the abstracted StatsNode mentioned in the issue, then reproduce how {{.Name}} is populated in a deadman alert. Check whether the measurement name is available at that point and verify that alert messages can expose it instead of 'stats'.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- observability
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100