ScoopInstaller_Main/bucket/kafka-exporter.json
2022-08-23 12:31:20 +00:00

33 lines
1.4 KiB
JSON

{
"version": "1.5.0",
"description": "Kafka exporter for Prometheus",
"homepage": "https://github.com/danielqsj/kafka_exporter",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/danielqsj/kafka_exporter/releases/download/v1.5.0/kafka_exporter-1.5.0.windows-amd64.tar.gz",
"hash": "351bb4a4d1cfbd20dd9ea1e1568c7d4a54ce783731e739688e95db6822dde5f2",
"extract_dir": "kafka_exporter-1.5.0.windows-amd64"
},
"32bit": {
"url": "https://github.com/danielqsj/kafka_exporter/releases/download/v1.5.0/kafka_exporter-1.5.0.windows-386.tar.gz",
"hash": "fc937fb6bd34008f630c120d3a206978afd9ec16171fea3891d3b92be345f3b5",
"extract_dir": "kafka_exporter-1.5.0.windows-386"
}
},
"bin": "kafka_exporter.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/danielqsj/kafka_exporter/releases/download/v$version/kafka_exporter-$version.windows-amd64.tar.gz",
"extract_dir": "kafka_exporter-$version.windows-amd64"
},
"32bit": {
"url": "https://github.com/danielqsj/kafka_exporter/releases/download/v$version/kafka_exporter-$version.windows-386.tar.gz",
"extract_dir": "kafka_exporter-$version.windows-386"
}
}
}
}