29 lines
545 B
JSON
29 lines
545 B
JSON
{
|
|
"description": "self dependencies",
|
|
"input": {
|
|
"from": "now-6",
|
|
"to": "now",
|
|
"queries": [
|
|
{
|
|
"refId": "A",
|
|
"datasource": {
|
|
"type": "",
|
|
"uid": "__expr__"
|
|
},
|
|
"expression": "$B",
|
|
"type": "math"
|
|
},
|
|
{
|
|
"refId": "B",
|
|
"datasource": {
|
|
"type": "",
|
|
"uid": "__expr__"
|
|
},
|
|
"type": "math",
|
|
"expression": "$A"
|
|
}
|
|
]
|
|
},
|
|
"expect": {},
|
|
"error": "[sse.cyclic] cyclic reference in expression []"
|
|
} |