使用https://grafana.com/dashboards/315时,添加namespace,方法如下:
- 下载doashboard的json文件,在
templating.list
中添加以下内容:
{
"allValue": null,
"current": {
"tags": [],
"text": "All",
"value": "$__all"
},
"datasource": "prometheus",
"hide": 0,
"includeAll": true,
"label": null,
"multi": false,
"name": "Namespace",
"options": [],
"query": "label_values(namespace)",
"refresh": 1,
"regex": "",
"sort": 0,
"tagValuesQuery": "",
"tags": [],
"tagsQuery": "",
"type": "query",
"useTags": false
}
-
对于需要filter的栏目,在
targets.expr
添加namespace=~\"$Namespace\"
-
导入dashboard即可。
网友评论