fix: grafana errors (#24)

This commit is contained in:
2023-08-07 15:44:28 +08:00
committed by GitHub
parent 96d33944a4
commit ac50af774d
3 changed files with 8 additions and 5 deletions

View File

@@ -36,7 +36,6 @@
"dashes": false,
"datasource": {
"type": "statsd",
"uid": "5qrwjFCnk"
},
"fill": 1,
"fillGradient": 0,
@@ -47,7 +46,7 @@
"y": 0
},
"hiddenSeries": false,
"id": 5,
"id": ${loop.index},
"legend": {
"alignAsTable": true,
"avg": true,
@@ -92,7 +91,7 @@
"title": "${service_name} | ${grafana_dict['stat_name']}",
"tooltip": {
"shared": true,
"sort": 0,
"sort": ${loop.index},
"value_type": "individual"
},
"type": "graph",
@@ -116,7 +115,11 @@
"yaxis": {
"align": false
}
if ${loop.index} == len(grafana_list):
}
% else:
},
% endif
% endfor
],
"refresh": "3s",