diff --git a/infrastructure/grafana/dashboards/business.json b/infrastructure/grafana/dashboards/business.json index 9b8c934..9cf5588 100644 --- a/infrastructure/grafana/dashboards/business.json +++ b/infrastructure/grafana/dashboards/business.json @@ -8,7 +8,8 @@ "enable": true, "datasource": { "type": "grafana", "uid": "-- Grafana --" }, "iconColor": "rgba(0, 211, 255, 1)", - "tags": ["deploy"] + "target": { "limit": 100, "matchAny": false, "tags": ["deploy"], "type": "tags" }, + "type": "dashboard" } ] }, diff --git a/infrastructure/grafana/dashboards/infrastructure.json b/infrastructure/grafana/dashboards/infrastructure.json index cc4ba04..c0e4125 100644 --- a/infrastructure/grafana/dashboards/infrastructure.json +++ b/infrastructure/grafana/dashboards/infrastructure.json @@ -9,7 +9,8 @@ "enable": true, "datasource": { "type": "grafana", "uid": "-- Grafana --" }, "iconColor": "rgba(0, 211, 255, 1)", - "tags": ["deploy"] + "target": { "limit": 100, "matchAny": false, "tags": ["deploy"], "type": "tags" }, + "type": "dashboard" } ] }, diff --git a/infrastructure/grafana/dashboards/overview.json b/infrastructure/grafana/dashboards/overview.json index f43f8ff..28b8b41 100644 --- a/infrastructure/grafana/dashboards/overview.json +++ b/infrastructure/grafana/dashboards/overview.json @@ -9,7 +9,8 @@ "enable": true, "datasource": { "type": "grafana", "uid": "-- Grafana --" }, "iconColor": "rgba(0, 211, 255, 1)", - "tags": ["deploy"] + "target": { "limit": 100, "matchAny": false, "tags": ["deploy"], "type": "tags" }, + "type": "dashboard" } ] }, diff --git a/infrastructure/grafana/dashboards/planner.json b/infrastructure/grafana/dashboards/planner.json index eed9bdf..139c9c7 100644 --- a/infrastructure/grafana/dashboards/planner.json +++ b/infrastructure/grafana/dashboards/planner.json @@ -9,7 +9,8 @@ "enable": true, "datasource": { "type": "grafana", "uid": "-- Grafana --" }, "iconColor": "rgba(0, 211, 255, 1)", - "tags": ["deploy"] + "target": { "limit": 100, "matchAny": false, "tags": ["deploy"], "type": "tags" }, + "type": "dashboard" } ] }, diff --git a/infrastructure/grafana/dashboards/service-health.json b/infrastructure/grafana/dashboards/service-health.json index e9a936b..36ca578 100644 --- a/infrastructure/grafana/dashboards/service-health.json +++ b/infrastructure/grafana/dashboards/service-health.json @@ -9,7 +9,8 @@ "enable": true, "datasource": { "type": "grafana", "uid": "-- Grafana --" }, "iconColor": "rgba(0, 211, 255, 1)", - "tags": ["deploy"] + "target": { "limit": 100, "matchAny": false, "tags": ["deploy"], "type": "tags" }, + "type": "dashboard" } ] },