Files
nexus/wiki/concepts/Grafana.md
2026-04-17 08:38:12 +08:00

33 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
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 ← [[监控可观测性]]