2025-11-17 14:22:46 -03:00
{
"uid" : "atlas-overview" ,
"title" : "Atlas Overview" ,
2025-12-02 14:41:39 -03:00
"folderUid" : "overview" ,
2025-11-17 16:27:38 -03:00
"editable" : false ,
2025-11-17 14:22:46 -03:00
"annotations" : {
2025-11-17 16:27:38 -03:00
"list" : [ ]
2025-11-17 14:22:46 -03:00
} ,
"panels" : [
{
2025-12-12 15:56:33 -03:00
"id" : 2 ,
2025-11-18 12:11:47 -03:00
"type" : "gauge" ,
2025-12-12 15:56:33 -03:00
"title" : "Control Plane Ready" ,
2025-11-17 14:22:46 -03:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "atlas-vm"
} ,
"gridPos" : {
"h" : 5 ,
2025-12-12 15:23:51 -03:00
"w" : 4 ,
2025-11-17 14:22:46 -03:00
"x" : 0 ,
"y" : 0
} ,
"targets" : [
{
2025-12-12 15:56:33 -03:00
"expr" : "sum(kube_node_status_condition{condition=\"Ready\",status=\"true\",node=~\"titan-0a|titan-0b|titan-0c\"})" ,
2025-11-17 14:22:46 -03:00
"refId" : "A"
}
] ,
"fieldConfig" : {
"defaults" : {
2025-11-18 12:11:47 -03:00
"min" : 0 ,
2025-12-12 15:56:33 -03:00
"max" : 3 ,
2025-11-17 14:22:46 -03:00
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
2025-11-17 19:49:50 -03:00
"color" : "red" ,
2025-11-18 11:12:03 -03:00
"value" : null
2025-11-17 14:22:46 -03:00
} ,
{
"color" : "green" ,
2025-12-12 15:56:33 -03:00
"value" : 3
2025-11-17 14:22:46 -03:00
}
]
2025-11-17 16:27:38 -03:00
}
2025-11-17 14:22:46 -03:00
} ,
"overrides" : [ ]
} ,
"options" : {
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
} ,
2025-11-18 12:11:47 -03:00
"orientation" : "auto" ,
"showThresholdMarkers" : false ,
"showThresholdLabels" : false
2025-11-17 14:22:46 -03:00
}
} ,
{
2025-12-12 15:56:33 -03:00
"id" : 3 ,
"type" : "stat" ,
"title" : "Control Plane Workloads" ,
2025-11-17 14:22:46 -03:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "atlas-vm"
} ,
"gridPos" : {
"h" : 5 ,
2025-12-12 15:23:51 -03:00
"w" : 3 ,
"x" : 4 ,
2025-11-17 14:22:46 -03:00
"y" : 0
} ,
"targets" : [
{
2026-01-18 02:50:07 -03:00
"expr" : "sum(kube_pod_info{node=~\"titan-0a|titan-0b|titan-0c\",namespace!~\"^(kube-.*|.*-system|traefik|monitoring|logging|cert-manager|maintenance|postgres)$\"}) or on() vector(0)" ,
2025-11-17 14:22:46 -03:00
"refId" : "A"
}
] ,
"fieldConfig" : {
"defaults" : {
2025-12-12 15:56:33 -03:00
"color" : {
2025-12-12 20:44:20 -03:00
"mode" : "thresholds"
2025-12-12 15:56:33 -03:00
} ,
"mappings" : [ ] ,
2025-11-17 14:22:46 -03:00
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
2025-12-12 15:56:33 -03:00
"color" : "green" ,
2025-12-12 20:50:41 -03:00
"value" : null
2025-11-17 14:22:46 -03:00
} ,
2025-12-12 15:56:33 -03:00
{
2025-12-12 20:50:41 -03:00
"color" : "yellow" ,
2025-12-12 20:30:00 -03:00
"value" : 1
2025-12-12 20:50:41 -03:00
} ,
{
"color" : "orange" ,
"value" : 2
} ,
{
"color" : "red" ,
"value" : 3
2025-11-17 14:22:46 -03:00
}
]
2025-12-12 15:56:33 -03:00
} ,
"unit" : "none" ,
"custom" : {
"displayMode" : "auto"
2025-11-17 16:27:38 -03:00
}
2025-11-17 14:22:46 -03:00
} ,
"overrides" : [ ]
} ,
"options" : {
2025-12-12 15:56:33 -03:00
"colorMode" : "value" ,
"graphMode" : "area" ,
"justifyMode" : "center" ,
2025-11-17 14:22:46 -03:00
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
} ,
2025-12-12 15:56:33 -03:00
"textMode" : "value"
} ,
"links" : [
{
2026-04-19 14:43:41 -03:00
"title" : "Open atlas-pods dashboard" ,
2025-12-12 15:56:33 -03:00
"url" : "/d/atlas-pods" ,
"targetBlank" : true
}
]
2025-11-17 14:22:46 -03:00
} ,
{
2025-12-12 15:56:33 -03:00
"id" : 5 ,
2025-11-18 17:09:13 -03:00
"type" : "stat" ,
2025-12-12 15:56:33 -03:00
"title" : "Stuck Terminating" ,
2025-11-17 14:22:46 -03:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "atlas-vm"
} ,
"gridPos" : {
"h" : 5 ,
2025-12-12 15:23:51 -03:00
"w" : 3 ,
"x" : 7 ,
2025-11-17 14:22:46 -03:00
"y" : 0
} ,
"targets" : [
{
2025-12-12 20:30:00 -03:00
"expr" : "sum(max by (namespace,pod) (((time() - kube_pod_deletion_timestamp{pod!=\"\"}) > bool 600) and on(namespace,pod) (kube_pod_deletion_timestamp{pod!=\"\"} > bool 0))) or on() vector(0)" ,
2025-11-17 14:22:46 -03:00
"refId" : "A"
}
] ,
"fieldConfig" : {
"defaults" : {
2025-11-18 17:09:13 -03:00
"color" : {
2025-12-12 20:44:20 -03:00
"mode" : "thresholds"
2025-11-18 17:09:13 -03:00
} ,
"mappings" : [ ] ,
2025-11-17 14:22:46 -03:00
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
2025-11-17 19:49:50 -03:00
"color" : "green" ,
2025-12-12 20:50:41 -03:00
"value" : null
2025-11-17 14:22:46 -03:00
} ,
2025-11-17 19:49:50 -03:00
{
2025-12-12 20:50:41 -03:00
"color" : "yellow" ,
2025-12-12 20:30:00 -03:00
"value" : 1
2025-12-12 20:50:41 -03:00
} ,
{
"color" : "orange" ,
"value" : 2
} ,
{
"color" : "red" ,
"value" : 3
2025-11-17 14:22:46 -03:00
}
]
2025-11-18 17:09:13 -03:00
} ,
"unit" : "none" ,
"custom" : {
"displayMode" : "auto"
2025-11-17 16:27:38 -03:00
}
2025-11-17 14:22:46 -03:00
} ,
"overrides" : [ ]
} ,
"options" : {
2025-11-18 17:09:13 -03:00
"colorMode" : "value" ,
"graphMode" : "area" ,
"justifyMode" : "center" ,
2025-11-17 14:22:46 -03:00
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
} ,
2025-11-18 17:09:13 -03:00
"textMode" : "value"
2025-11-17 19:49:50 -03:00
} ,
"links" : [
{
2026-04-19 14:43:41 -03:00
"title" : "Open atlas-pods dashboard" ,
2025-11-17 19:49:50 -03:00
"url" : "/d/atlas-pods" ,
"targetBlank" : true
}
]
2025-11-17 14:22:46 -03:00
} ,
2025-12-12 15:23:51 -03:00
{
"id" : 27 ,
"type" : "stat" ,
2025-12-19 13:46:34 -03:00
"title" : "Atlas Availability" ,
2025-12-12 15:23:51 -03:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "atlas-vm"
} ,
"gridPos" : {
"h" : 5 ,
"w" : 4 ,
"x" : 10 ,
"y" : 0
} ,
"targets" : [
{
2025-12-19 14:56:29 -03:00
"expr" : "avg_over_time((min(((sum(kube_node_status_condition{condition=\"Ready\",status=\"true\",node=~\"titan-0a|titan-0b|titan-0c\"}) / 3)), ((sum(kube_deployment_status_replicas_available{namespace=~\"traefik|kube-system\",deployment=\"traefik\"}) / clamp_min(sum(kube_deployment_spec_replicas{namespace=~\"traefik|kube-system\",deployment=\"traefik\"}), 1)))))[365d:1h])" ,
2025-12-12 15:23:51 -03:00
"refId" : "A"
}
] ,
"fieldConfig" : {
"defaults" : {
"color" : {
2025-12-12 20:44:20 -03:00
"mode" : "thresholds"
2025-12-12 15:23:51 -03:00
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "red" ,
"value" : null
} ,
{
"color" : "orange" ,
2025-12-15 22:14:26 -03:00
"value" : 0.99
2025-12-12 15:23:51 -03:00
} ,
{
"color" : "yellow" ,
2025-12-15 22:14:26 -03:00
"value" : 0.999
2025-12-12 15:23:51 -03:00
} ,
{
"color" : "green" ,
2025-12-15 22:14:26 -03:00
"value" : 0.9999
} ,
{
"color" : "blue" ,
2025-12-12 20:50:41 -03:00
"value" : 0.99999
2025-12-12 15:23:51 -03:00
}
]
} ,
2025-12-12 16:15:37 -03:00
"unit" : "percentunit" ,
2025-12-12 15:23:51 -03:00
"custom" : {
2025-12-12 16:36:47 -03:00
"displayMode" : "auto"
2025-12-12 16:15:37 -03:00
} ,
2025-12-19 15:18:14 -03:00
"decimals" : 4
2025-12-12 15:23:51 -03:00
} ,
"overrides" : [ ]
} ,
"options" : {
"colorMode" : "value" ,
"graphMode" : "area" ,
"justifyMode" : "center" ,
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
} ,
"textMode" : "value"
}
} ,
2025-11-17 14:22:46 -03:00
{
"id" : 4 ,
2025-12-02 14:41:39 -03:00
"type" : "stat" ,
"title" : "Problem Pods" ,
2025-11-17 14:22:46 -03:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "atlas-vm"
} ,
"gridPos" : {
"h" : 5 ,
2025-12-12 15:23:51 -03:00
"w" : 3 ,
"x" : 14 ,
2025-11-17 14:22:46 -03:00
"y" : 0
} ,
"targets" : [
{
2025-12-12 20:30:00 -03:00
"expr" : "sum(max by (namespace,pod) (kube_pod_status_phase{phase!~\"Running|Succeeded\"})) or on() vector(0)" ,
2025-11-17 14:22:46 -03:00
"refId" : "A"
}
] ,
"fieldConfig" : {
"defaults" : {
2025-12-02 14:41:39 -03:00
"color" : {
2025-12-12 20:44:20 -03:00
"mode" : "thresholds"
2025-12-02 14:41:39 -03:00
} ,
"mappings" : [ ] ,
2025-11-17 14:22:46 -03:00
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
2025-11-17 16:27:38 -03:00
"color" : "green" ,
2025-12-12 20:50:41 -03:00
"value" : null
2025-11-17 14:22:46 -03:00
} ,
2025-11-17 19:24:03 -03:00
{
2025-12-12 20:50:41 -03:00
"color" : "yellow" ,
2025-12-12 20:30:00 -03:00
"value" : 1
2025-12-12 20:50:41 -03:00
} ,
{
"color" : "orange" ,
"value" : 2
} ,
{
"color" : "red" ,
"value" : 3
2025-11-17 14:22:46 -03:00
}
]
2025-12-02 14:41:39 -03:00
} ,
"unit" : "none" ,
"custom" : {
"displayMode" : "auto"
2025-12-12 15:23:51 -03:00
}
} ,
"overrides" : [ ]
} ,
"options" : {
"colorMode" : "value" ,
"graphMode" : "area" ,
"justifyMode" : "center" ,
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
} ,
"textMode" : "value"
} ,
"links" : [
{
2026-04-19 14:43:41 -03:00
"title" : "Open atlas-pods dashboard" ,
2025-12-12 15:23:51 -03:00
"url" : "/d/atlas-pods" ,
"targetBlank" : true
}
]
} ,
{
"id" : 6 ,
"type" : "stat" ,
"title" : "CrashLoop / ImagePull" ,
"datasource" : {
"type" : "prometheus" ,
"uid" : "atlas-vm"
} ,
"gridPos" : {
"h" : 5 ,
"w" : 3 ,
"x" : 17 ,
"y" : 0
} ,
"targets" : [
{
2025-12-12 20:30:00 -03:00
"expr" : "sum(max by (namespace,pod) (kube_pod_container_status_waiting_reason{reason=~\"CrashLoopBackOff|ImagePullBackOff\"})) or on() vector(0)" ,
2025-12-12 15:23:51 -03:00
"refId" : "A"
}
] ,
"fieldConfig" : {
"defaults" : {
"color" : {
2025-12-12 20:44:20 -03:00
"mode" : "thresholds"
2025-12-12 15:23:51 -03:00
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
2025-12-12 20:50:41 -03:00
"value" : null
2025-12-12 15:23:51 -03:00
} ,
{
2025-12-12 20:50:41 -03:00
"color" : "yellow" ,
2025-12-12 20:30:00 -03:00
"value" : 1
2025-12-12 20:50:41 -03:00
} ,
{
"color" : "orange" ,
"value" : 2
} ,
{
"color" : "red" ,
"value" : 3
2025-12-12 15:23:51 -03:00
}
]
} ,
"unit" : "none" ,
"custom" : {
"displayMode" : "auto"
2025-11-17 16:27:38 -03:00
}
2025-11-17 14:22:46 -03:00
} ,
"overrides" : [ ]
} ,
"options" : {
2025-12-02 14:41:39 -03:00
"colorMode" : "value" ,
"graphMode" : "area" ,
"justifyMode" : "center" ,
2025-11-17 14:22:46 -03:00
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
} ,
2025-12-02 14:41:39 -03:00
"textMode" : "value"
2025-11-17 16:27:38 -03:00
} ,
"links" : [
{
2026-04-19 14:43:41 -03:00
"title" : "Open atlas-pods dashboard" ,
2025-11-17 16:27:38 -03:00
"url" : "/d/atlas-pods" ,
"targetBlank" : true
}
]
2025-11-17 14:22:46 -03:00
} ,
{
2025-12-12 15:56:33 -03:00
"id" : 1 ,
"type" : "gauge" ,
"title" : "Workers Ready" ,
2025-11-17 14:22:46 -03:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "atlas-vm"
} ,
"gridPos" : {
"h" : 5 ,
"w" : 4 ,
2025-11-18 15:55:24 -03:00
"x" : 20 ,
2025-11-17 14:22:46 -03:00
"y" : 0
} ,
"targets" : [
{
2026-01-21 14:30:55 -03:00
"expr" : "sum(kube_node_status_condition{condition=\"Ready\",status=\"true\",node=~\"titan-04|titan-05|titan-06|titan-07|titan-08|titan-09|titan-10|titan-11|titan-20|titan-21|titan-12|titan-13|titan-14|titan-15|titan-16|titan-17|titan-18|titan-19|titan-22|titan-24\"})" ,
2025-11-17 14:22:46 -03:00
"refId" : "A"
}
] ,
"fieldConfig" : {
"defaults" : {
2025-12-12 15:56:33 -03:00
"min" : 0 ,
2026-01-21 14:30:55 -03:00
"max" : 20 ,
2025-11-17 14:22:46 -03:00
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
2025-12-12 15:56:33 -03:00
"color" : "red" ,
2025-11-18 11:12:03 -03:00
"value" : null
2025-11-17 14:22:46 -03:00
} ,
{
2025-12-12 15:56:33 -03:00
"color" : "orange" ,
2026-01-21 14:30:55 -03:00
"value" : 18
2025-11-17 19:24:03 -03:00
} ,
{
2025-12-12 15:56:33 -03:00
"color" : "yellow" ,
2026-01-21 14:30:55 -03:00
"value" : 19
2025-11-17 19:24:03 -03:00
} ,
{
2025-12-12 15:56:33 -03:00
"color" : "green" ,
2026-01-21 14:30:55 -03:00
"value" : 20
2025-11-17 14:22:46 -03:00
}
]
2025-11-17 16:27:38 -03:00
}
2025-11-17 14:22:46 -03:00
} ,
"overrides" : [ ]
} ,
"options" : {
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
} ,
2025-12-12 15:56:33 -03:00
"orientation" : "auto" ,
"showThresholdMarkers" : false ,
"showThresholdLabels" : false
}
2025-11-17 14:22:46 -03:00
} ,
{
"id" : 7 ,
"type" : "stat" ,
"title" : "Hottest node: CPU" ,
"datasource" : {
"type" : "prometheus" ,
"uid" : "atlas-vm"
} ,
"gridPos" : {
2026-04-09 13:39:55 -03:00
"h" : 2 ,
2026-04-09 14:56:43 -03:00
"w" : 3 ,
2025-11-17 16:27:38 -03:00
"x" : 0 ,
"y" : 5
2025-11-17 14:22:46 -03:00
} ,
"targets" : [
{
2025-11-17 23:42:55 -03:00
"expr" : "label_replace(topk(1, avg by (node) (((1 - avg by (instance) (rate(node_cpu_seconds_total{mode=\"idle\"}[5m]))) * 100) * on(instance) group_left(node) label_replace(node_uname_info{nodename!=\"\"}, \"node\", \"$1\", \"nodename\", \"(.*)\"))), \"__name__\", \"$1\", \"node\", \"(.*)\")" ,
2025-11-17 19:24:03 -03:00
"refId" : "A" ,
2025-11-17 20:14:11 -03:00
"legendFormat" : "{{node}}" ,
2025-11-17 19:38:40 -03:00
"instant" : true
2025-11-17 14:22:46 -03:00
}
] ,
"fieldConfig" : {
"defaults" : {
"color" : {
2025-12-12 20:44:20 -03:00
"mode" : "thresholds"
2025-11-17 14:22:46 -03:00
} ,
"mappings" : [ ] ,
"thresholds" : {
2025-12-12 21:13:31 -03:00
"mode" : "absolute" ,
2025-11-17 14:22:46 -03:00
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "yellow" ,
2025-12-12 21:13:31 -03:00
"value" : 50
} ,
{
"color" : "orange" ,
"value" : 75
2025-11-17 14:22:46 -03:00
} ,
{
"color" : "red" ,
2025-12-12 21:13:31 -03:00
"value" : 91.5
2025-11-17 14:22:46 -03:00
}
]
} ,
2025-11-17 16:27:38 -03:00
"unit" : "percent" ,
"custom" : {
"displayMode" : "auto"
2025-11-17 19:56:57 -03:00
}
2025-11-17 14:22:46 -03:00
} ,
"overrides" : [ ]
} ,
"options" : {
"colorMode" : "value" ,
"graphMode" : "area" ,
"justifyMode" : "center" ,
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
} ,
2025-11-17 19:49:50 -03:00
"textMode" : "name_and_value"
2025-11-17 16:27:38 -03:00
} ,
"links" : [
{
2026-04-19 14:43:41 -03:00
"title" : "Open atlas-nodes dashboard" ,
2025-11-17 16:27:38 -03:00
"url" : "/d/atlas-nodes" ,
"targetBlank" : true
}
]
2025-11-17 14:22:46 -03:00
} ,
{
"id" : 8 ,
"type" : "stat" ,
"title" : "Hottest node: RAM" ,
"datasource" : {
"type" : "prometheus" ,
"uid" : "atlas-vm"
} ,
"gridPos" : {
2026-04-09 13:39:55 -03:00
"h" : 2 ,
2026-04-09 14:56:43 -03:00
"w" : 3 ,
"x" : 3 ,
2025-11-17 16:27:38 -03:00
"y" : 5
2025-11-17 14:22:46 -03:00
} ,
"targets" : [
{
2025-11-17 23:42:55 -03:00
"expr" : "label_replace(topk(1, avg by (node) ((avg by (instance) ((node_memory_MemTotal_bytes - node_memory_MemAvailable_bytes) / node_memory_MemTotal_bytes * 100)) * on(instance) group_left(node) label_replace(node_uname_info{nodename!=\"\"}, \"node\", \"$1\", \"nodename\", \"(.*)\"))), \"__name__\", \"$1\", \"node\", \"(.*)\")" ,
2025-11-17 19:24:03 -03:00
"refId" : "A" ,
2025-11-17 20:14:11 -03:00
"legendFormat" : "{{node}}" ,
2025-11-17 19:38:40 -03:00
"instant" : true
2025-11-17 14:22:46 -03:00
}
] ,
"fieldConfig" : {
"defaults" : {
"color" : {
2025-12-12 20:44:20 -03:00
"mode" : "thresholds"
2025-11-17 14:22:46 -03:00
} ,
"mappings" : [ ] ,
"thresholds" : {
2025-12-12 21:13:31 -03:00
"mode" : "absolute" ,
2025-11-17 14:22:46 -03:00
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "yellow" ,
2025-12-12 21:13:31 -03:00
"value" : 50
} ,
{
"color" : "orange" ,
"value" : 75
2025-11-17 14:22:46 -03:00
} ,
{
"color" : "red" ,
2025-12-12 21:13:31 -03:00
"value" : 91.5
2025-11-17 14:22:46 -03:00
}
]
} ,
2025-11-17 16:27:38 -03:00
"unit" : "percent" ,
"custom" : {
"displayMode" : "auto"
2025-11-17 19:56:57 -03:00
}
2025-11-17 14:22:46 -03:00
} ,
"overrides" : [ ]
} ,
"options" : {
"colorMode" : "value" ,
"graphMode" : "area" ,
"justifyMode" : "center" ,
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
} ,
2025-11-17 19:49:50 -03:00
"textMode" : "name_and_value"
2025-11-17 16:27:38 -03:00
} ,
"links" : [
{
2026-04-19 14:43:41 -03:00
"title" : "Open atlas-nodes dashboard" ,
2025-11-17 16:27:38 -03:00
"url" : "/d/atlas-nodes" ,
"targetBlank" : true
}
]
2025-11-17 14:22:46 -03:00
} ,
{
"id" : 9 ,
2025-11-17 16:27:38 -03:00
"type" : "stat" ,
2025-11-17 20:00:40 -03:00
"title" : "Hottest node: NET (rx+tx)" ,
2025-11-17 16:27:38 -03:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "atlas-vm"
} ,
"gridPos" : {
2026-04-09 13:39:55 -03:00
"h" : 2 ,
2026-04-09 14:56:43 -03:00
"w" : 3 ,
"x" : 6 ,
2025-11-17 16:27:38 -03:00
"y" : 5
} ,
"targets" : [
{
2025-11-17 23:42:55 -03:00
"expr" : "label_replace(topk(1, avg by (node) ((sum by (instance) (rate(node_network_receive_bytes_total{device!~\"lo\"}[5m]) + rate(node_network_transmit_bytes_total{device!~\"lo\"}[5m]))) * on(instance) group_left(node) label_replace(node_uname_info{nodename!=\"\"}, \"node\", \"$1\", \"nodename\", \"(.*)\"))), \"__name__\", \"$1\", \"node\", \"(.*)\")" ,
2025-11-17 19:24:03 -03:00
"refId" : "A" ,
2025-11-17 20:14:11 -03:00
"legendFormat" : "{{node}}" ,
2025-11-17 19:38:40 -03:00
"instant" : true
2025-11-17 16:27:38 -03:00
}
] ,
"fieldConfig" : {
"defaults" : {
"color" : {
2025-12-12 20:44:20 -03:00
"mode" : "thresholds"
2025-11-17 16:27:38 -03:00
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "rgba(115, 115, 115, 1)" ,
"value" : null
} ,
{
"color" : "green" ,
"value" : 1
}
]
} ,
2025-11-17 18:55:11 -03:00
"unit" : "Bps" ,
2025-11-17 16:27:38 -03:00
"custom" : {
"displayMode" : "auto"
2025-11-17 19:56:57 -03:00
}
2025-11-17 16:27:38 -03:00
} ,
"overrides" : [ ]
} ,
"options" : {
"colorMode" : "value" ,
"graphMode" : "area" ,
"justifyMode" : "center" ,
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
} ,
2025-11-17 19:49:50 -03:00
"textMode" : "name_and_value"
2025-11-17 16:27:38 -03:00
} ,
"links" : [
{
2026-04-19 14:43:41 -03:00
"title" : "Open atlas-nodes dashboard" ,
2025-11-17 16:27:38 -03:00
"url" : "/d/atlas-nodes" ,
"targetBlank" : true
}
]
} ,
{
"id" : 10 ,
"type" : "stat" ,
2025-11-17 20:00:40 -03:00
"title" : "Hottest node: I/O (r+w)" ,
2025-11-17 16:27:38 -03:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "atlas-vm"
} ,
"gridPos" : {
2026-04-09 13:39:55 -03:00
"h" : 2 ,
2026-04-09 14:56:43 -03:00
"w" : 3 ,
"x" : 9 ,
2025-11-17 16:27:38 -03:00
"y" : 5
} ,
"targets" : [
{
2025-11-17 23:42:55 -03:00
"expr" : "label_replace(topk(1, avg by (node) ((sum by (instance) (rate(node_disk_read_bytes_total[5m]) + rate(node_disk_written_bytes_total[5m]))) * on(instance) group_left(node) label_replace(node_uname_info{nodename!=\"\"}, \"node\", \"$1\", \"nodename\", \"(.*)\"))), \"__name__\", \"$1\", \"node\", \"(.*)\")" ,
2025-11-17 19:24:03 -03:00
"refId" : "A" ,
2025-11-17 20:14:11 -03:00
"legendFormat" : "{{node}}" ,
2025-11-17 19:38:40 -03:00
"instant" : true
2025-11-17 16:27:38 -03:00
}
] ,
"fieldConfig" : {
"defaults" : {
"color" : {
2025-12-12 20:44:20 -03:00
"mode" : "thresholds"
2025-11-17 16:27:38 -03:00
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "rgba(115, 115, 115, 1)" ,
"value" : null
} ,
{
"color" : "green" ,
"value" : 1
}
]
} ,
2025-11-17 18:55:11 -03:00
"unit" : "Bps" ,
2025-11-17 16:27:38 -03:00
"custom" : {
"displayMode" : "auto"
2025-11-17 19:56:57 -03:00
}
2025-11-17 16:27:38 -03:00
} ,
"overrides" : [ ]
} ,
"options" : {
"colorMode" : "value" ,
"graphMode" : "area" ,
"justifyMode" : "center" ,
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
} ,
2025-11-17 19:49:50 -03:00
"textMode" : "name_and_value"
2025-11-17 16:27:38 -03:00
} ,
"links" : [
{
2026-04-19 14:43:41 -03:00
"title" : "Open atlas-nodes dashboard" ,
2025-11-17 16:27:38 -03:00
"url" : "/d/atlas-nodes" ,
"targetBlank" : true
}
]
} ,
2026-01-05 21:55:59 -03:00
{
2026-04-03 14:55:16 -03:00
"id" : 23 ,
2026-01-05 21:55:59 -03:00
"type" : "stat" ,
2026-04-03 14:55:16 -03:00
"title" : "Astreae Usage" ,
2026-01-05 21:55:59 -03:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "atlas-vm"
} ,
"gridPos" : {
2026-04-09 13:39:55 -03:00
"h" : 2 ,
2026-04-09 14:56:43 -03:00
"w" : 3 ,
"x" : 12 ,
"y" : 5
2026-01-05 21:55:59 -03:00
} ,
"targets" : [
{
2026-04-03 14:55:16 -03:00
"expr" : "100 - (sum(node_filesystem_avail_bytes{mountpoint=\"/mnt/astreae\",fstype!~\"tmpfs|overlay\"}) / sum(node_filesystem_size_bytes{mountpoint=\"/mnt/astreae\",fstype!~\"tmpfs|overlay\"}) * 100)" ,
2026-01-05 21:55:59 -03:00
"refId" : "A"
}
] ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "thresholds"
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
2026-04-03 14:55:16 -03:00
"color" : "green" ,
2026-01-05 21:55:59 -03:00
"value" : null
} ,
{
2026-04-03 14:55:16 -03:00
"color" : "yellow" ,
"value" : 50
} ,
{
"color" : "orange" ,
"value" : 75
} ,
{
"color" : "red" ,
"value" : 91.5
2026-01-05 21:55:59 -03:00
}
]
} ,
2026-04-03 14:55:16 -03:00
"unit" : "percent" ,
2026-01-05 21:55:59 -03:00
"custom" : {
"displayMode" : "auto"
2026-01-06 02:34:52 -03:00
}
2026-01-05 21:55:59 -03:00
} ,
"overrides" : [ ]
} ,
"options" : {
"colorMode" : "value" ,
"graphMode" : "area" ,
"justifyMode" : "center" ,
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
} ,
"textMode" : "value"
} ,
"links" : [
{
2026-04-19 14:43:41 -03:00
"title" : "Open atlas-storage dashboard" ,
2026-04-03 14:55:16 -03:00
"url" : "/d/atlas-storage" ,
2026-01-05 21:55:59 -03:00
"targetBlank" : true
}
]
} ,
{
2026-04-03 14:55:16 -03:00
"id" : 24 ,
2026-01-05 21:55:59 -03:00
"type" : "stat" ,
2026-04-03 14:55:16 -03:00
"title" : "Asteria Usage" ,
2026-01-05 21:55:59 -03:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "atlas-vm"
} ,
"gridPos" : {
2026-04-09 13:39:55 -03:00
"h" : 2 ,
2026-04-09 14:56:43 -03:00
"w" : 3 ,
"x" : 15 ,
"y" : 5
2026-01-05 21:55:59 -03:00
} ,
"targets" : [
2026-01-06 02:34:52 -03:00
{
2026-04-03 14:55:16 -03:00
"expr" : "100 - (sum(node_filesystem_avail_bytes{mountpoint=\"/mnt/asteria\",fstype!~\"tmpfs|overlay\"}) / sum(node_filesystem_size_bytes{mountpoint=\"/mnt/asteria\",fstype!~\"tmpfs|overlay\"}) * 100)" ,
"refId" : "A"
2026-01-05 21:55:59 -03:00
}
] ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "thresholds"
} ,
2026-04-03 14:55:16 -03:00
"mappings" : [ ] ,
2026-01-05 21:55:59 -03:00
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "yellow" ,
2026-04-03 14:55:16 -03:00
"value" : 50
2026-01-05 21:55:59 -03:00
} ,
{
"color" : "orange" ,
2026-04-03 14:55:16 -03:00
"value" : 75
2026-01-05 21:55:59 -03:00
} ,
{
"color" : "red" ,
2026-04-03 14:55:16 -03:00
"value" : 91.5
2026-01-06 02:34:52 -03:00
}
]
} ,
2026-04-03 14:55:16 -03:00
"unit" : "percent" ,
"custom" : {
"displayMode" : "auto"
2026-01-06 02:34:52 -03:00
}
2026-04-03 14:55:16 -03:00
} ,
"overrides" : [ ]
2026-01-05 21:55:59 -03:00
} ,
"options" : {
"colorMode" : "value" ,
"graphMode" : "area" ,
"justifyMode" : "center" ,
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
} ,
2026-04-03 14:55:16 -03:00
"textMode" : "value"
2026-01-05 21:55:59 -03:00
} ,
"links" : [
{
2026-04-19 14:43:41 -03:00
"title" : "Open atlas-storage dashboard" ,
2026-04-03 14:55:16 -03:00
"url" : "/d/atlas-storage" ,
2026-01-05 21:55:59 -03:00
"targetBlank" : true
}
]
} ,
{
2026-04-03 14:55:16 -03:00
"id" : 25 ,
2026-01-05 21:55:59 -03:00
"type" : "stat" ,
2026-04-03 14:55:16 -03:00
"title" : "Astreae Free" ,
2026-01-05 21:55:59 -03:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "atlas-vm"
} ,
"gridPos" : {
2026-04-09 13:39:55 -03:00
"h" : 2 ,
2026-04-09 14:56:43 -03:00
"w" : 3 ,
"x" : 18 ,
"y" : 5
2026-01-05 21:55:59 -03:00
} ,
"targets" : [
{
2026-04-03 14:55:16 -03:00
"expr" : "sum(node_filesystem_avail_bytes{mountpoint=\"/mnt/astreae\",fstype!~\"tmpfs|overlay\"})" ,
2026-01-05 21:55:59 -03:00
"refId" : "A"
}
] ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "thresholds"
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
2026-04-03 14:55:16 -03:00
"color" : "rgba(115, 115, 115, 1)" ,
2026-01-05 21:55:59 -03:00
"value" : null
} ,
2026-01-06 02:34:52 -03:00
{
"color" : "green" ,
2026-04-03 14:55:16 -03:00
"value" : 1
2026-01-05 21:55:59 -03:00
}
]
} ,
2026-04-03 14:55:16 -03:00
"unit" : "decbytes" ,
2026-01-05 21:55:59 -03:00
"custom" : {
"displayMode" : "auto"
2026-04-03 14:55:16 -03:00
}
2026-01-05 21:55:59 -03:00
} ,
"overrides" : [ ]
} ,
"options" : {
"colorMode" : "value" ,
"graphMode" : "area" ,
"justifyMode" : "center" ,
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
} ,
"textMode" : "value"
} ,
"links" : [
{
2026-04-19 14:43:41 -03:00
"title" : "Open atlas-storage dashboard" ,
2026-04-03 14:55:16 -03:00
"url" : "/d/atlas-storage" ,
2026-01-05 21:55:59 -03:00
"targetBlank" : true
}
]
} ,
{
2026-04-03 14:55:16 -03:00
"id" : 26 ,
2026-01-05 21:55:59 -03:00
"type" : "stat" ,
2026-04-03 14:55:16 -03:00
"title" : "Asteria Free" ,
2026-01-05 21:55:59 -03:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "atlas-vm"
} ,
"gridPos" : {
2026-04-09 13:39:55 -03:00
"h" : 2 ,
2026-04-09 14:56:43 -03:00
"w" : 3 ,
"x" : 21 ,
"y" : 5
2026-01-05 21:55:59 -03:00
} ,
"targets" : [
{
2026-04-03 14:55:16 -03:00
"expr" : "sum(node_filesystem_avail_bytes{mountpoint=\"/mnt/asteria\",fstype!~\"tmpfs|overlay\"})" ,
2026-01-05 21:55:59 -03:00
"refId" : "A"
}
] ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "thresholds"
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
2026-04-03 14:55:16 -03:00
"color" : "rgba(115, 115, 115, 1)" ,
2026-01-05 21:55:59 -03:00
"value" : null
} ,
{
2026-04-03 14:55:16 -03:00
"color" : "green" ,
"value" : 1
2026-01-05 21:55:59 -03:00
}
]
} ,
2026-04-03 14:55:16 -03:00
"unit" : "decbytes" ,
2026-01-05 21:55:59 -03:00
"custom" : {
"displayMode" : "auto"
2026-04-03 14:55:16 -03:00
}
2026-01-05 21:55:59 -03:00
} ,
"overrides" : [ ]
} ,
"options" : {
"colorMode" : "value" ,
"graphMode" : "area" ,
"justifyMode" : "center" ,
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
} ,
"textMode" : "value"
} ,
"links" : [
{
2026-04-19 14:43:41 -03:00
"title" : "Open atlas-storage dashboard" ,
2026-04-03 14:55:16 -03:00
"url" : "/d/atlas-storage" ,
2026-01-05 21:55:59 -03:00
"targetBlank" : true
}
]
} ,
2026-01-22 15:23:23 -03:00
{
2026-04-03 14:55:16 -03:00
"id" : 40 ,
2026-04-13 06:22:41 -03:00
"type" : "stat" ,
2026-04-19 14:43:41 -03:00
"title" : "Pyrphoros UPS Current" ,
2026-01-22 15:23:23 -03:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "atlas-vm"
} ,
"gridPos" : {
2026-04-19 14:43:41 -03:00
"h" : 3 ,
"w" : 6 ,
2026-04-03 14:55:16 -03:00
"x" : 0 ,
2026-04-19 14:43:41 -03:00
"y" : 7
2026-01-22 15:23:23 -03:00
} ,
"targets" : [
{
2026-04-19 14:43:41 -03:00
"expr" : "label_replace(max((ananke_ups_load_percent{job=\"ananke-power\",source=\"Pyrphoros\"} * ananke_ups_power_nominal_watts{job=\"ananke-power\",source=\"Pyrphoros\"}) / 100) or on() vector(0), \"metric\", \"Draw\", \"__name__\", \".*\") or label_replace(max(ananke_ups_runtime_seconds{job=\"ananke-power\",source=\"Pyrphoros\"}) or on() vector(0), \"metric\", \"Runtime\", \"__name__\", \".*\")" ,
2026-01-22 18:23:17 -03:00
"refId" : "A" ,
2026-04-19 14:43:41 -03:00
"legendFormat" : "{{metric}}" ,
2026-04-13 00:17:29 -03:00
"instant" : true
2026-04-13 03:35:39 -03:00
}
] ,
"fieldConfig" : {
"defaults" : {
2026-04-13 06:22:41 -03:00
"color" : {
"mode" : "thresholds"
} ,
2026-04-13 03:35:39 -03:00
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "rgba(115, 115, 115, 1)" ,
"value" : null
} ,
{
"color" : "green" ,
"value" : 1
}
]
} ,
2026-04-13 06:22:41 -03:00
"unit" : "none" ,
"custom" : {
"displayMode" : "auto"
2026-04-19 14:43:41 -03:00
}
2026-04-13 00:17:29 -03:00
} ,
2026-04-13 03:35:39 -03:00
"overrides" : [
{
"matcher" : {
"id" : "byName" ,
2026-04-19 14:43:41 -03:00
"options" : "Draw"
2026-04-13 03:35:39 -03:00
} ,
"properties" : [
{
"id" : "unit" ,
2026-04-19 14:18:41 -03:00
"value" : "watt"
2026-04-13 03:35:39 -03:00
}
]
2026-04-13 06:22:41 -03:00
} ,
2026-04-19 14:18:41 -03:00
{
"matcher" : {
"id" : "byName" ,
2026-04-19 14:43:41 -03:00
"options" : "Runtime"
2026-04-19 14:18:41 -03:00
} ,
"properties" : [
2026-04-12 19:56:12 -03:00
{
2026-04-19 14:18:41 -03:00
"id" : "unit" ,
"value" : "s"
2026-04-12 19:56:12 -03:00
}
]
2026-04-19 14:43:41 -03:00
}
]
} ,
"options" : {
"colorMode" : "value" ,
"graphMode" : "area" ,
"justifyMode" : "center" ,
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
} ,
"textMode" : "name_and_value" ,
"text" : {
"titleSize" : 14 ,
"valueSize" : 30
}
} ,
"links" : [
{
"title" : "Open atlas-power dashboard" ,
"url" : "/d/atlas-power" ,
"targetBlank" : true
}
]
} ,
{
"id" : 144 ,
"type" : "stat" ,
"title" : "Statera UPS Current" ,
"datasource" : {
"type" : "prometheus" ,
"uid" : "atlas-vm"
} ,
"gridPos" : {
"h" : 3 ,
"w" : 6 ,
"x" : 0 ,
"y" : 10
} ,
"targets" : [
{
"expr" : "label_replace(max((ananke_ups_load_percent{job=\"ananke-power\",source=\"Statera\"} * ananke_ups_power_nominal_watts{job=\"ananke-power\",source=\"Statera\"}) / 100) or on() vector(0), \"metric\", \"Draw\", \"__name__\", \".*\") or label_replace(max(ananke_ups_runtime_seconds{job=\"ananke-power\",source=\"Statera\"}) or on() vector(0), \"metric\", \"Runtime\", \"__name__\", \".*\")" ,
"refId" : "A" ,
"legendFormat" : "{{metric}}" ,
"instant" : true
}
] ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "thresholds"
2026-04-12 19:56:12 -03:00
} ,
2026-04-19 14:43:41 -03:00
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
2026-04-03 22:16:02 -03:00
{
2026-04-19 14:43:41 -03:00
"color" : "rgba(115, 115, 115, 1)" ,
"value" : null
2026-04-19 14:18:41 -03:00
} ,
{
2026-04-19 14:43:41 -03:00
"color" : "green" ,
"value" : 1
2026-04-03 22:16:02 -03:00
}
]
} ,
2026-04-19 14:43:41 -03:00
"unit" : "none" ,
"custom" : {
"displayMode" : "auto"
}
} ,
"overrides" : [
2026-04-03 22:16:02 -03:00
{
"matcher" : {
2026-04-13 03:35:39 -03:00
"id" : "byName" ,
2026-04-19 14:43:41 -03:00
"options" : "Draw"
2026-04-03 22:16:02 -03:00
} ,
"properties" : [
{
2026-04-19 14:43:41 -03:00
"id" : "unit" ,
"value" : "watt"
2026-04-19 14:18:41 -03:00
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
2026-04-19 14:43:41 -03:00
"options" : "Runtime"
2026-04-19 14:18:41 -03:00
} ,
"properties" : [
{
2026-04-19 14:43:41 -03:00
"id" : "unit" ,
"value" : "s"
2026-04-03 22:16:02 -03:00
}
]
}
]
2026-01-22 15:23:23 -03:00
} ,
"options" : {
2026-04-13 06:22:41 -03:00
"colorMode" : "value" ,
"graphMode" : "area" ,
"justifyMode" : "center" ,
"reduceOptions" : {
"calcs" : [
"lastNotNull"
2026-04-12 19:56:12 -03:00
] ,
2026-04-13 06:22:41 -03:00
"fields" : "" ,
"values" : false
} ,
2026-04-13 11:43:06 -03:00
"textMode" : "name_and_value" ,
2026-04-19 14:43:41 -03:00
"text" : {
"titleSize" : 14 ,
"valueSize" : 30
}
2026-04-12 19:56:12 -03:00
} ,
2026-04-03 14:55:16 -03:00
"links" : [
{
2026-04-19 14:43:41 -03:00
"title" : "Open atlas-power dashboard" ,
2026-04-03 14:55:16 -03:00
"url" : "/d/atlas-power" ,
"targetBlank" : true
}
2026-04-19 14:43:41 -03:00
]
2026-01-22 15:23:23 -03:00
} ,
{
2026-04-03 14:55:16 -03:00
"id" : 41 ,
2026-04-03 22:16:02 -03:00
"type" : "timeseries" ,
"title" : "UPS History (Power Draw)" ,
"datasource" : {
"type" : "prometheus" ,
"uid" : "atlas-vm"
} ,
"gridPos" : {
2026-04-13 05:42:03 -03:00
"h" : 6 ,
2026-04-19 14:43:41 -03:00
"w" : 6 ,
"x" : 6 ,
"y" : 7
2026-04-03 22:16:02 -03:00
} ,
"targets" : [
{
"refId" : "A" ,
2026-04-08 23:33:17 -03:00
"expr" : "((ananke_ups_load_percent{job=\"ananke-power\",source=\"Pyrphoros\"} * ananke_ups_power_nominal_watts{job=\"ananke-power\",source=\"Pyrphoros\"}) / 100)" ,
2026-04-04 05:54:16 -03:00
"legendFormat" : "Pyrphoros"
2026-04-03 22:16:02 -03:00
} ,
{
"refId" : "B" ,
2026-04-08 23:33:17 -03:00
"expr" : "((ananke_ups_load_percent{job=\"ananke-power\",source=\"Statera\"} * ananke_ups_power_nominal_watts{job=\"ananke-power\",source=\"Statera\"}) / 100)" ,
2026-04-04 05:54:16 -03:00
"legendFormat" : "Statera"
2026-04-03 22:16:02 -03:00
}
] ,
"fieldConfig" : {
"defaults" : {
"unit" : "watt"
} ,
"overrides" : [ ]
} ,
"options" : {
"legend" : {
2026-04-19 14:43:41 -03:00
"displayMode" : "table" ,
"placement" : "right"
2026-04-03 22:16:02 -03:00
} ,
"tooltip" : {
"mode" : "multi"
}
} ,
"links" : [
{
2026-04-19 14:43:41 -03:00
"title" : "Open atlas-power dashboard" ,
2026-04-03 22:16:02 -03:00
"url" : "/d/atlas-power" ,
"targetBlank" : true
}
]
} ,
{
"id" : 42 ,
2026-04-13 06:22:41 -03:00
"type" : "stat" ,
2026-04-19 14:43:41 -03:00
"title" : "Current Enclosure Temperature" ,
2026-01-22 15:23:23 -03:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "atlas-vm"
} ,
"gridPos" : {
2026-04-19 14:43:41 -03:00
"h" : 3 ,
"w" : 6 ,
"x" : 0 ,
"y" : 13
2026-01-22 15:23:23 -03:00
} ,
"targets" : [
{
2026-04-19 14:43:41 -03:00
"expr" : "label_replace(max(max without (job,instance,pod,service,endpoint,namespace,controller_name,port_name,fan_group) (typhon_temperature_celsius != 0)) or on() vector(0), \"metric\", \"\u00b0C\", \"__name__\", \".*\") or label_replace(max((max without (job,instance,pod,service,endpoint,namespace,controller_name,port_name,fan_group) (typhon_temperature_celsius != 0)) * 9 / 5 + 32) or on() vector(0), \"metric\", \"\u00b0F\", \"__name__\", \".*\")" ,
2026-04-03 22:16:02 -03:00
"refId" : "A" ,
2026-04-19 14:43:41 -03:00
"legendFormat" : "{{metric}}" ,
2026-04-03 22:16:02 -03:00
"instant" : true
2026-01-22 15:23:23 -03:00
}
] ,
"fieldConfig" : {
"defaults" : {
2026-04-13 06:22:41 -03:00
"color" : {
"mode" : "thresholds"
} ,
2026-04-12 19:56:12 -03:00
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "rgba(115, 115, 115, 1)" ,
"value" : null
} ,
{
"color" : "green" ,
"value" : 1
}
]
} ,
2026-04-13 06:22:41 -03:00
"unit" : "none" ,
"custom" : {
"displayMode" : "auto"
2026-04-19 14:43:41 -03:00
}
2026-01-22 15:23:23 -03:00
} ,
2026-04-03 22:16:02 -03:00
"overrides" : [
{
"matcher" : {
"id" : "byName" ,
2026-04-19 14:43:41 -03:00
"options" : "\u00b0C"
2026-04-03 22:16:02 -03:00
} ,
"properties" : [
{
"id" : "unit" ,
"value" : "celsius"
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
2026-04-19 14:43:41 -03:00
"options" : "\u00b0F"
2026-04-03 22:16:02 -03:00
} ,
"properties" : [
{
"id" : "unit" ,
2026-04-19 14:43:41 -03:00
"value" : "fahrenheit"
}
]
}
]
} ,
"options" : {
"colorMode" : "value" ,
"graphMode" : "area" ,
"justifyMode" : "center" ,
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
} ,
"textMode" : "name_and_value" ,
"text" : {
"titleSize" : 14 ,
"valueSize" : 30
}
} ,
"links" : [
{
"title" : "Open atlas-power dashboard" ,
"url" : "/d/atlas-power" ,
"targetBlank" : true
}
]
} ,
{
"id" : 143 ,
"type" : "stat" ,
"title" : "Current Enclosure Climate" ,
"datasource" : {
"type" : "prometheus" ,
"uid" : "atlas-vm"
} ,
"gridPos" : {
"h" : 3 ,
"w" : 6 ,
"x" : 0 ,
"y" : 16
} ,
"targets" : [
{
"expr" : "label_replace(max(max without (job,instance,pod,service,endpoint,namespace,controller_name,port_name,fan_group) (typhon_relative_humidity_percent != 0)) or on() vector(0), \"metric\", \"%RH\", \"__name__\", \".*\") or label_replace(max(max without (job,instance,pod,service,endpoint,namespace,controller_name,port_name,fan_group) (typhon_vpd_kpa != 0)) or on() vector(0), \"metric\", \"kPa\", \"__name__\", \".*\")" ,
"refId" : "A" ,
"legendFormat" : "{{metric}}" ,
"instant" : true
}
] ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "thresholds"
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "rgba(115, 115, 115, 1)" ,
"value" : null
} ,
{
"color" : "green" ,
"value" : 1
2026-04-13 03:35:39 -03:00
}
]
} ,
2026-04-19 14:43:41 -03:00
"unit" : "none" ,
"custom" : {
"displayMode" : "auto"
}
} ,
"overrides" : [
2026-04-12 17:28:15 -03:00
{
"matcher" : {
"id" : "byName" ,
2026-04-19 14:43:41 -03:00
"options" : "%RH"
2026-04-12 17:28:15 -03:00
} ,
"properties" : [
{
"id" : "unit" ,
2026-04-19 14:43:41 -03:00
"value" : "suffix:%RH"
2026-04-12 17:28:15 -03:00
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
2026-04-19 14:43:41 -03:00
"options" : "kPa"
2026-04-12 17:28:15 -03:00
} ,
"properties" : [
{
"id" : "unit" ,
2026-04-19 14:43:41 -03:00
"value" : "suffix:kPa"
2026-04-12 17:28:15 -03:00
}
]
2026-04-03 22:16:02 -03:00
}
]
2026-01-22 15:23:23 -03:00
} ,
"options" : {
2026-04-13 06:22:41 -03:00
"colorMode" : "value" ,
"graphMode" : "area" ,
"justifyMode" : "center" ,
"reduceOptions" : {
"calcs" : [
"lastNotNull"
2026-04-12 19:56:12 -03:00
] ,
2026-04-13 06:22:41 -03:00
"fields" : "" ,
"values" : false
} ,
2026-04-19 14:43:41 -03:00
"textMode" : "name_and_value" ,
"text" : {
"titleSize" : 14 ,
"valueSize" : 30
}
2026-04-12 19:56:12 -03:00
} ,
2026-04-03 14:55:16 -03:00
"links" : [
{
2026-04-19 14:43:41 -03:00
"title" : "Open atlas-power dashboard" ,
2026-04-03 14:55:16 -03:00
"url" : "/d/atlas-power" ,
"targetBlank" : true
}
2026-04-19 14:43:41 -03:00
]
2026-01-22 15:23:23 -03:00
} ,
2025-11-17 16:27:38 -03:00
{
2026-04-03 22:16:02 -03:00
"id" : 43 ,
"type" : "timeseries" ,
2026-04-19 14:43:41 -03:00
"title" : "Enclosure Climate History" ,
2025-11-17 14:22:46 -03:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "atlas-vm"
} ,
"gridPos" : {
2026-04-09 14:56:43 -03:00
"h" : 6 ,
2026-04-19 14:43:41 -03:00
"w" : 6 ,
"x" : 6 ,
"y" : 13
2025-11-17 14:22:46 -03:00
} ,
"targets" : [
{
2026-04-03 17:49:09 -03:00
"refId" : "A" ,
2026-04-19 14:43:41 -03:00
"expr" : "max without (job,instance,pod,service,endpoint,namespace,controller_name,port_name,fan_group) (typhon_temperature_celsius != 0)" ,
"legendFormat" : "C"
2026-04-03 22:16:02 -03:00
} ,
{
"refId" : "B" ,
2026-04-19 14:43:41 -03:00
"expr" : "max without (job,instance,pod,service,endpoint,namespace,controller_name,port_name,fan_group) (typhon_relative_humidity_percent != 0)" ,
"legendFormat" : "RH"
2026-04-12 17:28:15 -03:00
} ,
{
2026-04-12 18:50:25 -03:00
"refId" : "C" ,
2026-04-19 14:43:41 -03:00
"expr" : "max without (job,instance,pod,service,endpoint,namespace,controller_name,port_name,fan_group) (typhon_vpd_kpa != 0)" ,
"legendFormat" : "P"
2026-04-13 00:17:29 -03:00
} ,
{
"refId" : "D" ,
2026-04-19 14:43:41 -03:00
"expr" : "(min_over_time(max without (job,instance,pod,service,endpoint,namespace,controller_name,port_name,fan_group) (typhon_temperature_celsius != 0)[$__range]) - 0.08)" ,
"legendFormat" : "C bound min"
} ,
{
"refId" : "E" ,
"expr" : "(max_over_time(max without (job,instance,pod,service,endpoint,namespace,controller_name,port_name,fan_group) (typhon_temperature_celsius != 0)[$__range]) + 0.08)" ,
"legendFormat" : "C bound max"
} ,
{
"refId" : "F" ,
"expr" : "clamp_min((min_over_time(max without (job,instance,pod,service,endpoint,namespace,controller_name,port_name,fan_group) (typhon_relative_humidity_percent != 0)[$__range]) - 0.35), 0)" ,
"legendFormat" : "RH bound min"
} ,
{
"refId" : "G" ,
"expr" : "clamp_max((max_over_time(max without (job,instance,pod,service,endpoint,namespace,controller_name,port_name,fan_group) (typhon_relative_humidity_percent != 0)[$__range]) + 0.35), 100)" ,
"legendFormat" : "RH bound max"
} ,
{
"refId" : "H" ,
"expr" : "clamp_min((min_over_time(max without (job,instance,pod,service,endpoint,namespace,controller_name,port_name,fan_group) (typhon_vpd_kpa != 0)[$__range]) - 0.03), 0)" ,
"legendFormat" : "P bound min"
} ,
{
"refId" : "I" ,
"expr" : "(max_over_time(max without (job,instance,pod,service,endpoint,namespace,controller_name,port_name,fan_group) (typhon_vpd_kpa != 0)[$__range]) + 0.03)" ,
"legendFormat" : "P bound max"
2025-11-17 14:22:46 -03:00
}
] ,
"fieldConfig" : {
"defaults" : {
2026-04-19 14:43:41 -03:00
"unit" : "none" ,
"custom" : {
"drawStyle" : "line" ,
"lineInterpolation" : "linear" ,
"lineWidth" : 2 ,
"fillOpacity" : 10 ,
"showPoints" : "never" ,
"spanNulls" : true
}
2026-04-03 22:16:02 -03:00
} ,
"overrides" : [
2026-04-12 22:53:23 -03:00
{
"matcher" : {
"id" : "byName" ,
2026-04-19 14:43:41 -03:00
"options" : "C"
2026-04-13 00:17:29 -03:00
} ,
"properties" : [
{
"id" : "unit" ,
2026-04-19 14:43:41 -03:00
"value" : "suffix:\u00b0C"
} ,
{
"id" : "decimals" ,
"value" : 2
} ,
{
"id" : "custom.axisPlacement" ,
"value" : "left"
} ,
{
"id" : "custom.axisCenteredZero" ,
"value" : false
}
]
} ,
{
"matcher" : {
"id" : "byRegexp" ,
"options" : "C bound .*"
} ,
"properties" : [
{
"id" : "unit" ,
"value" : "suffix:\u00b0C"
} ,
{
"id" : "custom.axisPlacement" ,
"value" : "left"
} ,
{
"id" : "custom.axisCenteredZero" ,
"value" : false
} ,
{
"id" : "custom.hideFrom" ,
"value" : {
"legend" : true ,
"tooltip" : true ,
"viz" : false
}
} ,
{
"id" : "custom.lineWidth" ,
"value" : 0
} ,
{
"id" : "custom.fillOpacity" ,
"value" : 0
} ,
{
"id" : "custom.showPoints" ,
"value" : "never"
} ,
{
"id" : "color" ,
"value" : {
"mode" : "fixed" ,
"fixedColor" : "transparent"
}
2026-04-13 00:17:29 -03:00
}
]
} ,
2026-04-12 17:28:15 -03:00
{
"matcher" : {
"id" : "byName" ,
2026-04-19 14:43:41 -03:00
"options" : "RH"
2026-04-13 00:17:29 -03:00
} ,
"properties" : [
{
"id" : "unit" ,
2026-04-19 14:43:41 -03:00
"value" : "suffix:%"
} ,
{
"id" : "decimals" ,
"value" : 2
2026-04-13 00:17:29 -03:00
} ,
{
"id" : "custom.axisPlacement" ,
"value" : "right"
} ,
{
2026-04-19 14:43:41 -03:00
"id" : "custom.axisCenteredZero" ,
"value" : false
}
]
} ,
{
"matcher" : {
"id" : "byRegexp" ,
"options" : "RH bound .*"
} ,
"properties" : [
{
"id" : "unit" ,
"value" : "suffix:%"
} ,
{
"id" : "custom.axisPlacement" ,
"value" : "right"
} ,
{
"id" : "custom.axisCenteredZero" ,
"value" : false
} ,
{
"id" : "custom.hideFrom" ,
"value" : {
"legend" : true ,
"tooltip" : true ,
"viz" : false
}
} ,
{
"id" : "custom.lineWidth" ,
"value" : 0
} ,
{
"id" : "custom.fillOpacity" ,
"value" : 0
} ,
{
"id" : "custom.showPoints" ,
"value" : "never"
} ,
{
"id" : "color" ,
"value" : {
"mode" : "fixed" ,
"fixedColor" : "transparent"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "P"
} ,
"properties" : [
{
"id" : "unit" ,
"value" : "suffix:kPa"
} ,
{
"id" : "custom.axisPlacement" ,
"value" : "right"
2026-04-03 22:16:02 -03:00
} ,
{
"id" : "decimals" ,
2026-04-03 17:49:09 -03:00
"value" : 2
2026-04-19 14:43:41 -03:00
} ,
{
"id" : "custom.axisCenteredZero" ,
"value" : false
}
]
} ,
{
"matcher" : {
"id" : "byRegexp" ,
"options" : "P bound .*"
} ,
"properties" : [
{
"id" : "unit" ,
"value" : "suffix:kPa"
} ,
{
"id" : "custom.axisPlacement" ,
"value" : "right"
} ,
{
"id" : "custom.axisCenteredZero" ,
"value" : false
} ,
{
"id" : "custom.hideFrom" ,
"value" : {
"legend" : true ,
"tooltip" : true ,
"viz" : false
}
} ,
{
"id" : "custom.lineWidth" ,
"value" : 0
} ,
{
"id" : "custom.fillOpacity" ,
"value" : 0
} ,
{
"id" : "custom.showPoints" ,
"value" : "never"
} ,
{
"id" : "color" ,
"value" : {
"mode" : "fixed" ,
"fixedColor" : "transparent"
}
2026-04-13 00:17:29 -03:00
}
]
2026-04-03 17:49:09 -03:00
}
2026-04-03 22:16:02 -03:00
]
2025-11-17 14:22:46 -03:00
} ,
"options" : {
2026-04-03 22:16:02 -03:00
"legend" : {
2026-04-12 18:35:15 -03:00
"displayMode" : "list" ,
"placement" : "bottom"
2025-11-18 14:08:33 -03:00
} ,
2026-04-03 22:16:02 -03:00
"tooltip" : {
"mode" : "multi"
}
2025-11-18 14:08:33 -03:00
} ,
"links" : [
{
2026-04-19 14:43:41 -03:00
"title" : "Open atlas-power dashboard" ,
2026-04-03 14:55:16 -03:00
"url" : "/d/atlas-power" ,
2025-11-18 14:08:33 -03:00
"targetBlank" : true
2025-11-17 14:22:46 -03:00
}
2026-04-12 17:56:54 -03:00
] ,
2026-04-19 14:43:41 -03:00
"description" : "Temperature on left axis, humidity and pressure on right axis with dynamic bound series so small swings remain visible."
2025-11-17 14:22:46 -03:00
} ,
{
2026-04-03 22:16:02 -03:00
"id" : 140 ,
2026-04-12 19:56:12 -03:00
"type" : "stat" ,
2026-04-03 22:16:02 -03:00
"title" : "Fan Activity" ,
2025-11-17 23:12:16 -03:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "atlas-vm"
} ,
"gridPos" : {
2026-04-09 14:56:43 -03:00
"h" : 6 ,
2026-04-19 14:43:41 -03:00
"w" : 6 ,
"x" : 12 ,
"y" : 13
} ,
"targets" : [
2026-04-19 14:18:41 -03:00
{
2026-04-19 14:43:41 -03:00
"expr" : "label_replace((round(max(max without (job,instance,pod,service,endpoint,namespace,controller_name,port_name,fan_group) (typhon_fan_speed_level{port=\"1\"})) or on() vector(0))), \"metric\", \"Outlet\", \"__name__\", \".*\") or label_replace((round(max(max without (job,instance,pod,service,endpoint,namespace,controller_name,port_name,fan_group) (typhon_fan_speed_level{port=\"2\"})) or on() vector(0))), \"metric\", \"Inlet - In\", \"__name__\", \".*\") or label_replace((round(max(max without (job,instance,pod,service,endpoint,namespace,controller_name,port_name,fan_group) (typhon_fan_speed_level{port=\"3\"})) or on() vector(0))), \"metric\", \"Inlet - Out\", \"__name__\", \".*\") or label_replace((round(max(max without (job,instance,pod,service,endpoint,namespace,controller_name,port_name,fan_group) (typhon_fan_speed_level{port=\"4\"})) or on() vector(0))), \"metric\", \"Interior\", \"__name__\", \".*\")" ,
"refId" : "A" ,
"legendFormat" : "{{metric}}" ,
2026-04-03 22:16:02 -03:00
"instant" : true
2025-11-17 23:12:16 -03:00
}
] ,
"fieldConfig" : {
"defaults" : {
2026-04-12 19:56:12 -03:00
"color" : {
"mode" : "thresholds"
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "yellow" ,
"value" : 7
} ,
{
"color" : "red" ,
"value" : 9
}
]
} ,
2026-04-12 19:46:39 -03:00
"unit" : "none" ,
"custom" : {
2026-04-12 19:56:12 -03:00
"displayMode" : "auto"
} ,
"decimals" : 0
2026-04-12 19:46:39 -03:00
} ,
2026-04-19 14:43:41 -03:00
"overrides" : [
{
"matcher" : {
"id" : "byName" ,
"options" : "Outlet"
} ,
"properties" : [
{
"id" : "decimals" ,
"value" : 0
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "Inlet - In"
} ,
"properties" : [
{
"id" : "decimals" ,
"value" : 0
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "Inlet - Out"
} ,
"properties" : [
{
"id" : "decimals" ,
"value" : 0
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "Interior"
} ,
"properties" : [
{
"id" : "decimals" ,
"value" : 0
}
]
}
]
2025-11-17 23:12:16 -03:00
} ,
"options" : {
2026-04-12 19:56:12 -03:00
"colorMode" : "value" ,
"graphMode" : "area" ,
"justifyMode" : "center" ,
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
2026-04-12 19:46:39 -03:00
} ,
2026-04-12 19:56:12 -03:00
"textMode" : "name_and_value" ,
2026-04-19 14:43:41 -03:00
"orientation" : "vertical" ,
"wideLayout" : false ,
"text" : {
"valueSize" : 26
}
2026-04-12 19:56:12 -03:00
} ,
2025-11-18 14:08:33 -03:00
"links" : [
{
2026-04-19 14:43:41 -03:00
"title" : "Open atlas-power dashboard" ,
2026-04-03 14:55:16 -03:00
"url" : "/d/atlas-power" ,
2025-11-18 14:08:33 -03:00
"targetBlank" : true
2025-11-17 23:12:16 -03:00
}
2026-04-12 19:56:12 -03:00
]
2026-04-03 22:16:02 -03:00
} ,
{
"id" : 141 ,
"type" : "timeseries" ,
"title" : "Fan History (0-10)" ,
"datasource" : {
"type" : "prometheus" ,
"uid" : "atlas-vm"
} ,
"gridPos" : {
2026-04-09 14:56:43 -03:00
"h" : 6 ,
2026-04-19 14:43:41 -03:00
"w" : 6 ,
"x" : 18 ,
"y" : 13
2026-04-03 22:16:02 -03:00
} ,
"targets" : [
{
"refId" : "A" ,
2026-04-19 14:43:41 -03:00
"expr" : "max without (job,instance,pod,service,endpoint,namespace,controller_name,port_name,fan_group) (typhon_fan_speed_level{port=\"1\"})" ,
"legendFormat" : "Outlet"
2026-04-03 22:16:02 -03:00
} ,
{
"refId" : "B" ,
2026-04-19 14:43:41 -03:00
"expr" : "max without (job,instance,pod,service,endpoint,namespace,controller_name,port_name,fan_group) (typhon_fan_speed_level{port=\"2\"})" ,
"legendFormat" : "Inlet - Inside"
2026-04-03 22:16:02 -03:00
} ,
{
"refId" : "C" ,
2026-04-19 14:43:41 -03:00
"expr" : "max without (job,instance,pod,service,endpoint,namespace,controller_name,port_name,fan_group) (typhon_fan_speed_level{port=\"3\"})" ,
"legendFormat" : "Inlet - Outside"
2026-04-03 22:16:02 -03:00
} ,
{
"refId" : "D" ,
2026-04-19 14:43:41 -03:00
"expr" : "max without (job,instance,pod,service,endpoint,namespace,controller_name,port_name,fan_group) (typhon_fan_speed_level{port=\"4\"})" ,
"legendFormat" : "Interior"
2026-04-03 22:16:02 -03:00
}
2026-04-03 14:55:16 -03:00
] ,
2026-04-03 22:16:02 -03:00
"fieldConfig" : {
"defaults" : {
"unit" : "none" ,
"max" : 10
} ,
"overrides" : [ ]
} ,
"options" : {
"legend" : {
2026-04-19 14:43:41 -03:00
"displayMode" : "table" ,
"placement" : "right"
2026-04-03 22:16:02 -03:00
} ,
"tooltip" : {
"mode" : "multi"
}
} ,
"links" : [
{
2026-04-19 14:43:41 -03:00
"title" : "Open atlas-power dashboard" ,
2026-04-03 22:16:02 -03:00
"url" : "/d/atlas-power" ,
"targetBlank" : true
}
]
2025-11-17 23:12:16 -03:00
} ,
{
2026-04-03 14:55:16 -03:00
"id" : 44 ,
2026-04-09 16:35:14 -03:00
"type" : "bargauge" ,
"title" : "One-off Job Pods (age hours)" ,
2025-11-18 00:11:39 -03:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "atlas-vm"
} ,
"gridPos" : {
2026-04-09 14:56:43 -03:00
"h" : 5 ,
2026-04-19 14:43:41 -03:00
"w" : 8 ,
2026-04-03 14:55:16 -03:00
"x" : 0 ,
2026-04-19 14:43:41 -03:00
"y" : 32
2025-11-18 00:11:39 -03:00
} ,
"targets" : [
{
2026-04-09 16:35:14 -03:00
"expr" : "sort_desc(((time() - kube_pod_start_time{pod!=\"\"}) / 3600) * on(namespace,pod) group_left(owner_name) (kube_pod_owner{owner_kind=\"Job\"} unless on(namespace, owner_name) label_replace(kube_job_owner{owner_kind=\"CronJob\"}, \"owner_name\", \"$1\", \"job_name\", \"(.*)\")) * on(namespace,pod) group_left(phase) max by (namespace,pod,phase) (kube_pod_status_phase{phase=~\"Running|Succeeded\"}))" ,
2026-04-03 14:55:16 -03:00
"refId" : "A" ,
2026-04-09 16:35:14 -03:00
"legendFormat" : "{{namespace}}/{{pod}}" ,
2026-04-03 14:55:16 -03:00
"instant" : true
2025-11-18 00:11:39 -03:00
}
] ,
"fieldConfig" : {
"defaults" : {
2026-04-04 01:33:15 -03:00
"unit" : "h" ,
2026-04-09 16:35:14 -03:00
"min" : 0 ,
"max" : null ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "yellow" ,
"value" : 6
} ,
{
"color" : "orange" ,
"value" : 24
} ,
{
"color" : "red" ,
"value" : 48
}
]
} ,
"decimals" : 2
2025-11-18 00:11:39 -03:00
} ,
"overrides" : [ ]
} ,
"options" : {
2026-04-09 16:35:14 -03:00
"displayMode" : "gradient" ,
"orientation" : "horizontal" ,
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
}
2025-11-18 14:08:33 -03:00
} ,
2026-04-09 16:35:14 -03:00
"links" : [
2026-04-04 01:33:15 -03:00
{
2026-04-19 14:43:41 -03:00
"title" : "Open atlas-jobs dashboard" ,
2026-04-09 16:35:14 -03:00
"url" : "/d/atlas-jobs" ,
"targetBlank" : true
}
] ,
"transformations" : [
2026-04-04 01:33:15 -03:00
{
"id" : "sortBy" ,
"options" : {
"fields" : [
"Value"
] ,
"order" : "desc"
}
2026-04-09 16:35:14 -03:00
} ,
{
"id" : "limit" ,
"options" : {
"limit" : 12
}
2025-11-18 00:11:39 -03:00
}
2025-11-18 14:08:33 -03:00
]
2025-11-18 00:11:39 -03:00
} ,
{
2026-04-03 14:55:16 -03:00
"id" : 45 ,
2026-04-09 16:35:14 -03:00
"type" : "timeseries" ,
"title" : "Ariadne Attempts / Failures" ,
2025-11-17 14:22:46 -03:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "atlas-vm"
} ,
"gridPos" : {
2026-04-19 14:43:41 -03:00
"h" : 6 ,
2025-11-18 14:08:33 -03:00
"w" : 6 ,
2026-04-19 14:43:41 -03:00
"x" : 12 ,
2026-04-09 14:56:43 -03:00
"y" : 7
2025-11-17 14:22:46 -03:00
} ,
"targets" : [
{
2026-04-19 14:43:41 -03:00
"expr" : "sum(increase(ariadne_task_runs_total[$__interval])) or on() vector(0)" ,
2026-04-09 16:35:14 -03:00
"refId" : "A" ,
"legendFormat" : "Attempts"
} ,
{
2026-04-19 14:43:41 -03:00
"expr" : "sum(increase(ariadne_task_runs_total{status=\"error\"}[$__interval])) or on() vector(0)" ,
2026-04-09 16:35:14 -03:00
"refId" : "B" ,
"legendFormat" : "Failures"
2025-11-17 14:22:46 -03:00
}
] ,
"fieldConfig" : {
"defaults" : {
2026-04-09 16:35:14 -03:00
"unit" : "none"
} ,
"overrides" : [
{
"matcher" : {
"id" : "byName" ,
"options" : "Attempts"
} ,
"properties" : [
2025-11-18 14:08:33 -03:00
{
2026-04-09 16:35:14 -03:00
"id" : "color" ,
"value" : {
"mode" : "fixed" ,
"fixedColor" : "green"
}
2025-11-18 14:08:33 -03:00
}
]
} ,
2026-04-09 16:35:14 -03:00
{
"matcher" : {
"id" : "byName" ,
"options" : "Failures"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"mode" : "fixed" ,
"fixedColor" : "red"
}
}
]
}
]
2025-11-18 14:08:33 -03:00
} ,
"options" : {
2026-04-09 16:35:14 -03:00
"legend" : {
"displayMode" : "table" ,
"placement" : "right"
2025-11-18 14:08:33 -03:00
} ,
2026-04-09 16:35:14 -03:00
"tooltip" : {
"mode" : "multi"
}
2025-11-18 14:08:33 -03:00
} ,
"links" : [
{
2026-04-19 14:43:41 -03:00
"title" : "Open atlas-jobs dashboard" ,
2026-04-03 14:55:16 -03:00
"url" : "/d/atlas-jobs" ,
2025-11-18 14:08:33 -03:00
"targetBlank" : true
}
]
} ,
2026-01-21 13:37:36 -03:00
{
2026-04-03 14:55:16 -03:00
"id" : 46 ,
2026-04-08 23:33:17 -03:00
"type" : "timeseries" ,
2026-04-03 14:55:16 -03:00
"title" : "Platform Test Success Rate" ,
2026-01-21 13:37:36 -03:00
"datasource" : {
2026-04-09 14:56:43 -03:00
"type" : "prometheus" ,
"uid" : "atlas-vm"
2026-01-21 13:37:36 -03:00
} ,
"gridPos" : {
2026-04-19 14:43:41 -03:00
"h" : 6 ,
2026-01-21 14:30:55 -03:00
"w" : 6 ,
2026-04-19 14:43:41 -03:00
"x" : 18 ,
2026-04-09 14:56:43 -03:00
"y" : 7
2026-01-21 13:37:36 -03:00
} ,
"targets" : [
{
2026-04-08 23:33:17 -03:00
"refId" : "A" ,
2026-04-19 14:43:41 -03:00
"expr" : "(100 * (sum(increase(platform_quality_gate_runs_total{suite=~\"ariadne\",status=~\"ok|passed|success\"}[1h]))) / clamp_min((sum(increase(platform_quality_gate_runs_total{suite=~\"ariadne\"}[1h]))), 1)) and on() ((sum(increase(platform_quality_gate_runs_total{suite=~\"ariadne\"}[1h]))) > 0) or on() vector(0)" ,
2026-04-09 15:21:59 -03:00
"legendFormat" : "ariadne"
} ,
{
"refId" : "B" ,
2026-04-19 14:43:41 -03:00
"expr" : "(100 * (sum(increase(platform_quality_gate_runs_total{suite=~\"metis\",status=~\"ok|passed|success\"}[1h]))) / clamp_min((sum(increase(platform_quality_gate_runs_total{suite=~\"metis\"}[1h]))), 1)) and on() ((sum(increase(platform_quality_gate_runs_total{suite=~\"metis\"}[1h]))) > 0) or on() vector(0)" ,
2026-04-09 15:21:59 -03:00
"legendFormat" : "metis"
} ,
{
"refId" : "C" ,
2026-04-19 14:43:41 -03:00
"expr" : "(100 * (sum(increase(platform_quality_gate_runs_total{suite=~\"ananke\",status=~\"ok|passed|success\"}[1h]))) / clamp_min((sum(increase(platform_quality_gate_runs_total{suite=~\"ananke\"}[1h]))), 1)) and on() ((sum(increase(platform_quality_gate_runs_total{suite=~\"ananke\"}[1h]))) > 0) or on() vector(0)" ,
2026-04-09 15:21:59 -03:00
"legendFormat" : "ananke"
2026-04-09 16:16:35 -03:00
} ,
{
"refId" : "D" ,
2026-04-19 14:43:41 -03:00
"expr" : "(100 * (sum(increase(platform_quality_gate_runs_total{suite=~\"atlasbot\",status=~\"ok|passed|success\"}[1h]))) / clamp_min((sum(increase(platform_quality_gate_runs_total{suite=~\"atlasbot\"}[1h]))), 1)) and on() ((sum(increase(platform_quality_gate_runs_total{suite=~\"atlasbot\"}[1h]))) > 0) or on() vector(0)" ,
2026-04-09 16:16:35 -03:00
"legendFormat" : "atlasbot"
} ,
{
"refId" : "E" ,
2026-04-19 14:43:41 -03:00
"expr" : "(100 * (sum(increase(platform_quality_gate_runs_total{suite=~\"lesavka\",status=~\"ok|passed|success\"}[1h]))) / clamp_min((sum(increase(platform_quality_gate_runs_total{suite=~\"lesavka\"}[1h]))), 1)) and on() ((sum(increase(platform_quality_gate_runs_total{suite=~\"lesavka\"}[1h]))) > 0) or on() vector(0)" ,
"legendFormat" : "lesavka"
2026-04-09 16:16:35 -03:00
} ,
{
"refId" : "F" ,
2026-04-19 14:43:41 -03:00
"expr" : "(100 * (sum(increase(platform_quality_gate_runs_total{suite=~\"pegasus|pegasus-health|pegasus_health\",status=~\"ok|passed|success\"}[1h]))) / clamp_min((sum(increase(platform_quality_gate_runs_total{suite=~\"pegasus|pegasus-health|pegasus_health\"}[1h]))), 1)) and on() ((sum(increase(platform_quality_gate_runs_total{suite=~\"pegasus|pegasus-health|pegasus_health\"}[1h]))) > 0) or on() vector(0)" ,
"legendFormat" : "pegasus"
2026-04-09 16:16:35 -03:00
} ,
{
"refId" : "G" ,
2026-04-19 14:43:41 -03:00
"expr" : "(100 * (sum(increase(platform_quality_gate_runs_total{suite=~\"soteria\",status=~\"ok|passed|success\"}[1h]))) / clamp_min((sum(increase(platform_quality_gate_runs_total{suite=~\"soteria\"}[1h]))), 1)) and on() ((sum(increase(platform_quality_gate_runs_total{suite=~\"soteria\"}[1h]))) > 0) or on() vector(0)" ,
"legendFormat" : "soteria"
2026-04-09 16:16:35 -03:00
} ,
{
"refId" : "H" ,
2026-04-19 14:43:41 -03:00
"expr" : "(100 * (sum(increase(platform_quality_gate_runs_total{suite=~\"titan-iac|titan_iac\",status=~\"ok|passed|success\"}[1h]))) / clamp_min((sum(increase(platform_quality_gate_runs_total{suite=~\"titan-iac|titan_iac\"}[1h]))), 1)) and on() ((sum(increase(platform_quality_gate_runs_total{suite=~\"titan-iac|titan_iac\"}[1h]))) > 0) or on() vector(0)" ,
"legendFormat" : "titan-iac"
2026-04-09 16:16:35 -03:00
} ,
{
"refId" : "I" ,
2026-04-19 14:43:41 -03:00
"expr" : "(100 * (sum(increase(platform_quality_gate_runs_total{suite=~\"bstein-home|bstein_home\",status=~\"ok|passed|success\"}[1h]))) / clamp_min((sum(increase(platform_quality_gate_runs_total{suite=~\"bstein-home|bstein_home\"}[1h]))), 1)) and on() ((sum(increase(platform_quality_gate_runs_total{suite=~\"bstein-home|bstein_home\"}[1h]))) > 0) or on() vector(0)" ,
"legendFormat" : "bstein-home"
} ,
{
"refId" : "J" ,
"expr" : "(100 * (sum(increase(platform_quality_gate_runs_total{suite=~\"arcanagon\",status=~\"ok|passed|success\"}[1h]))) / clamp_min((sum(increase(platform_quality_gate_runs_total{suite=~\"arcanagon\"}[1h]))), 1)) and on() ((sum(increase(platform_quality_gate_runs_total{suite=~\"arcanagon\"}[1h]))) > 0) or on() vector(0)" ,
"legendFormat" : "arcanagon"
} ,
{
"refId" : "K" ,
"expr" : "(100 * (sum(increase(platform_quality_gate_runs_total{suite=~\"data-prepper|data_prepper\",status=~\"ok|passed|success\"}[1h]))) / clamp_min((sum(increase(platform_quality_gate_runs_total{suite=~\"data-prepper|data_prepper\"}[1h]))), 1)) and on() ((sum(increase(platform_quality_gate_runs_total{suite=~\"data-prepper|data_prepper\"}[1h]))) > 0) or on() vector(0)" ,
"legendFormat" : "data-prepper"
2026-01-21 13:37:36 -03:00
}
] ,
"fieldConfig" : {
"defaults" : {
2026-04-09 14:56:43 -03:00
"unit" : "percent" ,
"min" : 0 ,
2026-04-09 16:35:14 -03:00
"max" : 100 ,
"custom" : {
"drawStyle" : "line" ,
"lineInterpolation" : "linear" ,
"lineWidth" : 2 ,
"fillOpacity" : 10 ,
"showPoints" : "always" ,
"pointSize" : 4 ,
"spanNulls" : true
}
2026-01-21 13:37:36 -03:00
} ,
"overrides" : [ ]
} ,
"options" : {
2026-04-08 23:33:17 -03:00
"legend" : {
2026-04-09 13:39:55 -03:00
"displayMode" : "table" ,
"placement" : "right" ,
"calcs" : [
2026-04-09 19:27:48 -03:00
"lastNotNull"
2026-04-09 13:39:55 -03:00
]
2026-01-21 13:37:36 -03:00
} ,
2026-04-08 23:33:17 -03:00
"tooltip" : {
"mode" : "multi"
}
2026-04-03 14:55:16 -03:00
} ,
"links" : [
2026-01-21 13:37:36 -03:00
{
2026-04-19 14:43:41 -03:00
"title" : "Open atlas-testing dashboard" ,
"url" : "/d/atlas-testing" ,
2026-04-03 14:55:16 -03:00
"targetBlank" : true
2026-01-21 13:37:36 -03:00
}
2026-04-03 14:55:16 -03:00
] ,
2026-04-09 20:05:10 -03:00
"timeFrom" : "7d" ,
"description" : "Per-run interval pass points (0-100) for each software suite over the last 7 days. Points are connected to show trend; missing-run intervals are ignored."
2026-01-21 13:37:36 -03:00
} ,
2026-04-19 14:43:41 -03:00
{
"id" : 142 ,
"type" : "stat" ,
"title" : "Jenkins Last Success (h, newest first)" ,
"datasource" : {
"type" : "prometheus" ,
"uid" : "atlas-vm"
} ,
"gridPos" : {
"h" : 5 ,
"w" : 4 ,
"x" : 8 ,
"y" : 32
} ,
"targets" : [
{
"refId" : "A" ,
"expr" : "sort((label_replace((sort(bottomk(6, min by (exported_job,job_url,weather_icon) ((time() - ariadne_jenkins_build_weather_job_last_success_timestamp_seconds) / 3600)))) and on(exported_job,job_url,weather_icon) (max by (exported_job,job_url,weather_icon) (ariadne_jenkins_build_weather_job_last_status) == 1), \"run_state\", \"ok\", \"exported_job\", \".*\")) or (label_replace((sort(bottomk(6, min by (exported_job,job_url,weather_icon) ((time() - ariadne_jenkins_build_weather_job_last_success_timestamp_seconds) / 3600)))) and on(exported_job,job_url,weather_icon) (max by (exported_job,job_url,weather_icon) (ariadne_jenkins_build_weather_job_last_status) != 1), \"run_state\", \"bad\", \"exported_job\", \".*\")))" ,
"instant" : true
}
] ,
"fieldConfig" : {
"defaults" : {
"unit" : "h" ,
"decimals" : 1 ,
"min" : 0 ,
"displayName" : "${__field.labels.weather_icon} ${__field.labels.exported_job}" ,
"links" : [
{
"title" : "Open Jenkins job" ,
"url" : "https://ci.bstein.dev/job/${__field.labels.exported_job}/" ,
"targetBlank" : true
}
]
} ,
"overrides" : [
{
"matcher" : {
"id" : "byRegexp" ,
"options" : ".*run_state=\"ok\".*"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"mode" : "fixed" ,
"fixedColor" : "green"
}
}
]
} ,
{
"matcher" : {
"id" : "byRegexp" ,
"options" : ".*run_state=\"bad\".*"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"mode" : "fixed" ,
"fixedColor" : "red"
}
}
]
}
]
} ,
"options" : {
"colorMode" : "value" ,
"graphMode" : "none" ,
"justifyMode" : "left" ,
"orientation" : "horizontal" ,
"wideLayout" : true ,
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
} ,
"textMode" : "name_and_value" ,
"text" : {
"titleSize" : 11 ,
"valueSize" : 11
}
} ,
"transformations" : [
{
"id" : "sortBy" ,
"options" : {
"fields" : [
"Value"
] ,
"order" : "asc"
}
}
] ,
"links" : [
{
"title" : "Open atlas-jobs dashboard" ,
"url" : "/d/atlas-jobs" ,
"targetBlank" : true
}
] ,
"description" : "Top 6 most recent Jenkins successes by age (newest first). Green means last run succeeded; red means last run did not succeed. Use Atlas Jobs for the full list."
} ,
{
"id" : 243 ,
"type" : "stat" ,
"title" : "Jenkins Last Failure (h, newest first)" ,
"datasource" : {
"type" : "prometheus" ,
"uid" : "atlas-vm"
} ,
"gridPos" : {
"h" : 5 ,
"w" : 4 ,
"x" : 12 ,
"y" : 32
} ,
"targets" : [
{
"refId" : "A" ,
"expr" : "sort((label_replace((sort(bottomk(6, min by (exported_job,job_url,weather_icon) ((time() - ariadne_jenkins_build_weather_job_last_failure_timestamp_seconds) / 3600)))) and on(exported_job,job_url,weather_icon) (max by (exported_job,job_url,weather_icon) (ariadne_jenkins_build_weather_job_last_status) == 1), \"run_state\", \"ok\", \"exported_job\", \".*\")) or (label_replace((sort(bottomk(6, min by (exported_job,job_url,weather_icon) ((time() - ariadne_jenkins_build_weather_job_last_failure_timestamp_seconds) / 3600)))) and on(exported_job,job_url,weather_icon) (max by (exported_job,job_url,weather_icon) (ariadne_jenkins_build_weather_job_last_status) != 1), \"run_state\", \"bad\", \"exported_job\", \".*\")))" ,
"instant" : true
}
] ,
"fieldConfig" : {
"defaults" : {
"unit" : "h" ,
"decimals" : 1 ,
"min" : 0 ,
"displayName" : "${__field.labels.weather_icon} ${__field.labels.exported_job}" ,
"links" : [
{
"title" : "Open Jenkins job" ,
"url" : "https://ci.bstein.dev/job/${__field.labels.exported_job}/" ,
"targetBlank" : true
}
]
} ,
"overrides" : [
{
"matcher" : {
"id" : "byRegexp" ,
"options" : ".*run_state=\"ok\".*"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"mode" : "fixed" ,
"fixedColor" : "green"
}
}
]
} ,
{
"matcher" : {
"id" : "byRegexp" ,
"options" : ".*run_state=\"bad\".*"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"mode" : "fixed" ,
"fixedColor" : "red"
}
}
]
}
]
} ,
"options" : {
"colorMode" : "value" ,
"graphMode" : "none" ,
"justifyMode" : "left" ,
"orientation" : "horizontal" ,
"wideLayout" : true ,
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
} ,
"textMode" : "name_and_value" ,
"text" : {
"titleSize" : 11 ,
"valueSize" : 11
}
} ,
"transformations" : [
{
"id" : "sortBy" ,
"options" : {
"fields" : [
"Value"
] ,
"order" : "asc"
}
}
] ,
"links" : [
{
"title" : "Open atlas-jobs dashboard" ,
"url" : "/d/atlas-jobs" ,
"targetBlank" : true
}
] ,
"description" : "Top 6 most recent Jenkins failures by age (newest first). Green means last run succeeded; red means last run did not succeed. Use Atlas Jobs for the full list."
} ,
2026-04-13 05:31:26 -03:00
{
2026-04-13 06:24:35 -03:00
"id" : 47 ,
2026-04-13 05:31:26 -03:00
"type" : "bargauge" ,
2026-04-13 06:24:35 -03:00
"title" : "PVC Backup Health / Age" ,
2026-04-13 05:31:26 -03:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "atlas-vm"
} ,
"gridPos" : {
"h" : 5 ,
2026-04-19 14:43:41 -03:00
"w" : 8 ,
"x" : 16 ,
"y" : 32
2026-04-13 05:31:26 -03:00
} ,
"targets" : [
{
2026-04-19 14:43:41 -03:00
"expr" : "sort_desc(max by (namespace, pvc) (((time() - pvc_backup_last_success_timestamp_seconds{driver=\"restic\"}) / 3600) or on(namespace,pvc,volume,driver) ((((pvc_backup_health_reason{driver=\"restic\",reason=~\"missing|no_completed|lookup_failed|unknown_timestamp\"} > 0) * (pvc_backup_count{driver=\"restic\"} > bool 0)) * 999))) or on() vector(0))" ,
2026-04-13 05:31:26 -03:00
"refId" : "A" ,
2026-04-13 06:24:35 -03:00
"legendFormat" : "{{namespace}}/{{pvc}}" ,
2026-04-13 05:31:26 -03:00
"instant" : true
}
] ,
"fieldConfig" : {
"defaults" : {
"unit" : "h" ,
"min" : 0 ,
2026-04-13 06:24:35 -03:00
"max" : null ,
2026-04-13 05:31:26 -03:00
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "yellow" ,
2026-04-14 02:14:43 -03:00
"value" : 20
2026-04-13 05:31:26 -03:00
} ,
{
"color" : "orange" ,
2026-04-14 02:14:43 -03:00
"value" : 40
2026-04-13 05:31:26 -03:00
} ,
{
"color" : "red" ,
2026-04-14 02:14:43 -03:00
"value" : 50
2026-04-13 05:31:26 -03:00
}
]
}
} ,
2026-04-13 06:24:35 -03:00
"overrides" : [ ]
2026-04-13 05:31:26 -03:00
} ,
"options" : {
2026-04-13 06:24:35 -03:00
"displayMode" : "gradient" ,
2026-04-13 05:31:26 -03:00
"orientation" : "horizontal" ,
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
}
} ,
"transformations" : [
{
"id" : "sortBy" ,
"options" : {
"fields" : [
"Value"
] ,
"order" : "desc"
}
}
] ,
"links" : [
{
2026-04-19 14:43:41 -03:00
"title" : "Open atlas-storage dashboard" ,
2026-04-13 06:24:35 -03:00
"url" : "/d/atlas-storage" ,
2026-04-13 05:31:26 -03:00
"targetBlank" : true
}
] ,
2026-04-19 14:43:41 -03:00
"description" : "Backup age in hours computed from last-success timestamps for restic-managed PVCs (nightly target: <=20h green, <40h yellow, <50h orange, >=50h red). PVCs that have backup history but currently no successful backup (missing/no_completed/error) are pinned to 999h for visibility."
2026-04-12 18:14:54 -03:00
} ,
2026-01-21 13:37:36 -03:00
{
2026-04-03 14:55:16 -03:00
"id" : 30 ,
"type" : "stat" ,
"title" : "Mail Sent (1d)" ,
2026-01-21 13:37:36 -03:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "atlas-vm"
} ,
"gridPos" : {
2026-04-09 13:39:55 -03:00
"h" : 2 ,
2026-04-03 14:55:16 -03:00
"w" : 4 ,
"x" : 0 ,
2026-04-19 14:43:41 -03:00
"y" : 19
2026-01-21 13:37:36 -03:00
} ,
"targets" : [
{
2026-04-03 14:55:16 -03:00
"expr" : "max(postmark_outbound_sent{window=\"1d\"})" ,
2026-01-21 13:37:36 -03:00
"refId" : "A"
}
] ,
"fieldConfig" : {
"defaults" : {
2026-04-03 14:55:16 -03:00
"color" : {
"mode" : "thresholds"
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "rgba(115, 115, 115, 1)" ,
"value" : null
} ,
{
"color" : "green" ,
"value" : 1
}
]
} ,
"unit" : "none" ,
"custom" : {
"displayMode" : "auto"
}
2026-01-21 13:37:36 -03:00
} ,
"overrides" : [ ]
} ,
"options" : {
2026-04-03 14:55:16 -03:00
"colorMode" : "value" ,
"graphMode" : "area" ,
"justifyMode" : "center" ,
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
2026-01-21 13:37:36 -03:00
} ,
2026-04-03 14:55:16 -03:00
"textMode" : "value"
2026-03-31 14:51:49 -03:00
} ,
2026-04-03 14:55:16 -03:00
"links" : [
{
2026-04-19 14:43:41 -03:00
"title" : "Open atlas-mail dashboard" ,
2026-04-03 14:55:16 -03:00
"url" : "/d/atlas-mail" ,
"targetBlank" : true
}
]
2026-01-21 13:37:36 -03:00
} ,
{
2026-04-03 14:55:16 -03:00
"id" : 31 ,
"type" : "stat" ,
"title" : "Mail Bounces (1d)" ,
2026-01-21 13:37:36 -03:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "atlas-vm"
} ,
"gridPos" : {
2026-04-09 13:39:55 -03:00
"h" : 2 ,
2026-04-03 14:55:16 -03:00
"w" : 4 ,
"x" : 8 ,
2026-04-19 14:43:41 -03:00
"y" : 19
2026-01-21 13:37:36 -03:00
} ,
"targets" : [
{
2026-04-03 14:55:16 -03:00
"expr" : "max(postmark_outbound_bounce_rate{window=\"1d\"})" ,
2026-01-21 13:37:36 -03:00
"refId" : "A" ,
2026-04-03 14:55:16 -03:00
"legendFormat" : "Rate"
} ,
{
"expr" : "max(postmark_outbound_bounced{window=\"1d\"})" ,
"refId" : "B" ,
"legendFormat" : "Count"
2026-01-21 13:37:36 -03:00
}
] ,
"fieldConfig" : {
"defaults" : {
2026-04-03 14:55:16 -03:00
"color" : {
"mode" : "thresholds"
} ,
"custom" : {
"displayMode" : "auto"
} ,
2026-01-21 13:37:36 -03:00
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "yellow" ,
2026-04-03 14:55:16 -03:00
"value" : 5
2026-01-21 13:37:36 -03:00
} ,
{
"color" : "orange" ,
2026-04-03 14:55:16 -03:00
"value" : 8
2026-01-21 13:37:36 -03:00
} ,
{
"color" : "red" ,
"value" : 10
}
]
2026-04-03 14:55:16 -03:00
} ,
"unit" : "none"
2026-01-21 13:37:36 -03:00
} ,
2026-01-21 15:01:02 -03:00
"overrides" : [
{
"matcher" : {
"id" : "byName" ,
2026-04-03 14:55:16 -03:00
"options" : "Rate"
2026-01-21 15:01:02 -03:00
} ,
"properties" : [
{
2026-04-03 14:55:16 -03:00
"id" : "unit" ,
"value" : "percent"
2026-01-21 15:01:02 -03:00
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
2026-04-03 14:55:16 -03:00
"options" : "Count"
2026-01-21 15:01:02 -03:00
} ,
"properties" : [
{
2026-04-03 14:55:16 -03:00
"id" : "unit" ,
"value" : "none"
2026-01-21 15:01:02 -03:00
}
]
}
]
2026-01-21 13:37:36 -03:00
} ,
"options" : {
2026-04-03 14:55:16 -03:00
"colorMode" : "value" ,
"graphMode" : "area" ,
"justifyMode" : "center" ,
2026-01-21 13:37:36 -03:00
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
2026-04-03 14:55:16 -03:00
} ,
"textMode" : "name_and_value"
} ,
"links" : [
{
2026-04-19 14:43:41 -03:00
"title" : "Open atlas-mail dashboard" ,
2026-04-03 14:55:16 -03:00
"url" : "/d/atlas-mail" ,
"targetBlank" : true
2026-01-21 13:37:36 -03:00
}
2026-04-03 14:55:16 -03:00
]
} ,
{
"id" : 32 ,
"type" : "stat" ,
"title" : "Mail Success Rate (1d)" ,
"datasource" : {
"type" : "prometheus" ,
"uid" : "atlas-vm"
2026-01-21 13:37:36 -03:00
} ,
2026-04-03 14:55:16 -03:00
"gridPos" : {
2026-04-09 13:39:55 -03:00
"h" : 2 ,
2026-04-03 14:55:16 -03:00
"w" : 4 ,
"x" : 4 ,
2026-04-19 14:43:41 -03:00
"y" : 19
2026-04-03 14:55:16 -03:00
} ,
"targets" : [
2026-01-21 13:37:36 -03:00
{
2026-04-03 14:55:16 -03:00
"expr" : "clamp_min(100 - max(postmark_outbound_bounce_rate{window=\"1d\"}), 0)" ,
"refId" : "A"
2026-01-21 13:37:36 -03:00
}
2026-03-31 14:51:49 -03:00
] ,
2026-04-03 14:55:16 -03:00
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "thresholds"
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "red" ,
"value" : null
} ,
{
"color" : "orange" ,
"value" : 90
} ,
{
"color" : "yellow" ,
"value" : 95
} ,
{
"color" : "green" ,
"value" : 98
}
]
} ,
"unit" : "percent" ,
"custom" : {
"displayMode" : "auto"
} ,
"decimals" : 1
} ,
"overrides" : [ ]
} ,
"options" : {
"colorMode" : "value" ,
"graphMode" : "area" ,
"justifyMode" : "center" ,
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
} ,
"textMode" : "value"
} ,
"links" : [
{
2026-04-19 14:43:41 -03:00
"title" : "Open atlas-mail dashboard" ,
2026-04-03 14:55:16 -03:00
"url" : "/d/atlas-mail" ,
"targetBlank" : true
}
]
} ,
{
"id" : 33 ,
"type" : "stat" ,
"title" : "Mail Limit Used (30d)" ,
"datasource" : {
"type" : "prometheus" ,
"uid" : "atlas-vm"
} ,
"gridPos" : {
2026-04-09 13:39:55 -03:00
"h" : 2 ,
2026-04-03 14:55:16 -03:00
"w" : 4 ,
"x" : 12 ,
2026-04-19 14:43:41 -03:00
"y" : 19
2026-04-03 14:55:16 -03:00
} ,
"targets" : [
{
"expr" : "max(postmark_sending_limit_used_percent)" ,
"refId" : "A"
}
] ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "thresholds"
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "yellow" ,
"value" : 70
} ,
{
"color" : "orange" ,
"value" : 85
} ,
{
"color" : "red" ,
"value" : 95
}
]
} ,
"unit" : "percent" ,
"custom" : {
"displayMode" : "auto"
} ,
"decimals" : 1
} ,
"overrides" : [ ]
} ,
"options" : {
"colorMode" : "value" ,
"graphMode" : "area" ,
"justifyMode" : "center" ,
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
} ,
"textMode" : "value"
} ,
"links" : [
{
2026-04-19 14:43:41 -03:00
"title" : "Open atlas-mail dashboard" ,
2026-04-03 14:55:16 -03:00
"url" : "/d/atlas-mail" ,
"targetBlank" : true
}
]
} ,
{
"id" : 34 ,
"type" : "stat" ,
"title" : "Postgres Connections Used" ,
"datasource" : {
"type" : "prometheus" ,
"uid" : "atlas-vm"
} ,
"gridPos" : {
2026-04-09 13:39:55 -03:00
"h" : 2 ,
2026-04-03 14:55:16 -03:00
"w" : 4 ,
"x" : 16 ,
2026-04-19 14:43:41 -03:00
"y" : 19
2026-04-03 14:55:16 -03:00
} ,
"targets" : [
{
"expr" : "label_replace(sum(pg_stat_activity_count), \"conn\", \"used\", \"__name__\", \".*\") or label_replace(max(pg_settings_max_connections), \"conn\", \"max\", \"__name__\", \".*\")" ,
"refId" : "A" ,
"legendFormat" : "{{conn}}" ,
"instant" : true
}
] ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "thresholds"
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "rgba(115, 115, 115, 1)" ,
"value" : null
} ,
{
"color" : "green" ,
"value" : 1
}
]
} ,
"unit" : "none" ,
"custom" : {
"displayMode" : "auto"
} ,
"decimals" : 0
} ,
"overrides" : [ ]
} ,
"options" : {
"colorMode" : "value" ,
"graphMode" : "area" ,
"justifyMode" : "center" ,
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
} ,
"textMode" : "name_and_value"
}
} ,
{
"id" : 35 ,
"type" : "stat" ,
"title" : "Postgres Hottest Connections" ,
"datasource" : {
"type" : "prometheus" ,
"uid" : "atlas-vm"
} ,
"gridPos" : {
2026-04-09 13:39:55 -03:00
"h" : 2 ,
2026-04-03 14:55:16 -03:00
"w" : 4 ,
"x" : 20 ,
2026-04-19 14:43:41 -03:00
"y" : 19
2026-04-03 14:55:16 -03:00
} ,
"targets" : [
{
"expr" : "topk(1, sum by (datname) (pg_stat_activity_count))" ,
"refId" : "A" ,
"legendFormat" : "{{datname}}" ,
"instant" : true
}
] ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "thresholds"
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "rgba(115, 115, 115, 1)" ,
"value" : null
} ,
{
"color" : "green" ,
"value" : 1
}
]
} ,
"unit" : "none" ,
"custom" : {
"displayMode" : "auto"
} ,
"decimals" : 0
} ,
"overrides" : [ ]
} ,
"options" : {
"colorMode" : "value" ,
"graphMode" : "area" ,
"justifyMode" : "center" ,
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
} ,
"textMode" : "name_and_value"
}
2026-01-21 13:37:36 -03:00
} ,
2025-11-18 14:08:33 -03:00
{
"id" : 11 ,
"type" : "piechart" ,
2025-12-02 14:41:39 -03:00
"title" : "Namespace CPU Share" ,
2025-11-18 14:08:33 -03:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "atlas-vm"
} ,
"gridPos" : {
"h" : 9 ,
"w" : 8 ,
"x" : 0 ,
2026-04-04 01:33:15 -03:00
"y" : 23
2025-11-18 14:08:33 -03:00
} ,
"targets" : [
{
2026-01-05 13:30:33 -03:00
"expr" : "100 * ( sum(rate(container_cpu_usage_seconds_total{namespace!=\"\",pod!=\"\",container!=\"\",container!=\"POD\",$namespace_scope_cpu}[1m])) by (namespace) ) / clamp_min(sum( sum(rate(container_cpu_usage_seconds_total{namespace!=\"\",pod!=\"\",container!=\"\",container!=\"POD\",$namespace_scope_cpu}[1m])) by (namespace) ), 1)" ,
2025-11-18 14:08:33 -03:00
"refId" : "A" ,
"legendFormat" : "{{namespace}}"
}
] ,
"fieldConfig" : {
"defaults" : {
"unit" : "percent" ,
"color" : {
"mode" : "palette-classic"
}
} ,
"overrides" : [ ]
} ,
"options" : {
"legend" : {
"displayMode" : "list" ,
"placement" : "right"
} ,
"pieType" : "pie" ,
2025-12-12 20:40:32 -03:00
"displayLabels" : [ ] ,
2025-11-18 14:08:33 -03:00
"tooltip" : {
"mode" : "single"
} ,
"colorScheme" : "interpolateSpectral" ,
"colorBy" : "value" ,
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
}
2026-01-01 14:44:33 -03:00
} ,
"links" : [
{
"title" : "Workload namespaces only" ,
2026-01-18 02:50:07 -03:00
"url" : "?var-namespace_scope_cpu=namespace%21~%22%5E%28kube-.%2A%7C.%2A-system%7Ctraefik%7Cmonitoring%7Clogging%7Ccert-manager%7Cmaintenance%7Cpostgres%29%24%22&var-namespace_scope_gpu=${namespace_scope_gpu}&var-namespace_scope_ram=${namespace_scope_ram}" ,
2026-01-01 14:44:33 -03:00
"targetBlank" : false
} ,
{
"title" : "All namespaces" ,
"url" : "?var-namespace_scope_cpu=namespace%3D~%22.%2A%22&var-namespace_scope_gpu=${namespace_scope_gpu}&var-namespace_scope_ram=${namespace_scope_ram}" ,
"targetBlank" : false
} ,
{
"title" : "Infrastructure namespaces only" ,
2026-01-18 02:50:07 -03:00
"url" : "?var-namespace_scope_cpu=namespace%3D~%22%5E%28kube-.%2A%7C.%2A-system%7Ctraefik%7Cmonitoring%7Clogging%7Ccert-manager%7Cmaintenance%7Cpostgres%29%24%22&var-namespace_scope_gpu=${namespace_scope_gpu}&var-namespace_scope_ram=${namespace_scope_ram}" ,
2026-01-01 14:44:33 -03:00
"targetBlank" : false
}
] ,
2026-01-18 02:50:07 -03:00
"description" : "Shares are normalized within the selected filter. Switching scope changes the denominator."
2025-11-18 14:08:33 -03:00
} ,
{
"id" : 12 ,
"type" : "piechart" ,
2025-12-02 14:41:39 -03:00
"title" : "Namespace GPU Share" ,
2025-11-18 14:08:33 -03:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "atlas-vm"
} ,
"gridPos" : {
"h" : 9 ,
"w" : 8 ,
"x" : 8 ,
2026-04-04 01:33:15 -03:00
"y" : 23
2025-11-18 14:08:33 -03:00
} ,
"targets" : [
{
2026-01-27 21:46:58 -03:00
"expr" : "(100 * (sum by (namespace) ((sum by (namespace,node) (kube_pod_container_resource_requests{resource=~\"nvidia.com/gpu.*\",$namespace_scope_gpu} * on(namespace,pod) group_left(node) kube_pod_info * on(node) group_left() (kube_node_labels{label_accelerator=~\".+\"} or kube_node_labels{label_jetson=\"true\"}))) / clamp_min(sum by (node) (sum by (namespace,node) (kube_pod_container_resource_requests{resource=~\"nvidia.com/gpu.*\",$namespace_scope_gpu} * on(namespace,pod) group_left(node) kube_pod_info * on(node) group_left() (kube_node_labels{label_accelerator=~\".+\"} or kube_node_labels{label_jetson=\"true\"}))), 1) * on(node) group_left() (avg by (node) (label_replace(label_replace(DCGM_FI_DEV_GPU_UTIL, \"pod\", \"$1\", \"Hostname\", \"(.*)\"), \"namespace\", \"monitoring\", \"\", \"\") * on(namespace,pod) group_left(node) kube_pod_info{namespace=\"monitoring\"}) or max by (node) (jetson_gr3d_freq_percent{node!=\"\"})))) / clamp_min((sum(sum by (namespace) ((sum by (namespace,node) (kube_pod_container_resource_requests{resource=~\"nvidia.com/gpu.*\",$namespace_scope_gpu} * on(namespace,pod) group_left(node) kube_pod_info * on(node) group_left() (kube_node_labels{label_accelerator=~\".+\"} or kube_node_labels{label_jetson=\"true\"}))) / clamp_min(sum by (node) (sum by (namespace,node) (kube_pod_container_resource_requests{resource=~\"nvidia.com/gpu.*\",$namespace_scope_gpu} * on(namespace,pod) group_left(node) kube_pod_info * on(node) group_left() (kube_node_labels{label_accelerator=~\".+\"} or kube_node_labels{label_jetson=\"true\"}))), 1) * on(node) group_left() (avg by (node) (label_replace(label_replace(DCGM_FI_DEV_GPU_UTIL, \"pod\", \"$1\", \"Hostname\", \"(.*)\"), \"namespace\", \"monitoring\", \"\", \"\") * on(namespace,pod) group_left(node) kube_pod_info{namespace=\"monitoring\"}) or max by (node) (jetson_gr3d_freq_percent{node!=\"\"})))) or on() vector(0)), 1)) or (label_replace(vector(100), \"namespace\", \"idle\", \"\", \"\") * scalar((sum(sum by (namespace) ((sum by (namespace,node) (kube_pod_container_resource_requests{resource=~\"nvidia.com/gpu.*\",$namespace_scope_gpu} * on(namespace,pod) group_left(node) kube_pod_info * on(node) group_left() (kube_node_labels{label_accelerator=~\".+\"} or kube_node_labels{label_jetson=\"true\"}))) / clamp_min(sum by (node) (sum by (namespace,node) (kube_pod_container_resource_requests{resource=~\"nvidia.com/gpu.*\",$namespace_scope_gpu} * on(namespace,pod) group_left(node) kube_pod_info * on(node) group_left() (kube_node_labels{label_accelerator=~\".+\"} or kube_node_labels{label_jetson=\"true\"}))), 1) * on(node) group_left() (avg by (node) (label_replace(label_replace(DCGM_FI_DEV_GPU_UTIL, \"pod\", \"$1\", \"Hostname\", \"(.*)\"), \"namespace\", \"monitoring\", \"\", \"\") * on(namespace,pod) group_left(node) kube_pod_info{namespace=\"monitoring\"}) or max by (node) (jetson_gr3d_freq_percent{node!=\"\"})))) or on() vector(0)) == bool 0))" ,
2025-11-18 14:08:33 -03:00
"refId" : "A" ,
"legendFormat" : "{{namespace}}"
}
] ,
"fieldConfig" : {
"defaults" : {
"unit" : "percent" ,
"color" : {
"mode" : "palette-classic"
}
} ,
"overrides" : [ ]
} ,
"options" : {
"legend" : {
"displayMode" : "list" ,
"placement" : "right"
} ,
"pieType" : "pie" ,
2025-12-12 20:40:32 -03:00
"displayLabels" : [ ] ,
2025-11-18 14:08:33 -03:00
"tooltip" : {
"mode" : "single"
} ,
"colorScheme" : "interpolateSpectral" ,
"colorBy" : "value" ,
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
}
2026-01-01 14:44:33 -03:00
} ,
"links" : [
{
"title" : "Workload namespaces only" ,
2026-01-18 02:50:07 -03:00
"url" : "?var-namespace_scope_cpu=${namespace_scope_cpu}&var-namespace_scope_gpu=namespace%21~%22%5E%28kube-.%2A%7C.%2A-system%7Ctraefik%7Cmonitoring%7Clogging%7Ccert-manager%7Cmaintenance%7Cpostgres%29%24%22&var-namespace_scope_ram=${namespace_scope_ram}" ,
2026-01-01 14:44:33 -03:00
"targetBlank" : false
} ,
{
"title" : "All namespaces" ,
"url" : "?var-namespace_scope_cpu=${namespace_scope_cpu}&var-namespace_scope_gpu=namespace%3D~%22.%2A%22&var-namespace_scope_ram=${namespace_scope_ram}" ,
"targetBlank" : false
} ,
{
"title" : "Infrastructure namespaces only" ,
2026-01-18 02:50:07 -03:00
"url" : "?var-namespace_scope_cpu=${namespace_scope_cpu}&var-namespace_scope_gpu=namespace%3D~%22%5E%28kube-.%2A%7C.%2A-system%7Ctraefik%7Cmonitoring%7Clogging%7Ccert-manager%7Cmaintenance%7Cpostgres%29%24%22&var-namespace_scope_ram=${namespace_scope_ram}" ,
2026-01-01 14:44:33 -03:00
"targetBlank" : false
}
] ,
2026-01-18 02:50:07 -03:00
"description" : "Shares are normalized within the selected filter. Switching scope changes the denominator."
2025-11-18 14:08:33 -03:00
} ,
{
"id" : 13 ,
"type" : "piechart" ,
2025-12-02 14:41:39 -03:00
"title" : "Namespace RAM Share" ,
2025-11-18 14:08:33 -03:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "atlas-vm"
} ,
"gridPos" : {
"h" : 9 ,
"w" : 8 ,
"x" : 16 ,
2026-04-04 01:33:15 -03:00
"y" : 23
2025-11-18 14:08:33 -03:00
} ,
"targets" : [
{
2026-01-05 13:30:33 -03:00
"expr" : "100 * ( sum(container_memory_working_set_bytes{namespace!=\"\",pod!=\"\",container!=\"\",container!=\"POD\",$namespace_scope_ram}) by (namespace) ) / clamp_min(sum( sum(container_memory_working_set_bytes{namespace!=\"\",pod!=\"\",container!=\"\",container!=\"POD\",$namespace_scope_ram}) by (namespace) ), 1)" ,
2025-11-18 14:08:33 -03:00
"refId" : "A" ,
"legendFormat" : "{{namespace}}"
}
] ,
"fieldConfig" : {
"defaults" : {
"unit" : "percent" ,
"color" : {
"mode" : "palette-classic"
}
} ,
"overrides" : [ ]
} ,
"options" : {
"legend" : {
"displayMode" : "list" ,
"placement" : "right"
} ,
"pieType" : "pie" ,
2025-12-12 20:40:32 -03:00
"displayLabels" : [ ] ,
2025-11-18 14:08:33 -03:00
"tooltip" : {
"mode" : "single"
} ,
"colorScheme" : "interpolateSpectral" ,
"colorBy" : "value" ,
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
}
2026-01-01 14:44:33 -03:00
} ,
"links" : [
{
"title" : "Workload namespaces only" ,
2026-01-18 02:50:07 -03:00
"url" : "?var-namespace_scope_cpu=${namespace_scope_cpu}&var-namespace_scope_gpu=${namespace_scope_gpu}&var-namespace_scope_ram=namespace%21~%22%5E%28kube-.%2A%7C.%2A-system%7Ctraefik%7Cmonitoring%7Clogging%7Ccert-manager%7Cmaintenance%7Cpostgres%29%24%22" ,
2026-01-01 14:44:33 -03:00
"targetBlank" : false
} ,
{
"title" : "All namespaces" ,
"url" : "?var-namespace_scope_cpu=${namespace_scope_cpu}&var-namespace_scope_gpu=${namespace_scope_gpu}&var-namespace_scope_ram=namespace%3D~%22.%2A%22" ,
"targetBlank" : false
} ,
{
"title" : "Infrastructure namespaces only" ,
2026-01-18 02:50:07 -03:00
"url" : "?var-namespace_scope_cpu=${namespace_scope_cpu}&var-namespace_scope_gpu=${namespace_scope_gpu}&var-namespace_scope_ram=namespace%3D~%22%5E%28kube-.%2A%7C.%2A-system%7Ctraefik%7Cmonitoring%7Clogging%7Ccert-manager%7Cmaintenance%7Cpostgres%29%24%22" ,
2026-01-01 14:44:33 -03:00
"targetBlank" : false
}
] ,
2026-01-18 02:50:07 -03:00
"description" : "Shares are normalized within the selected filter. Switching scope changes the denominator."
2025-11-18 14:08:33 -03:00
} ,
{
"id" : 14 ,
"type" : "timeseries" ,
2025-12-02 14:41:39 -03:00
"title" : "Worker Node CPU" ,
2025-11-18 14:08:33 -03:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "atlas-vm"
} ,
"gridPos" : {
2025-12-02 15:15:21 -03:00
"h" : 12 ,
2025-11-18 14:08:33 -03:00
"w" : 12 ,
"x" : 0 ,
2026-04-19 14:43:41 -03:00
"y" : 44
2025-11-18 14:08:33 -03:00
} ,
"targets" : [
{
2026-01-21 14:30:55 -03:00
"expr" : "(avg by (node) (((1 - avg by (instance) (rate(node_cpu_seconds_total{mode=\"idle\"}[5m]))) * 100) * on(instance) group_left(node) label_replace(node_uname_info{nodename!=\"\"}, \"node\", \"$1\", \"nodename\", \"(.*)\"))) * on(node) group_left() label_replace(node_uname_info{nodename=~\"titan-04|titan-05|titan-06|titan-07|titan-08|titan-09|titan-10|titan-11|titan-20|titan-21|titan-12|titan-13|titan-14|titan-15|titan-16|titan-17|titan-18|titan-19|titan-22|titan-24\"}, \"node\", \"$1\", \"nodename\", \"(.*)\")" ,
2025-11-18 14:08:33 -03:00
"refId" : "A" ,
"legendFormat" : "{{node}}"
}
] ,
"fieldConfig" : {
"defaults" : {
"unit" : "percent"
} ,
"overrides" : [ ]
} ,
"options" : {
"legend" : {
"displayMode" : "table" ,
"placement" : "right" ,
"calcs" : [
"last"
]
} ,
"tooltip" : {
"mode" : "multi"
}
} ,
"links" : [
{
2026-04-19 14:43:41 -03:00
"title" : "Open atlas-nodes dashboard" ,
2025-11-17 16:27:38 -03:00
"url" : "/d/atlas-nodes" ,
"targetBlank" : true
}
]
2025-11-17 14:22:46 -03:00
} ,
{
2025-11-18 00:11:39 -03:00
"id" : 15 ,
2025-11-17 14:22:46 -03:00
"type" : "timeseries" ,
2025-12-02 14:41:39 -03:00
"title" : "Worker Node RAM" ,
2025-11-17 14:22:46 -03:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "atlas-vm"
} ,
"gridPos" : {
2025-12-02 15:15:21 -03:00
"h" : 12 ,
2025-11-17 14:22:46 -03:00
"w" : 12 ,
"x" : 12 ,
2026-04-19 14:43:41 -03:00
"y" : 44
2025-11-17 14:22:46 -03:00
} ,
"targets" : [
{
2026-01-21 14:30:55 -03:00
"expr" : "(avg by (node) ((avg by (instance) ((node_memory_MemTotal_bytes - node_memory_MemAvailable_bytes) / node_memory_MemTotal_bytes * 100)) * on(instance) group_left(node) label_replace(node_uname_info{nodename!=\"\"}, \"node\", \"$1\", \"nodename\", \"(.*)\"))) * on(node) group_left() label_replace(node_uname_info{nodename=~\"titan-04|titan-05|titan-06|titan-07|titan-08|titan-09|titan-10|titan-11|titan-20|titan-21|titan-12|titan-13|titan-14|titan-15|titan-16|titan-17|titan-18|titan-19|titan-22|titan-24\"}, \"node\", \"$1\", \"nodename\", \"(.*)\")" ,
2025-11-17 14:22:46 -03:00
"refId" : "A" ,
"legendFormat" : "{{node}}"
}
] ,
"fieldConfig" : {
"defaults" : {
"unit" : "percent"
} ,
"overrides" : [ ]
} ,
"options" : {
"legend" : {
"displayMode" : "table" ,
"placement" : "right" ,
"calcs" : [
"last"
]
} ,
"tooltip" : {
"mode" : "multi"
}
2025-11-17 16:27:38 -03:00
} ,
"links" : [
{
2026-04-19 14:43:41 -03:00
"title" : "Open atlas-nodes dashboard" ,
2025-11-17 16:27:38 -03:00
"url" : "/d/atlas-nodes" ,
"targetBlank" : true
}
]
2025-11-17 14:22:46 -03:00
} ,
{
2025-11-18 00:11:39 -03:00
"id" : 16 ,
2025-11-17 16:27:38 -03:00
"type" : "timeseries" ,
2025-11-17 21:48:12 -03:00
"title" : "Control plane CPU" ,
2025-11-17 14:22:46 -03:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "atlas-vm"
} ,
"gridPos" : {
2025-12-02 15:15:21 -03:00
"h" : 10 ,
2025-11-17 14:22:46 -03:00
"w" : 12 ,
"x" : 0 ,
2026-04-19 14:43:41 -03:00
"y" : 56
2025-11-17 14:22:46 -03:00
} ,
"targets" : [
{
2026-01-06 09:50:40 -03:00
"expr" : "(avg by (node) (((1 - avg by (instance) (rate(node_cpu_seconds_total{mode=\"idle\"}[5m]))) * 100) * on(instance) group_left(node) label_replace(node_uname_info{nodename!=\"\"}, \"node\", \"$1\", \"nodename\", \"(.*)\"))) * on(node) group_left() label_replace(node_uname_info{nodename=~\"titan-0a|titan-0b|titan-0c|titan-db|titan-jh\"}, \"node\", \"$1\", \"nodename\", \"(.*)\")" ,
2025-11-17 16:27:38 -03:00
"refId" : "A" ,
"legendFormat" : "{{node}}"
2025-11-17 14:22:46 -03:00
}
] ,
"fieldConfig" : {
"defaults" : {
2025-11-17 16:27:38 -03:00
"unit" : "percent"
2025-11-17 14:22:46 -03:00
} ,
"overrides" : [ ]
} ,
"options" : {
2025-11-17 16:27:38 -03:00
"legend" : {
"displayMode" : "table" ,
"placement" : "right"
} ,
"tooltip" : {
"mode" : "multi"
2025-11-17 14:22:46 -03:00
}
2025-11-17 16:27:38 -03:00
}
2025-11-17 14:22:46 -03:00
} ,
{
2025-11-18 00:11:39 -03:00
"id" : 17 ,
2025-11-17 16:27:38 -03:00
"type" : "timeseries" ,
2025-11-17 21:48:12 -03:00
"title" : "Control plane RAM" ,
2025-11-17 14:22:46 -03:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "atlas-vm"
} ,
"gridPos" : {
2025-12-02 15:15:21 -03:00
"h" : 10 ,
2025-11-17 14:22:46 -03:00
"w" : 12 ,
"x" : 12 ,
2026-04-19 14:43:41 -03:00
"y" : 56
2025-11-17 14:22:46 -03:00
} ,
"targets" : [
{
2026-01-06 09:50:40 -03:00
"expr" : "(avg by (node) ((avg by (instance) ((node_memory_MemTotal_bytes - node_memory_MemAvailable_bytes) / node_memory_MemTotal_bytes * 100)) * on(instance) group_left(node) label_replace(node_uname_info{nodename!=\"\"}, \"node\", \"$1\", \"nodename\", \"(.*)\"))) * on(node) group_left() label_replace(node_uname_info{nodename=~\"titan-0a|titan-0b|titan-0c|titan-db|titan-jh\"}, \"node\", \"$1\", \"nodename\", \"(.*)\")" ,
2025-11-17 16:27:38 -03:00
"refId" : "A" ,
"legendFormat" : "{{node}}"
2025-11-17 14:22:46 -03:00
}
] ,
"fieldConfig" : {
"defaults" : {
2025-11-17 16:27:38 -03:00
"unit" : "percent"
2025-11-17 14:22:46 -03:00
} ,
"overrides" : [ ]
} ,
"options" : {
2025-11-17 16:27:38 -03:00
"legend" : {
"displayMode" : "table" ,
"placement" : "right"
2025-11-17 14:22:46 -03:00
} ,
2025-11-17 16:27:38 -03:00
"tooltip" : {
"mode" : "multi"
2025-11-17 14:22:46 -03:00
}
2025-11-17 16:27:38 -03:00
}
2025-11-17 14:22:46 -03:00
} ,
2025-12-12 18:51:43 -03:00
{
"id" : 28 ,
"type" : "piechart" ,
2025-12-12 20:30:00 -03:00
"title" : "Node Pod Share" ,
2025-12-12 18:51:43 -03:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "atlas-vm"
} ,
"gridPos" : {
"h" : 10 ,
"w" : 12 ,
"x" : 0 ,
2026-04-19 14:43:41 -03:00
"y" : 66
2025-12-12 18:51:43 -03:00
} ,
"targets" : [
{
2025-12-12 20:40:32 -03:00
"expr" : "(sum(kube_pod_info{pod!=\"\" , node!=\"\"}) by (node) / clamp_min(sum(kube_pod_info{pod!=\"\" , node!=\"\"}), 1)) * 100" ,
2025-12-12 18:51:43 -03:00
"refId" : "A" ,
"legendFormat" : "{{namespace}}"
}
] ,
"fieldConfig" : {
"defaults" : {
"unit" : "percent" ,
"color" : {
"mode" : "palette-classic"
}
} ,
"overrides" : [ ]
} ,
"options" : {
"legend" : {
"displayMode" : "list" ,
"placement" : "right"
} ,
"pieType" : "pie" ,
2025-12-12 20:40:32 -03:00
"displayLabels" : [ ] ,
2025-12-12 18:51:43 -03:00
"tooltip" : {
"mode" : "single"
} ,
"colorScheme" : "interpolateSpectral" ,
"colorBy" : "value" ,
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
}
}
} ,
{
"id" : 29 ,
"type" : "bargauge" ,
"title" : "Top Nodes by Pod Count" ,
"datasource" : {
"type" : "prometheus" ,
"uid" : "atlas-vm"
} ,
"gridPos" : {
"h" : 10 ,
"w" : 12 ,
"x" : 12 ,
2026-04-19 14:43:41 -03:00
"y" : 66
2025-12-12 18:51:43 -03:00
} ,
"targets" : [
{
2026-01-21 15:12:53 -03:00
"expr" : "sort_desc(topk(12, sum(kube_pod_info{pod!=\"\" , node!=\"\"}) by (node)))" ,
2025-12-12 18:51:43 -03:00
"refId" : "A" ,
2025-12-12 20:30:00 -03:00
"legendFormat" : "{{node}}" ,
"instant" : true
2025-12-12 18:51:43 -03:00
}
] ,
"fieldConfig" : {
"defaults" : {
"unit" : "none" ,
"min" : 0 ,
"max" : null ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "yellow" ,
"value" : 50
} ,
{
"color" : "orange" ,
2025-12-12 20:20:13 -03:00
"value" : 75
2025-12-12 18:51:43 -03:00
} ,
{
"color" : "red" ,
2025-12-12 20:20:13 -03:00
"value" : 100
2025-12-12 18:51:43 -03:00
}
]
2025-12-12 20:20:13 -03:00
} ,
"decimals" : 0
2025-12-12 18:51:43 -03:00
} ,
"overrides" : [ ]
} ,
"options" : {
"displayMode" : "gradient" ,
"orientation" : "horizontal" ,
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
}
} ,
"transformations" : [
{
"id" : "sortBy" ,
"options" : {
"fields" : [
"Value"
] ,
"order" : "desc"
}
2025-12-12 18:56:13 -03:00
} ,
{
"id" : "limit" ,
"options" : {
"limit" : 12
}
2025-12-12 18:51:43 -03:00
}
]
} ,
2025-11-17 14:22:46 -03:00
{
2025-11-18 00:11:39 -03:00
"id" : 18 ,
2025-11-17 14:22:46 -03:00
"type" : "timeseries" ,
2025-12-02 14:41:39 -03:00
"title" : "Cluster Ingress Throughput" ,
2025-11-17 14:22:46 -03:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "atlas-vm"
} ,
"gridPos" : {
"h" : 7 ,
2025-11-18 14:08:33 -03:00
"w" : 8 ,
2025-11-17 14:22:46 -03:00
"x" : 0 ,
2026-04-19 14:43:41 -03:00
"y" : 37
2025-11-17 14:22:46 -03:00
} ,
"targets" : [
{
2025-11-18 16:18:52 -03:00
"expr" : "sum(rate(node_network_receive_bytes_total{device!~\"lo|cni.*|veth.*|flannel.*|docker.*|virbr.*|vxlan.*|wg.*\"}[5m])) or on() vector(0)" ,
2025-11-18 00:11:39 -03:00
"refId" : "A" ,
2025-11-18 14:08:33 -03:00
"legendFormat" : "Ingress (Traefik)"
2025-11-17 14:22:46 -03:00
}
] ,
"fieldConfig" : {
"defaults" : {
2025-11-17 18:55:11 -03:00
"unit" : "Bps"
2025-11-17 14:22:46 -03:00
} ,
"overrides" : [ ]
} ,
"options" : {
"legend" : {
2025-11-17 16:27:38 -03:00
"displayMode" : "list" ,
2025-11-17 14:22:46 -03:00
"placement" : "bottom"
} ,
"tooltip" : {
"mode" : "multi"
}
2025-11-17 16:27:38 -03:00
} ,
"links" : [
{
2026-04-19 14:43:41 -03:00
"title" : "Open atlas-network dashboard" ,
2025-11-17 16:27:38 -03:00
"url" : "/d/atlas-network" ,
"targetBlank" : true
}
]
2025-11-17 14:22:46 -03:00
} ,
{
2025-11-18 00:11:39 -03:00
"id" : 19 ,
2025-11-17 14:22:46 -03:00
"type" : "timeseries" ,
2025-12-02 14:41:39 -03:00
"title" : "Cluster Egress Throughput" ,
2025-11-17 14:22:46 -03:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "atlas-vm"
} ,
"gridPos" : {
"h" : 7 ,
2025-11-18 14:08:33 -03:00
"w" : 8 ,
"x" : 8 ,
2026-04-19 14:43:41 -03:00
"y" : 37
2025-11-17 14:22:46 -03:00
} ,
"targets" : [
{
2025-11-18 16:18:52 -03:00
"expr" : "sum(rate(node_network_transmit_bytes_total{device!~\"lo|cni.*|veth.*|flannel.*|docker.*|virbr.*|vxlan.*|wg.*\"}[5m])) or on() vector(0)" ,
2025-11-18 00:11:39 -03:00
"refId" : "A" ,
2025-11-18 14:08:33 -03:00
"legendFormat" : "Egress (Traefik)"
2025-11-17 14:22:46 -03:00
}
] ,
"fieldConfig" : {
"defaults" : {
2025-11-17 18:55:11 -03:00
"unit" : "Bps"
2025-11-17 14:22:46 -03:00
} ,
"overrides" : [ ]
} ,
"options" : {
"legend" : {
2025-11-17 16:27:38 -03:00
"displayMode" : "list" ,
2025-11-17 14:22:46 -03:00
"placement" : "bottom"
} ,
"tooltip" : {
"mode" : "multi"
}
2025-11-17 16:27:38 -03:00
} ,
"links" : [
{
2026-04-19 14:43:41 -03:00
"title" : "Open atlas-network dashboard" ,
2025-11-17 16:27:38 -03:00
"url" : "/d/atlas-network" ,
"targetBlank" : true
}
]
2025-11-17 14:22:46 -03:00
} ,
{
2025-11-18 00:11:39 -03:00
"id" : 20 ,
2025-11-17 14:22:46 -03:00
"type" : "timeseries" ,
2025-12-02 14:41:39 -03:00
"title" : "Intra-Cluster Throughput" ,
2025-11-17 14:22:46 -03:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "atlas-vm"
} ,
"gridPos" : {
2025-11-18 14:08:33 -03:00
"h" : 7 ,
"w" : 8 ,
"x" : 16 ,
2026-04-19 14:43:41 -03:00
"y" : 37
2025-11-17 14:22:46 -03:00
} ,
"targets" : [
{
2025-11-18 17:09:13 -03:00
"expr" : "sum(rate(container_network_receive_bytes_total{namespace!=\"traefik\",pod!=\"\"}[5m]) + rate(container_network_transmit_bytes_total{namespace!=\"traefik\",pod!=\"\"}[5m])) or on() vector(0)" ,
2025-11-17 14:22:46 -03:00
"refId" : "A" ,
2025-11-18 14:08:33 -03:00
"legendFormat" : "Internal traffic"
2025-11-17 14:22:46 -03:00
}
] ,
"fieldConfig" : {
"defaults" : {
2025-11-18 14:08:33 -03:00
"unit" : "Bps"
2025-11-17 14:22:46 -03:00
} ,
"overrides" : [ ]
} ,
"options" : {
"legend" : {
2025-11-18 14:08:33 -03:00
"displayMode" : "list" ,
"placement" : "bottom"
2025-11-17 14:22:46 -03:00
} ,
"tooltip" : {
"mode" : "multi"
}
} ,
2025-11-17 16:27:38 -03:00
"links" : [
{
2026-04-19 14:43:41 -03:00
"title" : "Open atlas-network dashboard" ,
2025-11-18 14:08:33 -03:00
"url" : "/d/atlas-network" ,
2025-11-17 16:27:38 -03:00
"targetBlank" : true
}
]
2025-11-17 14:22:46 -03:00
} ,
{
2025-11-18 00:11:39 -03:00
"id" : 21 ,
2025-11-18 14:08:33 -03:00
"type" : "timeseries" ,
2025-12-02 14:41:39 -03:00
"title" : "Root Filesystem Usage" ,
2025-11-17 14:22:46 -03:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "atlas-vm"
} ,
"gridPos" : {
2025-12-02 15:15:21 -03:00
"h" : 16 ,
2025-11-17 14:22:46 -03:00
"w" : 12 ,
2025-11-18 14:08:33 -03:00
"x" : 0 ,
2026-04-19 14:43:41 -03:00
"y" : 76
2025-11-17 14:22:46 -03:00
} ,
"targets" : [
{
2025-11-18 14:08:33 -03:00
"expr" : "avg by (node) ((avg by (instance) ((1 - (node_filesystem_avail_bytes{mountpoint=\"/\",fstype!~\"tmpfs|overlay\"} / node_filesystem_size_bytes{mountpoint=\"/\",fstype!~\"tmpfs|overlay\"})) * 100)) * on(instance) group_left(node) label_replace(node_uname_info{nodename!=\"\"}, \"node\", \"$1\", \"nodename\", \"(.*)\"))" ,
2025-11-18 00:11:39 -03:00
"refId" : "A" ,
"legendFormat" : "{{node}}"
2025-11-17 14:22:46 -03:00
}
] ,
"fieldConfig" : {
"defaults" : {
2025-11-18 14:08:33 -03:00
"unit" : "percent"
2025-11-17 14:22:46 -03:00
} ,
"overrides" : [ ]
} ,
"options" : {
2025-11-18 14:08:33 -03:00
"legend" : {
"displayMode" : "table" ,
"placement" : "right" ,
2025-11-17 14:22:46 -03:00
"calcs" : [
2025-11-18 14:08:33 -03:00
"last"
]
} ,
"tooltip" : {
"mode" : "multi"
2025-11-17 14:22:46 -03:00
}
2025-11-17 16:27:38 -03:00
} ,
2025-11-18 14:08:33 -03:00
"timeFrom" : "30d" ,
2025-11-17 16:27:38 -03:00
"links" : [
{
2026-04-19 14:43:41 -03:00
"title" : "Open atlas-storage dashboard" ,
2025-11-17 16:27:38 -03:00
"url" : "/d/atlas-storage" ,
"targetBlank" : true
}
]
2025-11-17 14:22:46 -03:00
} ,
{
2025-11-18 14:08:33 -03:00
"id" : 22 ,
2026-04-12 04:26:52 -03:00
"type" : "timeseries" ,
2026-04-11 11:54:43 -03:00
"title" : "Nodes Closest to Full Astraios Disks" ,
2025-11-17 14:22:46 -03:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "atlas-vm"
} ,
"gridPos" : {
2025-12-02 15:15:21 -03:00
"h" : 16 ,
2025-11-18 14:08:33 -03:00
"w" : 12 ,
"x" : 12 ,
2026-04-19 14:43:41 -03:00
"y" : 76
2025-11-17 14:22:46 -03:00
} ,
"targets" : [
{
2026-04-12 04:26:52 -03:00
"expr" : "avg by (node) ((avg by (instance) ((1 - (node_filesystem_avail_bytes{mountpoint=\"/mnt/astraios\",fstype!~\"tmpfs|overlay\"} / node_filesystem_size_bytes{mountpoint=\"/mnt/astraios\",fstype!~\"tmpfs|overlay\"})) * 100)) * on(instance) group_left(node) label_replace(node_uname_info{nodename!=\"\"}, \"node\", \"$1\", \"nodename\", \"(.*)\"))" ,
2025-11-18 14:08:33 -03:00
"refId" : "A" ,
"legendFormat" : "{{node}}"
2025-11-17 14:22:46 -03:00
}
] ,
"fieldConfig" : {
"defaults" : {
2026-04-12 04:26:52 -03:00
"unit" : "percent"
2025-11-17 14:22:46 -03:00
} ,
"overrides" : [ ]
} ,
"options" : {
2026-04-12 04:26:52 -03:00
"legend" : {
"displayMode" : "table" ,
"placement" : "right" ,
2025-11-17 14:22:46 -03:00
"calcs" : [
2026-04-12 04:26:52 -03:00
"last"
]
} ,
"tooltip" : {
"mode" : "multi"
2025-11-17 14:22:46 -03:00
}
2025-11-17 16:27:38 -03:00
} ,
2026-04-12 04:26:52 -03:00
"timeFrom" : "1w" ,
2025-11-17 16:27:38 -03:00
"links" : [
{
2026-04-19 14:43:41 -03:00
"title" : "Open atlas-storage dashboard" ,
2025-11-17 16:27:38 -03:00
"url" : "/d/atlas-storage" ,
"targetBlank" : true
}
2025-11-17 14:22:46 -03:00
]
}
] ,
"schemaVersion" : 39 ,
"style" : "dark" ,
"tags" : [
"atlas" ,
"overview"
] ,
"templating" : {
2026-01-01 14:16:08 -03:00
"list" : [
{
2026-01-01 14:44:33 -03:00
"name" : "namespace_scope_cpu" ,
"label" : "CPU namespace filter" ,
"type" : "custom" ,
2026-01-18 02:50:07 -03:00
"query" : "workload namespaces only : namespace!~\"^(kube-.*|.*-system|traefik|monitoring|logging|cert-manager|maintenance|postgres)$\",all namespaces : namespace=~\".*\",infrastructure namespaces only : namespace=~\"^(kube-.*|.*-system|traefik|monitoring|logging|cert-manager|maintenance|postgres)$\"" ,
2026-01-01 14:44:33 -03:00
"current" : {
"text" : "workload namespaces only" ,
2026-01-18 02:50:07 -03:00
"value" : "namespace!~\"^(kube-.*|.*-system|traefik|monitoring|logging|cert-manager|maintenance|postgres)$\"" ,
2026-01-01 14:44:33 -03:00
"selected" : true
} ,
"options" : [
{
"text" : "workload namespaces only" ,
2026-01-18 02:50:07 -03:00
"value" : "namespace!~\"^(kube-.*|.*-system|traefik|monitoring|logging|cert-manager|maintenance|postgres)$\"" ,
2026-01-01 14:44:33 -03:00
"selected" : true
} ,
{
"text" : "all namespaces" ,
"value" : "namespace=~\".*\"" ,
"selected" : false
} ,
{
"text" : "infrastructure namespaces only" ,
2026-01-18 02:50:07 -03:00
"value" : "namespace=~\"^(kube-.*|.*-system|traefik|monitoring|logging|cert-manager|maintenance|postgres)$\"" ,
2026-01-01 14:44:33 -03:00
"selected" : false
}
] ,
"hide" : 2 ,
"multi" : false ,
"includeAll" : false ,
"refresh" : 1 ,
"sort" : 0 ,
"skipUrlSync" : false
} ,
{
"name" : "namespace_scope_gpu" ,
"label" : "GPU namespace filter" ,
"type" : "custom" ,
2026-01-18 02:50:07 -03:00
"query" : "workload namespaces only : namespace!~\"^(kube-.*|.*-system|traefik|monitoring|logging|cert-manager|maintenance|postgres)$\",all namespaces : namespace=~\".*\",infrastructure namespaces only : namespace=~\"^(kube-.*|.*-system|traefik|monitoring|logging|cert-manager|maintenance|postgres)$\"" ,
2026-01-01 14:44:33 -03:00
"current" : {
"text" : "workload namespaces only" ,
2026-01-18 02:50:07 -03:00
"value" : "namespace!~\"^(kube-.*|.*-system|traefik|monitoring|logging|cert-manager|maintenance|postgres)$\"" ,
2026-01-01 14:44:33 -03:00
"selected" : true
} ,
"options" : [
{
"text" : "workload namespaces only" ,
2026-01-18 02:50:07 -03:00
"value" : "namespace!~\"^(kube-.*|.*-system|traefik|monitoring|logging|cert-manager|maintenance|postgres)$\"" ,
2026-01-01 14:44:33 -03:00
"selected" : true
} ,
{
"text" : "all namespaces" ,
"value" : "namespace=~\".*\"" ,
"selected" : false
} ,
{
"text" : "infrastructure namespaces only" ,
2026-01-18 02:50:07 -03:00
"value" : "namespace=~\"^(kube-.*|.*-system|traefik|monitoring|logging|cert-manager|maintenance|postgres)$\"" ,
2026-01-01 14:44:33 -03:00
"selected" : false
}
] ,
"hide" : 2 ,
"multi" : false ,
"includeAll" : false ,
"refresh" : 1 ,
"sort" : 0 ,
"skipUrlSync" : false
} ,
{
"name" : "namespace_scope_ram" ,
"label" : "RAM namespace filter" ,
2026-01-01 14:16:08 -03:00
"type" : "custom" ,
2026-01-18 02:50:07 -03:00
"query" : "workload namespaces only : namespace!~\"^(kube-.*|.*-system|traefik|monitoring|logging|cert-manager|maintenance|postgres)$\",all namespaces : namespace=~\".*\",infrastructure namespaces only : namespace=~\"^(kube-.*|.*-system|traefik|monitoring|logging|cert-manager|maintenance|postgres)$\"" ,
2026-01-01 14:16:08 -03:00
"current" : {
"text" : "workload namespaces only" ,
2026-01-18 02:50:07 -03:00
"value" : "namespace!~\"^(kube-.*|.*-system|traefik|monitoring|logging|cert-manager|maintenance|postgres)$\"" ,
2026-01-01 14:16:08 -03:00
"selected" : true
} ,
"options" : [
{
"text" : "workload namespaces only" ,
2026-01-18 02:50:07 -03:00
"value" : "namespace!~\"^(kube-.*|.*-system|traefik|monitoring|logging|cert-manager|maintenance|postgres)$\"" ,
2026-01-01 14:16:08 -03:00
"selected" : true
} ,
{
"text" : "all namespaces" ,
"value" : "namespace=~\".*\"" ,
"selected" : false
} ,
{
"text" : "infrastructure namespaces only" ,
2026-01-18 02:50:07 -03:00
"value" : "namespace=~\"^(kube-.*|.*-system|traefik|monitoring|logging|cert-manager|maintenance|postgres)$\"" ,
2026-01-01 14:16:08 -03:00
"selected" : false
}
] ,
2026-01-01 14:44:33 -03:00
"hide" : 2 ,
2026-01-01 14:16:08 -03:00
"multi" : false ,
"includeAll" : false ,
"refresh" : 1 ,
"sort" : 0 ,
"skipUrlSync" : false
}
]
2025-11-17 14:22:46 -03:00
} ,
"time" : {
2025-12-02 14:41:39 -03:00
"from" : "now-1h" ,
2025-11-17 14:22:46 -03:00
"to" : "now"
2025-11-17 16:27:38 -03:00
} ,
2025-12-02 14:41:39 -03:00
"refresh" : "1m" ,
2026-04-19 14:43:41 -03:00
"links" : [ ]
2025-11-17 14:22:46 -03:00
}