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