mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-14 16:15:55 +08:00
fix: re add threshold for promql alerts (#6355)
This commit is contained in:
parent
db4338be42
commit
5005923ef4
@ -386,8 +386,7 @@ function RuleOptions({
|
|||||||
renderThresholdRuleOpts()}
|
renderThresholdRuleOpts()}
|
||||||
|
|
||||||
<Space direction="vertical" size="large">
|
<Space direction="vertical" size="large">
|
||||||
{queryCategory !== EQueryType.PROM &&
|
{ruleType !== AlertDetectionTypes.ANOMALY_DETECTION_ALERT && (
|
||||||
ruleType !== AlertDetectionTypes.ANOMALY_DETECTION_ALERT && (
|
|
||||||
<Space direction="horizontal" align="center">
|
<Space direction="horizontal" align="center">
|
||||||
<Form.Item noStyle name={['condition', 'target']}>
|
<Form.Item noStyle name={['condition', 'target']}>
|
||||||
<InputNumber
|
<InputNumber
|
||||||
|
Loading…
x
Reference in New Issue
Block a user