feat(monitoring): add Training Deep-Dive dashboard with unified Prometheus + Loki
74-panel dashboard for in-depth pipeline monitoring. Select a running pod to see training curves, GPU health (DCGM), eval metrics, CI/Argo workflows, container resources, and live logs in one place. Stored in Postgres via API (no ConfigMap restarts needed). Sections: Job Overview, CI Pipeline & Argo Workflows, CI Logs, Training Curves, Trading Performance, Evaluation Metrics, GPU & Hardware, Throughput, Hyperopt Trials, Container Resources, Live Logs. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
3345
infra/k8s/monitoring/dashboards/foxhunt-training-deep-dive.json
Normal file
3345
infra/k8s/monitoring/dashboards/foxhunt-training-deep-dive.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -130,6 +130,7 @@ declare -A CONFIGMAP_GROUPS=(
|
||||
[grafana-dashboards-observability]="foxhunt-observability.json"
|
||||
[grafana-dashboards-ci-logs]="foxhunt-ci-logs.json"
|
||||
[grafana-dashboards-training-logs]="foxhunt-training-logs.json"
|
||||
[grafana-dashboards-deep-dive]="foxhunt-training-deep-dive.json"
|
||||
)
|
||||
|
||||
# Folder mapping: ConfigMap name -> Grafana folder name (used by sidecar annotation)
|
||||
@@ -141,6 +142,7 @@ declare -A CONFIGMAP_FOLDERS=(
|
||||
[grafana-dashboards-observability]="Foxhunt"
|
||||
[grafana-dashboards-ci-logs]="Foxhunt"
|
||||
[grafana-dashboards-training-logs]="Foxhunt"
|
||||
[grafana-dashboards-deep-dive]="Foxhunt"
|
||||
)
|
||||
|
||||
deploy_configmaps() {
|
||||
@@ -235,7 +237,8 @@ else
|
||||
"${SCRIPT_DIR}/foxhunt-infrastructure.json" \
|
||||
"${SCRIPT_DIR}/foxhunt-observability.json" \
|
||||
"${SCRIPT_DIR}/foxhunt-ci-logs.json" \
|
||||
"${SCRIPT_DIR}/foxhunt-training-logs.json"; do
|
||||
"${SCRIPT_DIR}/foxhunt-training-logs.json" \
|
||||
"${SCRIPT_DIR}/foxhunt-training-deep-dive.json"; do
|
||||
if [[ -f "$dashboard" ]]; then
|
||||
if ! import_dashboard "$dashboard"; then
|
||||
failed=$((failed + 1))
|
||||
|
||||
Reference in New Issue
Block a user