Download | Prometheus
https://prometheus.io/downloadDownload. We provide precompiled binaries and Docker images for most officially maintained Prometheus components. If a component is not listed here, check the respective repository on Github for further instructions. There is also a constantly growing number of independently maintained exporters listed at Exporters and integrations .
Getting started | Prometheus
prometheus.io › docs › prometheusPrometheus collects metrics from targets by scraping metrics HTTP endpoints. Since Prometheus exposes data in the same manner about itself, it can also scrape and monitor its own health. While a Prometheus server that collects only data about itself is not very useful, it is a good starting example.
Download | Prometheus
prometheus.io › downloadDownload. We provide precompiled binaries and Docker images for most officially maintained Prometheus components. If a component is not listed here, check the respective repository on Github for further instructions. There is also a constantly growing number of independently maintained exporters listed at Exporters and integrations .
Getting started | Prometheus
https://prometheus.io/docs/prometheusYou will download and run Prometheus locally, configure it to scrape itself and an example application, then work with queries, rules, and graphs to use collected time series data. Downloading and running Prometheus Download the latest release of Prometheus for your platform, then extract and run it: tar xvfz prometheus-*.tar.gz cd prometheus-*