Files
nexus/wiki/sources/ctp-topic-42-grafana-observability-dashboard.md

55 lines
3.3 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: "CTP Topic 42 Grafana Observability Dashboard"
type: source
tags:
- Grafana
- Observability
- Dashboard
- AWS
- Terraform
- EKS
date: 2026-04-14
---
## Source File
- [[Cloud & DevOps/Public-Cloud-Learning-Sessions/04_EKS/ctp-topic-42-grafana-observability-dashboard]]
## Summary用中文描述
- 核心主题:企业级 Grafana 可观测性平台在 AWS 多账户环境下的架构设计与落地实践
- 问题域AWS Landing Zone 多产品团队账户的集中监控与可视化需求
- 方法/机制Grafana + IAM 跨账户角色 + Terraform IaC 自动化 + Prometheus 网络监控
- 结论/价值Grafana 统一替代 Micro Focus 工具实现端到端监控,支持动态仪表盘和告警通知
## Key Claims用中文描述
- Grafana 通过 IAM 角色策略从监控账户访问各产品团队 AWS 账户,实现跨账户统一监控
- Terraform 模块化封装 Grafana 数据源和组织结构,实现新产品组自动化接入
- Prometheus 作为 Checkpoint 和防火墙的网络监控数据源,支持 SNMP 协议采集
- Grafana 用户管理将逐步从数据库模式迁移至 LDAP 或 SSO 统一认证
## Key Quotes
> "Grafana does not exist differently data source by itself. It needs to be expressed from the data, all kinds of data sources." — Grafana 本身不存储数据,数据必须来自外部数据源
> "We would like to build application specific dashboards which can basically give us key insight with respect to our applications that are running over there." — 未来目标是构建应用级仪表盘,提供关键业务洞察
## Key Concepts
- [[Observability可观测性]]通过外部输出Metrics/Logs/Traces推断系统内部状态的能力
- [[Grafana]]:开源数据可视化平台,支持多数据源的图表和仪表盘
- [[Terraform]]HashiCorp 基础设施即代码工具,用于自动化资源供给
- [[Prometheus]]:开源时序数据库和监控告警系统,用于网络设备指标采集
- [[SNMPSimple Network Management Protocol]]:网络设备监控协议,用于采集 Checkpoint 防火墙指标
- [[IAM Role跨账户角色]]AWS IAM 角色机制,实现跨账户资源安全访问
## Key Entities
- [[AWS CloudWatch]]AWS 托管监控服务Grafana 的主要数据源之一
- [[AWS Landing Zone]]AWS 多账户架构框架,产品团队账户通过 IAM 角色被监控账户访问
- [[Micro Focus Operations Bridge Manager]]:将被 Grafana 替代的传统监控工具
## Connections
- [[ctp-topic-60-monitor-aws-using-hyperscale-observability-with-grafana]] ← extends ← [[ctp-topic-42-grafana-observability-dashboard]]
- [[ctp-topic-54-esm-saas-log-analytics]] ← related ← [[ctp-topic-42-grafana-observability-dashboard]]
- [[ctp-topic-67-cloud-native-observability-using-opentelemetry]] ← related ← [[ctp-topic-42-grafana-observability-dashboard]]
- [[ctp-topic-8-implementation-of-cloud-monitoring-using-micro-focus-operations-brid]] ← replaced_by ← [[ctp-topic-42-grafana-observability-dashboard]]
## Contradictions
- 无明显冲突。本视频与 [[ctp-topic-60]] 均介绍 Grafana视角互补Grafana 本身 vs Hyperscale 场景),与 [[ctp-topic-67]] 同属可观测性专题,共同构成完整监控知识体系