Files
nexus/wiki/entities/Prometheus.md
2026-04-27 16:26:34 +08:00

45 lines
1.4 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: "Prometheus"
type: entity
tags: [monitoring, time-series, devops, observability]
last_updated: 2026-04-26
---
## Prometheus — 开源监控系统与时序数据库
**官方网址:** https://prometheus.io/
**类型:** 开源项目 / 监控系统
**别名:**
- prom
- Prometheus TSDB
---
## Overview
Prometheus 是由 SoundCloud 开发的开源监控系统,现由 CNCF 托管。采用**拉取pull模式**从配置的 targets 收集指标,存储为时间序列数据,支持强大的 PromQL 查询语言和灵活的告警规则引擎。
**核心特性:**
- 多维数据模型metric + labels
- PromQL 强大查询能力
- 拉取模式优于推送(网络可控、无侵入)
- HTTP API易于集成
- Alertmanager 集成
**典型部署端口:** `9090`Web UI + API
---
## Used By
- [[家庭监控方案-prometheus-grafana-node-exporter-cadvisor-blackbox]]
## Related Sources
- [[家庭监控方案-prometheus-grafana-node-exporter-cadvisor-blackbox]]
- [[家庭网络环境概览_2026-04-03]]
- [[ctp-topic-8-implementation-of-cloud-monitoring-using-micro-focus-operations-brid]]
- [[ctp-topic-60-monitor-aws-using-hyperscale-observability-with-grafana]]
- [[ctp-topic-67-cloud-native-observability-using-opentelemetry]]
- [[public-cloud-learning-sessions-observability-with-opentelemetry]]