23 lines
694 B
Markdown
23 lines
694 B
Markdown
---
|
||
title: "Prometheus"
|
||
type: entity
|
||
tags: [monitoring, observability, CNCF]
|
||
sources: [cloud-devop-maturity-guideline, DevOps-Culture-and-Transformation]
|
||
last_updated: 2026-04-16
|
||
---
|
||
|
||
## Summary
|
||
Prometheus 是 CNCF 开发的开源监控系统,提供时间序列数据采集、存储和查询能力,常与 Grafana 搭配使用。
|
||
|
||
## Definition
|
||
时间序列监控系统,用于持续监控应用和基础设施指标。
|
||
|
||
## Key Attributes
|
||
- **类型**:监控系统
|
||
- **开发商**:CNCF(云原生计算基金会)
|
||
- **许可证**:开源(Apache License 2.0)
|
||
|
||
## Connections
|
||
- [[监控可观测性]] ← 核心工具 ← [[Prometheus]]
|
||
- [[Prometheus]] ← 搭配 ← [[Grafana]]
|