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