소스 검색

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": [