1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-22 07:39:39 +08:00
renovate[bot] b623f99b68 chore(deps): update prom/prometheus docker tag to v3.3.1 (#3822)
* chore(deps): update prom/prometheus docker tag to v3.3.1

* Update app version [skip ci]

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
2025-05-05 21:58:57 +08:00
..
2023-12-07 15:17:06 +08:00
2023-12-07 16:10:55 +08:00

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.