22 lines
720 B
Markdown
22 lines
720 B
Markdown
---
|
||
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]] |