AlertingNG/SSE: Datasource UID and UID/ID only (drop name) (#33039)

SSE still will support ID until dashboard/frontend always requests UID
update *.http examples

Co-authored-by: gotjosh <josue@grafana.com>
This commit is contained in:
Kyle Brandt
2021-04-16 15:29:19 +02:00
committed by GitHub
co-authored by gotjosh
parent 5d1ec39224
commit 2c862678ab
11 changed files with 40 additions and 71 deletions
+2 -2
View File
@@ -16,7 +16,7 @@ content-type: application/json
"to": 10800
},
"model": {
"datasource": "__expr__",
"datasourceUid": "-100",
"type":"math",
"expression":"1 < 2"
}
@@ -68,7 +68,7 @@ content-type: application/json
"to": 10800
},
"model": {
"datasource": "__expr__",
"datasourceUid": "-100",
"type":"math",
"expression":"1 < 2"
}