prometheus-statsd-exporter: 0.9.0 -> 0.20.2
This commit is contained in:
parent
a9ffa5dc2a
commit
0a75e25dac
@ -1,19 +1,18 @@
|
|||||||
{ lib, buildGoPackage, fetchFromGitHub }:
|
{ lib, buildGoModule, fetchFromGitHub }:
|
||||||
|
|
||||||
buildGoPackage rec {
|
buildGoModule rec {
|
||||||
pname = "statsd_exporter";
|
pname = "statsd_exporter";
|
||||||
version = "0.9.0";
|
version = "0.20.2";
|
||||||
rev = version;
|
|
||||||
|
|
||||||
goPackagePath = "github.com/prometheus/statsd_exporter";
|
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
owner = "prometheus";
|
owner = "prometheus";
|
||||||
repo = "statsd_exporter";
|
repo = "statsd_exporter";
|
||||||
sha256 = "0bgi00005j41p650rb6n1iz2w9m4p22d1w91f2hwlh5bqxf55al3";
|
sha256 = "1k98dmjn2mfwg36khpbxg7yk6rn4sk4v264i4rmqs4v8gss2h3kn";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
vendorSha256 = "1fihbchl5g5z9xrca68kaq26l674chcby634k8iz5h31dai8hpyh";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Receives StatsD-style metrics and exports them to Prometheus";
|
description = "Receives StatsD-style metrics and exports them to Prometheus";
|
||||||
homepage = "https://github.com/prometheus/statsd_exporter";
|
homepage = "https://github.com/prometheus/statsd_exporter";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user