1 { buildGoModule, fetchFromGitHub, lib }:
3 pname = "prometheus-packet-sd";
6 src = fetchFromGitHub {
8 repo = "prometheus-packet-sd";
10 sha256 = "sha256-2k8AsmyhQNNZCzpVt6JdgvI8IFb5pRi4ic6Yn2NqHMM=";
15 subPackages = [ "." ];
18 description = "Prometheus service discovery for Equinix Metal";
19 homepage = "https://github.com/packethost/prometheus-packet-sd";
20 license = licenses.asl20;
21 platforms = platforms.unix;
23 mainProgram = "prometheus-packet-sd";