mirror of
https://github.com/taosdata/TDengine
synced 2026-05-24 10:09:01 +00:00
13 lines
No EOL
329 B
JSON
13 lines
No EOL
329 B
JSON
{
|
|
"name": "test1",
|
|
"period": "10s",
|
|
"sql": "select avg(speed) as avgspeed from test.cars group by id",
|
|
"expr": "avgSpeed >= 3",
|
|
"for": "0s",
|
|
"labels": {
|
|
"ruleName": "test1"
|
|
},
|
|
"annotations": {
|
|
"summary": "speed of car(id = {{$labels.id}}) is too high: {{$values.avgSpeed}}"
|
|
}
|
|
} |