prometheus-elasticsearch-exporter: 1.9.0 -> 1.10.0 (#469228)

This commit is contained in:
Weijia Wang
2026-01-31 22:02:49 +00:00
committed by GitHub
@@ -5,16 +5,16 @@
}:
buildGoModule rec {
pname = "elasticsearch_exporter";
version = "1.9.0";
version = "1.10.0";
src = fetchFromGitHub {
owner = "prometheus-community";
repo = "elasticsearch_exporter";
rev = "v${version}";
hash = "sha256-v6Fi5O/87jhFI1h6qWyWb61X+dTjcqS3Fi9/MPQSr8Y=";
hash = "sha256-xVDqyYYwzxfFxZ3K2SMFfPoJw47SXS6czsWLC++LOOk=";
};
vendorHash = "sha256-NAaVz5AqhfaEiWqBAeQZVWwjMIwX9jEw0oycXq7uLNw=";
vendorHash = "sha256-8y0M1b34eJpuHOuXPemhB5kKwBSgU7cMFxOaIZFS/bo=";
meta = {
description = "Elasticsearch stats exporter for Prometheus";