mirror of
https://github.com/prometheus/prometheus.git
synced 2024-12-25 13:44:05 -08:00
Make README.md introduction less esoteric.
This commit is contained in:
parent
a0457829ee
commit
cc83fdc9c3
27
README.md
27
README.md
|
@ -1,21 +1,20 @@
|
||||||
# Prometheus
|
# Prometheus
|
||||||
|
|
||||||
Bedecke deinen Himmel, Zeus! A new kid is in town.
|
Prometheus is a systems and service monitoring system. Prometheus' main
|
||||||
|
distinguishing features as compared to other monitoring systems are:
|
||||||
|
|
||||||
Prometheus is a generic time series collection and computation server that is
|
- a **multi-dimensional** data model (timeseries defined by metric name and set of key/value dimensions)
|
||||||
useful in the following fields:
|
- a **flexible query language** to leverage this dimensionality
|
||||||
|
- no dependency on distributed storage; **single server nodes are autonomous**
|
||||||
|
- timeseries collection happens via a **pull model** over HTTP
|
||||||
|
- **pushing timeseries** is supported via an intermediary gateway
|
||||||
|
- targets are discovered via **service discovery** or **static configuration**
|
||||||
|
- multiple modes of **graphing and dashboarding support**
|
||||||
|
- **federation support** coming soon
|
||||||
|
|
||||||
* Industrial Experimentation / Real-Time Behavioral Validation / Software Release Qualification
|
Prometheus collects metrics from configured targets at given intervals,
|
||||||
* Econometric and Natural Sciences
|
evaluates rule expressions, displays the results, and can trigger alerts
|
||||||
* Operational Concerns and Monitoring
|
if some condition is observed to be true.
|
||||||
|
|
||||||
The system is designed to collect telemetry from named targets on given
|
|
||||||
intervals, evaluate rule expressions, display the results, and trigger an
|
|
||||||
action if some condition is observed to be true.
|
|
||||||
|
|
||||||
TODO: The above description is somewhat esoteric. Rephrase it into
|
|
||||||
something that tells normal people how they will usually benefit from
|
|
||||||
using Prometheus.
|
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue