Skip to content

Commit

Permalink
remove route templating variable (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
maorfr authored Dec 21, 2023
1 parent 144b6be commit e90f99a
Showing 1 changed file with 0 additions and 32 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1721,38 +1721,6 @@ data:
"skipUrlSync": false,
"type": "datasource"
},
{
"allValue": null,
"current": {
"selected": false,
"text": "app-interface-prod",
"value": "app-interface-prod"
},
"datasource": "$datasource",
"definition": "label_values(haproxy_backend_http_responses_total, route)",
"hide": 0,
"includeAll": false,
"label": null,
"multi": false,
"name": "route",
"options": [
{
"selected": true,
"text": "app-interface-prod",
"value": "app-interface-prod"
}
],
"query": "label_values(haproxy_backend_http_responses_total, route)",
"refresh": 0,
"regex": "/app-interface/",
"skipUrlSync": false,
"sort": 0,
"tagValuesQuery": "",
"tags": [],
"tagsQuery": "",
"type": "query",
"useTags": false
},
{
"allValue": null,
"current": {
Expand Down

0 comments on commit e90f99a

Please sign in to comment.