chore: threshold rule panel type to graph (#5284)

This commit is contained in:
Srikanth Chekuri 2024-06-19 14:19:30 +05:30 committed by GitHub
parent b69e97d7b0
commit faa1728b8c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -484,6 +484,10 @@ func (r *ThresholdRule) prepareQueryRange(ts time.Time) *v3.QueryRangeParamsV3 {
} }
} }
if r.ruleCondition.CompositeQuery.PanelType != v3.PanelTypeGraph {
r.ruleCondition.CompositeQuery.PanelType = v3.PanelTypeGraph
}
// default mode // default mode
return &v3.QueryRangeParamsV3{ return &v3.QueryRangeParamsV3{
Start: start, Start: start,