about summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorWilliButz <wbutz@cyberfnord.de>2019-09-12 12:48:40 +0200
committerWilliButz <wbutz@cyberfnord.de>2019-09-12 12:48:40 +0200
commit82b7e9baf3c5367df0c4d80decfdef1551aa3b18 (patch)
tree72824c62274770bcc16d96d8b37754a5c68043bf /.github
parent1549ffd5988ee8aae6468bde9c0d0ce04f584b9b (diff)
downloadnixlib-82b7e9baf3c5367df0c4d80decfdef1551aa3b18.tar
nixlib-82b7e9baf3c5367df0c4d80decfdef1551aa3b18.tar.gz
nixlib-82b7e9baf3c5367df0c4d80decfdef1551aa3b18.tar.bz2
nixlib-82b7e9baf3c5367df0c4d80decfdef1551aa3b18.tar.lz
nixlib-82b7e9baf3c5367df0c4d80decfdef1551aa3b18.tar.xz
nixlib-82b7e9baf3c5367df0c4d80decfdef1551aa3b18.tar.zst
nixlib-82b7e9baf3c5367df0c4d80decfdef1551aa3b18.zip
CODEOWNERS: add myself for prometheus exporters
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 58834f4597e5..60fcf520ac19 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -150,3 +150,8 @@
 /pkgs/applications/editors/emacs-modes @adisbladis
 /pkgs/applications/editors/emacs       @adisbladis
 /pkgs/top-level/emacs-packages.nix     @adisbladis
+
+# Prometheus exporter modules and tests
+/nixos/modules/services/monitoring/prometheus/exporters.nix  @WilliButz
+/nixos/modules/services/monitoring/prometheus/exporters.xml  @WilliButz
+/nixos/tests/prometheus-exporters.nix                        @WilliButz