mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
20 lines
371 B
JSON
20 lines
371 B
JSON
{
|
|
"description": "self dependencies",
|
|
"input": {
|
|
"from": "now-6",
|
|
"to": "now",
|
|
"queries": [
|
|
{
|
|
"refId": "A",
|
|
"datasource": {
|
|
"type": "",
|
|
"uid": "__expr__"
|
|
},
|
|
"type": "math",
|
|
"expression": "$A"
|
|
}
|
|
]
|
|
},
|
|
"expect": {},
|
|
"error": "[sse.cyclic] cyclic reference in expression [A]"
|
|
} |