{ "homepage": "https://prometheus.io/", "description": "Power your metrics and alerting with a leading open-source monitoring solution.", "license": "Apache-2.0", "version": "2.15.1", "architecture": { "64bit": { "url": "https://github.com/prometheus/prometheus/releases/download/v2.15.1/prometheus-2.15.1.windows-amd64.tar.gz", "hash": "212a19698996aa90c1005b4afedb182fb5942615f99629d0458a49b2e4411a81", "extract_dir": "prometheus-2.15.1.windows-amd64" }, "32bit": { "url": "https://github.com/prometheus/prometheus/releases/download/v2.15.1/prometheus-2.15.1.windows-386.tar.gz", "hash": "524c075b470c3cdf3857e349bdde4ae63819b3e67548d2b83f80c62828a1001f", "extract_dir": "prometheus-2.15.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" } } }