prometheus-jitsi-exporter: reference vm test
This commit is contained in:
parent
d939a8f20d
commit
52fa5e9612
@ -1,4 +1,4 @@
|
|||||||
{ lib, buildGoModule, fetchgit, ... }:
|
{ lib, buildGoModule, fetchgit, nixosTests }:
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "jitsiexporter";
|
pname = "jitsiexporter";
|
||||||
@ -12,6 +12,8 @@ buildGoModule rec {
|
|||||||
|
|
||||||
vendorSha256 = null;
|
vendorSha256 = null;
|
||||||
|
|
||||||
|
passthru.tests = { inherit (nixosTests.prometheus-exporters) jitsi; };
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Export Jitsi Videobridge metrics to Prometheus";
|
description = "Export Jitsi Videobridge metrics to Prometheus";
|
||||||
homepage = "https://git.xsfx.dev/prometheus/jitsiexporter";
|
homepage = "https://git.xsfx.dev/prometheus/jitsiexporter";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user