1
0
Fork 0
1Panel-Appstore/prometheus
wanghe-fit2cloud a11f9660b2 feat: Modify app architectures 2025-05-14 14:21:38 +08:00
..
3.3.1 chore(deps): update prom/prometheus docker tag to v3.3.1 (#3822) 2025-05-05 21:58:57 +08:00
README.md refactor: 部分应用优化 (#686) 2023-12-07 16:10:55 +08:00
README_en.md Add various translations for i18n apps (#3475) 2025-03-25 16:59:32 +08:00
data.yml feat: Modify app architectures 2025-05-14 14:21:38 +08:00
logo.png feat: 增加prometheus app (#638) 2023-12-07 15:17:06 +08:00

README_en.md

Prometheus

Prometheus is a monitoring system and time-series database.

Key Features:

  • Multidimensional data model, where time series data is identified by metric names and key/value pairs.
  • PromQL, a flexible query language that leverages this dimensionality.
  • No reliance on distributed storage; single server nodes are autonomous.
  • Time series collection is performed via a pull model over HTTP.
  • Supports pushing time series via an intermediary gateway.
  • Targets are discovered via service discovery or static configuration.
  • Multiple modes of graphing and dashboard support.