feat(observability): 🗂️ organize dashboards into Grafana folders
Assigns folder field to all GrafanaDashboard CRs: - EDP / Overview: platform-overview - EDP / Applications: forgejo, argocd-operational, garm, argocd - EDP / Operations: cronjob-monitoring, ingress-nginx, victoria-logs
This commit is contained in:
parent
7f5c680e19
commit
4591ee7b14
8 changed files with 8 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ spec:
|
||||||
instanceSelector:
|
instanceSelector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
dashboards: "grafana"
|
dashboards: "grafana"
|
||||||
|
folder: "EDP / Applications"
|
||||||
json: |
|
json: |
|
||||||
{
|
{
|
||||||
"annotations": {"list": []},
|
"annotations": {"list": []},
|
||||||
|
|
|
||||||
|
|
@ -6,4 +6,5 @@ spec:
|
||||||
instanceSelector:
|
instanceSelector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
dashboards: "grafana"
|
dashboards: "grafana"
|
||||||
|
folder: "EDP / Applications"
|
||||||
url: "https://raw.githubusercontent.com/argoproj/argo-cd/refs/heads/master/examples/dashboard.json"
|
url: "https://raw.githubusercontent.com/argoproj/argo-cd/refs/heads/master/examples/dashboard.json"
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,7 @@ spec:
|
||||||
instanceSelector:
|
instanceSelector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
dashboards: "grafana"
|
dashboards: "grafana"
|
||||||
|
folder: "EDP / Operations"
|
||||||
json: |
|
json: |
|
||||||
{
|
{
|
||||||
"annotations": {"list": []},
|
"annotations": {"list": []},
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,7 @@ spec:
|
||||||
instanceSelector:
|
instanceSelector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
dashboards: "grafana"
|
dashboards: "grafana"
|
||||||
|
folder: "EDP / Applications"
|
||||||
json: |
|
json: |
|
||||||
{
|
{
|
||||||
"annotations": {"list": []},
|
"annotations": {"list": []},
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,7 @@ spec:
|
||||||
instanceSelector:
|
instanceSelector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
dashboards: "grafana"
|
dashboards: "grafana"
|
||||||
|
folder: "EDP / Applications"
|
||||||
json: |
|
json: |
|
||||||
{
|
{
|
||||||
"annotations": {"list": []},
|
"annotations": {"list": []},
|
||||||
|
|
|
||||||
|
|
@ -6,4 +6,5 @@ spec:
|
||||||
instanceSelector:
|
instanceSelector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
dashboards: "grafana"
|
dashboards: "grafana"
|
||||||
|
folder: "EDP / Operations"
|
||||||
url: "https://raw.githubusercontent.com/adinhodovic/ingress-nginx-mixin/refs/heads/main/dashboards_out/ingress-nginx-overview.json"
|
url: "https://raw.githubusercontent.com/adinhodovic/ingress-nginx-mixin/refs/heads/main/dashboards_out/ingress-nginx-overview.json"
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,7 @@ spec:
|
||||||
instanceSelector:
|
instanceSelector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
dashboards: "grafana"
|
dashboards: "grafana"
|
||||||
|
folder: "EDP / Overview"
|
||||||
json: |
|
json: |
|
||||||
{
|
{
|
||||||
"annotations": {"list": []},
|
"annotations": {"list": []},
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,7 @@ spec:
|
||||||
instanceSelector:
|
instanceSelector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
dashboards: "grafana"
|
dashboards: "grafana"
|
||||||
|
folder: "EDP / Operations"
|
||||||
grafanaCom:
|
grafanaCom:
|
||||||
id: 22698
|
id: 22698
|
||||||
revision: 1
|
revision: 1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue