influxdata / influxdata/kapacitor

kapacitor about dynamic threshold

Open
#1,929 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
2.4k
Forks
479
Avg merge
4d 16h
Merged PRs (30d)
4

Description

var Threshold = 10

stream.from()....
.alert()
.crit(lambda: "value" > Threshold)

my question is the threshold is variable ,not parameter ,for example threshold maybe 10 or 9 or 8 .
how to do it? Can you help me?

Contributor guide

Open the contributing guide

Research direction

The issue names only a stream.from pipeline and alert().crit(lambda: ...) expression, with no file, test, or implementation entry point. Start by determining whether the alert expression supports a variable threshold, then verify behavior for threshold values 10, 9, and 8; done means the supported approach is documented or implemented and tested.

Written by the indexing model from the issue text.

Assessment

Domain
observability
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.