Auto-sync: 2026-04-17 08:37

This commit is contained in:
2026-04-17 08:38:12 +08:00
parent 6caa1c2f47
commit a0a48bd334
247 changed files with 6577 additions and 3061 deletions

33
wiki/concepts/Grafana.md Normal file
View File

@@ -0,0 +1,33 @@
---
title: "Grafana"
type: concept
tags: [visualization, monitoring, dashboard, devops]
sources: [家庭监控方案-prometheus-grafana-node-exporter-cadvisor-blackbox]
last_updated: 2026-04-16
---
## Definition
Grafana 是开源的可视化平台支持多数据源Prometheus、Elasticsearch、Loki、InfluxDB 等)的仪表盘创建和告警通知。
## Key Features
- **多数据源支持**Prometheus、Elasticsearch、Loki、InfluxDB、MySQL 等
- **仪表盘模板**:社区共享大量预置仪表盘
- **告警规则**:支持阈值、条件告警和多通道通知
- **变量和模板**:支持动态仪表盘
- **用户和权限**:支持团队和角色管理
## Common Dashboard IDs
- Node Exporter Full: `1860`
- cAdvisor Container Metrics: `14282`
- Blackbox Exporter Probe: `7587`
## Use Cases
- 基础设施监控仪表盘
- 应用性能监控
- 日志聚合可视化
- 业务指标展示
## Connections
- [[Grafana]] ← data_source ← [[Prometheus]]
- [[Grafana]] ← data_source ← [[Loki]]
- [[Grafana]] ← core_tool ← [[监控可观测性]]