{ "homepage": "https://prometheus.io/", "description": "Power your metrics and alerting with a leading open-source monitoring solution.", "license": "Apache-2.0", "version": "2.19.1", "architecture": { "64bit": { "url": "https://github.com/prometheus/prometheus/releases/download/v2.19.1/prometheus-2.19.1.windows-amd64.tar.gz", "hash": "3b3d785b44f3e9d74b92c561b5b4862c3f99b4ea0291ba9ecf954104f6ec0719", "extract_dir": "prometheus-2.19.1.windows-amd64" }, "32bit": { "url": "https://github.com/prometheus/prometheus/releases/download/v2.19.1/prometheus-2.19.1.windows-386.tar.gz", "hash": "3836d73b894e9b0c56042bfa945a1342e28bde08629622e354f8d8e0037c2773", "extract_dir": "prometheus-2.19.1.windows-386" } }, "bin": [ [ "prometheus.exe", "prometheus", "--config.file $persist_dir/prometheus.yml" ], "promtool.exe" ], "persist": [ "data", "prometheus.yml" ], "checkver": { "github": "https://github.com/prometheus/prometheus" }, "autoupdate": { "architecture": { "64bit": { "url": "https://github.com/prometheus/prometheus/releases/download/v$version/prometheus-$version.windows-amd64.tar.gz", "extract_dir": "prometheus-$version.windows-amd64" }, "32bit": { "url": "https://github.com/prometheus/prometheus/releases/download/v$version/prometheus-$version.windows-386.tar.gz", "extract_dir": "prometheus-$version.windows-386" } }, "hash": { "url": "https://github.com/prometheus/prometheus/releases/download/v$version/sha256sums.txt" } } }