Files
nexus/wiki/entities/Prometheus.md
2026-04-16 17:30:41 +08:00

23 lines
694 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: "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]]