This repository has been archived on 2025-11-27. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
conseguir_datos_con_agentes/observability_stack/grafana-dashboards/overview.json
T

29 lines
502 B
JSON

{
"id": null,
"uid": "overview",
"title": "\ud83d\udcca System Overview",
"timezone": "browser",
"panels": [
{
"type": "graph",
"title": "CPU Usage",
"targets": [
{
"expr": "process_cpu_seconds_total",
"legendFormat": "{{instance}}"
}
]
},
{
"type": "table",
"title": "Logs (simulados)",
"targets": [
{
"expr": "up"
}
]
}
],
"schemaVersion": 36,
"version": 1
}