2025-11-17 16:27:38 -03:00
{
"uid" : "atlas-network" ,
"title" : "Atlas Network" ,
"folderUid" : "atlas-internal" ,
"editable" : true ,
"panels" : [
{
"id" : 1 ,
"type" : "stat" ,
2025-11-17 18:55:11 -03:00
"title" : "Ingress traffic" ,
2025-11-17 16:27:38 -03:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "atlas-vm"
} ,
"gridPos" : {
"h" : 4 ,
"w" : 8 ,
"x" : 0 ,
"y" : 0
} ,
"targets" : [
{
2025-11-18 14:08:33 -03:00
"expr" : "sum(rate(container_network_receive_bytes_total{namespace=\"traefik\",pod=~\"traefik-.*\"}[5m])) or on() vector(0)" ,
2025-11-17 16:27:38 -03:00
"refId" : "A"
}
] ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"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"
}
} ,
"overrides" : [ ]
} ,
"options" : {
"colorMode" : "value" ,
"graphMode" : "area" ,
"justifyMode" : "center" ,
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
} ,
"textMode" : "value"
}
} ,
{
"id" : 2 ,
"type" : "stat" ,
2025-11-17 18:55:11 -03:00
"title" : "Egress traffic" ,
2025-11-17 16:27:38 -03:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "atlas-vm"
} ,
"gridPos" : {
"h" : 4 ,
"w" : 8 ,
"x" : 8 ,
"y" : 0
} ,
"targets" : [
{
2025-11-18 14:08:33 -03:00
"expr" : "sum(rate(container_network_transmit_bytes_total{namespace=\"traefik\",pod=~\"traefik-.*\"}[5m])) or on() vector(0)" ,
2025-11-17 16:27:38 -03:00
"refId" : "A"
}
] ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"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"
}
} ,
"overrides" : [ ]
} ,
"options" : {
"colorMode" : "value" ,
"graphMode" : "area" ,
"justifyMode" : "center" ,
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
} ,
"textMode" : "value"
}
} ,
{
"id" : 3 ,
"type" : "stat" ,
2025-11-18 14:08:33 -03:00
"title" : "Intra-cluster traffic" ,
2025-11-17 16:27:38 -03:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "atlas-vm"
} ,
"gridPos" : {
"h" : 4 ,
"w" : 8 ,
"x" : 16 ,
"y" : 0
} ,
2025-11-18 14:08:33 -03:00
"targets" : [
{
2025-11-18 15:55:24 -03:00
"expr" : "clamp_min(((sum(rate(container_network_receive_bytes_total{namespace!=\"\",pod!=\"\",container!=\"\"}[5m])) or on() vector(0)) + (sum(rate(container_network_transmit_bytes_total{namespace!=\"\",pod!=\"\",container!=\"\"}[5m])) or on() vector(0))) - ((sum(rate(container_network_receive_bytes_total{namespace=\"traefik\",pod=~\"traefik-.*\"}[5m])) or on() vector(0)) + (sum(rate(container_network_transmit_bytes_total{namespace=\"traefik\",pod=~\"traefik-.*\"}[5m])) or on() vector(0))), 0)" ,
2025-11-18 14:08:33 -03:00
"refId" : "A"
}
] ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "rgba(115, 115, 115, 1)" ,
"value" : null
} ,
{
"color" : "green" ,
"value" : 1
}
]
} ,
"unit" : "Bps" ,
"custom" : {
"displayMode" : "auto"
}
} ,
"overrides" : [ ]
} ,
"options" : {
"colorMode" : "value" ,
"graphMode" : "area" ,
"justifyMode" : "center" ,
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
} ,
"textMode" : "value"
}
} ,
{
"id" : 4 ,
"type" : "stat" ,
"title" : "Top router req/s" ,
"datasource" : {
"type" : "prometheus" ,
"uid" : "atlas-vm"
} ,
"gridPos" : {
"h" : 4 ,
"w" : 8 ,
"x" : 0 ,
"y" : 4
} ,
2025-11-17 16:27:38 -03:00
"targets" : [
{
2025-11-17 18:55:11 -03:00
"expr" : "topk(1, sum by (router) (rate(traefik_router_requests_total[5m])))" ,
2025-11-17 19:24:03 -03:00
"refId" : "A" ,
2025-11-17 19:38:40 -03:00
"legendFormat" : "{{router}}" ,
"instant" : true
2025-11-17 16:27:38 -03:00
}
] ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "rgba(115, 115, 115, 1)" ,
"value" : null
} ,
{
"color" : "green" ,
"value" : 1
}
]
} ,
"unit" : "req/s" ,
"custom" : {
"displayMode" : "auto"
2025-11-17 19:24:03 -03:00
}
2025-11-17 16:27:38 -03:00
} ,
"overrides" : [ ]
} ,
"options" : {
"colorMode" : "value" ,
"graphMode" : "area" ,
"justifyMode" : "center" ,
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
} ,
"textMode" : "value"
}
} ,
{
2025-11-18 14:08:33 -03:00
"id" : 5 ,
2025-11-17 16:27:38 -03:00
"type" : "timeseries" ,
"title" : "Per-node throughput" ,
"datasource" : {
"type" : "prometheus" ,
"uid" : "atlas-vm"
} ,
"gridPos" : {
"h" : 8 ,
"w" : 24 ,
"x" : 0 ,
2025-11-18 14:08:33 -03:00
"y" : 8
2025-11-17 16:27:38 -03:00
} ,
"targets" : [
{
2025-11-17 21:20:19 -03:00
"expr" : "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\", \"(.*)\"))" ,
2025-11-17 16:27:38 -03:00
"refId" : "A" ,
"legendFormat" : "{{node}}"
}
] ,
"fieldConfig" : {
"defaults" : {
2025-11-17 18:55:11 -03:00
"unit" : "Bps"
2025-11-17 16:27:38 -03:00
} ,
"overrides" : [ ]
} ,
"options" : {
"legend" : {
"displayMode" : "table" ,
"placement" : "right"
} ,
"tooltip" : {
"mode" : "multi"
}
}
} ,
{
2025-11-18 14:08:33 -03:00
"id" : 6 ,
2025-11-17 16:27:38 -03:00
"type" : "table" ,
"title" : "Top namespaces" ,
"datasource" : {
"type" : "prometheus" ,
"uid" : "atlas-vm"
} ,
"gridPos" : {
"h" : 9 ,
"w" : 12 ,
"x" : 0 ,
2025-11-18 14:08:33 -03:00
"y" : 16
2025-11-17 16:27:38 -03:00
} ,
"targets" : [
{
"expr" : "topk(10, sum(rate(container_network_transmit_bytes_total{namespace!=\"\"}[5m]) + rate(container_network_receive_bytes_total{namespace!=\"\"}[5m])) by (namespace))" ,
"refId" : "A"
}
] ,
"fieldConfig" : {
"defaults" : {
2025-11-17 18:55:11 -03:00
"unit" : "Bps"
2025-11-17 16:27:38 -03:00
} ,
"overrides" : [ ]
} ,
"options" : {
"showHeader" : true
} ,
"transformations" : [
{
"id" : "labelsToFields" ,
"options" : { }
}
]
} ,
{
2025-11-18 14:08:33 -03:00
"id" : 7 ,
2025-11-17 16:27:38 -03:00
"type" : "table" ,
"title" : "Top pods" ,
"datasource" : {
"type" : "prometheus" ,
"uid" : "atlas-vm"
} ,
"gridPos" : {
"h" : 9 ,
"w" : 12 ,
"x" : 12 ,
2025-11-18 14:08:33 -03:00
"y" : 16
2025-11-17 16:27:38 -03:00
} ,
"targets" : [
{
"expr" : "topk(10, sum(rate(container_network_transmit_bytes_total{pod!=\"\"}[5m]) + rate(container_network_receive_bytes_total{pod!=\"\"}[5m])) by (namespace,pod))" ,
"refId" : "A"
}
] ,
"fieldConfig" : {
"defaults" : {
2025-11-17 18:55:11 -03:00
"unit" : "Bps"
2025-11-17 16:27:38 -03:00
} ,
"overrides" : [ ]
} ,
"options" : {
"showHeader" : true
} ,
"transformations" : [
{
"id" : "labelsToFields" ,
"options" : { }
}
]
} ,
{
2025-11-18 14:08:33 -03:00
"id" : 8 ,
2025-11-17 16:27:38 -03:00
"type" : "timeseries" ,
"title" : "Traefik routers (req/s)" ,
"datasource" : {
"type" : "prometheus" ,
"uid" : "atlas-vm"
} ,
"gridPos" : {
"h" : 9 ,
"w" : 12 ,
"x" : 0 ,
2025-11-18 14:08:33 -03:00
"y" : 25
2025-11-17 16:27:38 -03:00
} ,
"targets" : [
{
2025-11-17 18:55:11 -03:00
"expr" : "topk(10, sum by (router) (rate(traefik_router_requests_total[5m])))" ,
2025-11-17 16:27:38 -03:00
"refId" : "A" ,
"legendFormat" : "{{router}}"
}
] ,
"fieldConfig" : {
"defaults" : {
"unit" : "req/s"
} ,
"overrides" : [ ]
} ,
"options" : {
"legend" : {
"displayMode" : "table" ,
"placement" : "right"
} ,
"tooltip" : {
"mode" : "multi"
}
}
} ,
{
2025-11-18 14:08:33 -03:00
"id" : 9 ,
2025-11-17 16:27:38 -03:00
"type" : "timeseries" ,
"title" : "Traefik entrypoints (req/s)" ,
"datasource" : {
"type" : "prometheus" ,
"uid" : "atlas-vm"
} ,
"gridPos" : {
"h" : 9 ,
"w" : 12 ,
"x" : 12 ,
2025-11-18 14:08:33 -03:00
"y" : 25
2025-11-17 16:27:38 -03:00
} ,
"targets" : [
{
"expr" : "sum by (entrypoint) (rate(traefik_entrypoint_requests_total[5m]))" ,
"refId" : "A" ,
"legendFormat" : "{{entrypoint}}"
}
] ,
"fieldConfig" : {
"defaults" : {
"unit" : "req/s"
} ,
"overrides" : [ ]
} ,
"options" : {
"legend" : {
"displayMode" : "table" ,
"placement" : "right"
} ,
"tooltip" : {
"mode" : "multi"
}
}
}
] ,
"time" : {
"from" : "now-12h" ,
"to" : "now"
} ,
"annotations" : {
"list" : [ ]
} ,
"schemaVersion" : 39 ,
"style" : "dark" ,
"tags" : [
"atlas" ,
"network"
]
}