diff --git a/infra/k8s/monitoring/dashboards/import.sh b/infra/k8s/monitoring/dashboards/import.sh index 31f693ef5..4f5014725 100755 --- a/infra/k8s/monitoring/dashboards/import.sh +++ b/infra/k8s/monitoring/dashboards/import.sh @@ -123,14 +123,18 @@ KUBE_NAMESPACE="${KUBE_NAMESPACE:-foxhunt}" # ConfigMap grouping: name -> list of dashboard files declare -A CONFIGMAP_GROUPS=( - [grafana-dashboards-foxhunt]="foxhunt-logs.json foxhunt-overview.json foxhunt-services.json foxhunt-cockpit.json foxhunt-trading-cockpit.json foxhunt-training-cockpit.json foxhunt-traces.json" - [grafana-dashboards-infra]="cluster-overview.json gpu-overview.json foxhunt-gpu-training.json foxhunt-infrastructure.json" + [grafana-dashboards-trading]="foxhunt-cockpit.json foxhunt-trading-cockpit.json" + [grafana-dashboards-training]="foxhunt-training-cockpit.json foxhunt-gpu-training.json" + [grafana-dashboards-operations]="foxhunt-overview.json foxhunt-services.json foxhunt-traces.json foxhunt-logs.json" + [grafana-dashboards-infra]="cluster-overview.json gpu-overview.json foxhunt-infrastructure.json" [grafana-dashboards-cicd]="foxhunt-ci-pipelines.json gitlab-services.json" ) # Folder mapping: ConfigMap name -> Grafana folder name (used by sidecar annotation) declare -A CONFIGMAP_FOLDERS=( - [grafana-dashboards-foxhunt]="Foxhunt" + [grafana-dashboards-trading]="Foxhunt / Trading" + [grafana-dashboards-training]="Foxhunt / Training" + [grafana-dashboards-operations]="Foxhunt / Operations" [grafana-dashboards-infra]="Infrastructure" [grafana-dashboards-cicd]="CI/CD" )