浏览代码

fix: close missing } braces in circuit breaker mapping objects (malformed JSON)

Luis Rosales 1 月之前
父节点
当前提交
382b9f5059
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      deploy/grafana/provisioning/dashboards/broad-announce-overview.json

+ 1 - 1
deploy/grafana/provisioning/dashboards/broad-announce-overview.json

@@ -131,7 +131,7 @@
         "defaults": {
           "color": {"mode": "thresholds"},
           "mappings": [
-            {"options": {"0": {"text": "CLOSED"}}, {"options": {"1": {"text": "HALF-OPEN"}}, {"options": {"2": {"text": "OPEN"}}}],
+            {"options": {"0": {"text": "CLOSED"}}}, {"options": {"1": {"text": "HALF-OPEN"}}}, {"options": {"2": {"text": "OPEN"}}}],
           "thresholds": {
             "mode": "absolute",
             "steps": [