Files
nexus/wiki/concepts/Dashboard-as-Code.md
2026-04-19 14:51:38 +08:00

22 lines
720 B
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: "Dashboard-as-Code"
type: concept
tags: [Grafana, IaC, monitoring, automation]
sources: [ctp-topic-60-monitor-aws-using-hyperscale-observability-with-grafana]
last_updated: 2026-04-19
---
## Summary
通过代码管理 Grafana 仪表板的实践,使用 Terraform 模块实现自动化 provisioning。
## Definition
用代码(通常是 Terraform HCL定义和管理 Grafana 组织、用户、文件夹、IAM 角色和仪表板的实践。
## Key Attributes
- **类型**基础设施即代码IaC
- **工具**Terraform
- **用途**:自动化监控资源部署
## Connections
- [[Grafana]] ← 管理工具 ← [[Dashboard-as-Code]]
- [[Terraform]] ← 使用模块 ← [[Dashboard-as-Code]]