Auto-sync: 2026-04-19 14:51

This commit is contained in:
2026-04-19 14:51:38 +08:00
parent 5ee507c33a
commit fc0dde291f
103 changed files with 3687 additions and 12 deletions

View File

@@ -0,0 +1,22 @@
---
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]]