Skip to content

Commit

Permalink
Fixed Global variables
Browse files Browse the repository at this point in the history
  • Loading branch information
sachinhejip-agilitix committed Mar 19, 2020
1 parent 6204ee0 commit a415976
Showing 1 changed file with 0 additions and 176 deletions.
176 changes: 0 additions & 176 deletions Prometheus Remote Storage.json
Original file line number Diff line number Diff line change
Expand Up @@ -1431,182 +1431,6 @@
"skipUrlSync": true,
"type": "constant"
},
{
"addToGTF": true,
"allValue": ".*",
"current": {},
"datasource": "${DS_APPTUIT-PROMQL}",
"definition": "",
"hide": 0,
"includeAll": true,
"isGlobal": true,
"label": null,
"multi": false,
"name": "env",
"options": [],
"query": "label_values(prometheus_remote_storage_shard_capacity, env)",
"refresh": 1,
"regex": "",
"skipUrlSync": false,
"sort": 0,
"tagValuesQuery": "",
"tags": [],
"tagsQuery": "",
"type": "query",
"useTags": false
},
{
"addToGTF": true,
"allValue": ".*",
"current": {},
"datasource": "${DS_APPTUIT-PROMQL}",
"definition": "label_values(prometheus_remote_storage_shard_capacity{env=~\"${env}\"}, cloud_provider)",
"hide": 0,
"includeAll": true,
"isGlobal": true,
"label": null,
"multi": false,
"name": "cloud_provider",
"options": [],
"query": "label_values(prometheus_remote_storage_shard_capacity{env=~\"${env}\"}, cloud_provider)",
"refresh": 2,
"regex": "",
"skipUrlSync": false,
"sort": 1,
"tagValuesQuery": "",
"tags": [],
"tagsQuery": "",
"type": "query",
"useTags": false
},
{
"addToGTF": true,
"allValue": ".*",
"current": {},
"datasource": "${DS_APPTUIT-PROMQL}",
"definition": "label_values(prometheus_remote_storage_shard_capacity{env=~\"${env}\", cloud_provider=~\"$cloud_provider\"}, cloud_zone)",
"hide": 0,
"includeAll": true,
"isGlobal": true,
"label": null,
"multi": false,
"name": "cloud_zone",
"options": [],
"query": "label_values(prometheus_remote_storage_shard_capacity{env=~\"${env}\", cloud_provider=~\"$cloud_provider\"}, cloud_zone)",
"refresh": 2,
"regex": "",
"skipUrlSync": false,
"sort": 1,
"tagValuesQuery": "",
"tags": [],
"tagsQuery": "",
"type": "query",
"useTags": false
},
{
"addToGTF": true,
"allValue": ".*",
"current": {},
"datasource": "${DS_APPTUIT-PROMQL}",
"definition": "label_values(prometheus_remote_storage_shard_capacity{env=~\"${env}\", cloud_provider=~\"$cloud_provider\", cloud_zone=~\"$cloud_zone\"}, instance)",
"hide": 0,
"includeAll": true,
"isGlobal": true,
"label": null,
"multi": false,
"name": "instance",
"options": [],
"query": "label_values(prometheus_remote_storage_shard_capacity{env=~\"${env}\", cloud_provider=~\"$cloud_provider\", cloud_zone=~\"$cloud_zone\"}, instance)",
"refresh": 2,
"regex": "",
"skipUrlSync": false,
"sort": 1,
"tagValuesQuery": "",
"tags": [],
"tagsQuery": "",
"type": "query",
"useTags": false
},
{
"current": {
"value": "${VAR_PROM_REMOTE_FILTER}",
"text": "${VAR_PROM_REMOTE_FILTER}"
},
"hide": 2,
"isGlobal": true,
"label": "prom_remote_filter",
"name": "prom_remote_filter",
"options": [
{
"value": "${VAR_PROM_REMOTE_FILTER}",
"text": "${VAR_PROM_REMOTE_FILTER}"
}
],
"query": "${VAR_PROM_REMOTE_FILTER}",
"refresh": 1,
"skipUrlSync": true,
"type": "constant"
},
{
"current": {
"value": "${VAR_GLOBAL_TAG_FILTER}",
"text": "${VAR_GLOBAL_TAG_FILTER}"
},
"hide": 2,
"isGlobal": true,
"label": "global_tag_filter",
"name": "global_tag_filter",
"options": [
{
"value": "${VAR_GLOBAL_TAG_FILTER}",
"text": "${VAR_GLOBAL_TAG_FILTER}"
}
],
"query": "${VAR_GLOBAL_TAG_FILTER}",
"refresh": 1,
"skipUrlSync": true,
"type": "constant"
},
{
"current": {
"value": "${VAR_GLOBAL_LEGEND}",
"text": "${VAR_GLOBAL_LEGEND}"
},
"hide": 2,
"isGlobal": true,
"label": "global_legend",
"name": "global_legend",
"options": [
{
"value": "${VAR_GLOBAL_LEGEND}",
"text": "${VAR_GLOBAL_LEGEND}"
}
],
"query": "${VAR_GLOBAL_LEGEND}",
"refresh": 1,
"skipUrlSync": true,
"type": "constant"
},
{
"current": {
"value": "${VAR_PROM_REMOTE_LEGEND}",
"text": "${VAR_PROM_REMOTE_LEGEND}"
},
"hide": 2,
"isGlobal": true,
"label": "prom_remote_legend",
"name": "prom_remote_legend",
"options": [
{
"value": "${VAR_PROM_REMOTE_LEGEND}",
"text": "${VAR_PROM_REMOTE_LEGEND}"
}
],
"query": "${VAR_PROM_REMOTE_LEGEND}",
"refresh": 0,
"skipUrlSync": true,
"type": "constant"
},
{
"allValue": null,
"current": {
Expand Down

0 comments on commit a415976

Please sign in to comment.