From 5600de6107d8c2dadb210b8536df3bc6f0ed55d0 Mon Sep 17 00:00:00 2001 From: Mohammad Varmazyar Date: Thu, 26 Feb 2026 11:42:39 +0100 Subject: [PATCH] Add Consul SD maintainer (#18193) Following the discussion in #17349, adding myself as maintainer for Consul service discovery. Signed-off-by: Mohammad Varmazyar --- CODEOWNERS | 1 + MAINTAINERS.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CODEOWNERS b/CODEOWNERS index 2c5dedbffa..d09cbfe3c9 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -22,6 +22,7 @@ /discovery/kubernetes @prometheus/default-maintainers @brancz /discovery/stackit @prometheus/default-maintainers @jkroepke /discovery/aws/ @prometheus/default-maintainers @matt-gp @sysadmind +/discovery/consul @prometheus/default-maintainers @mrvarmazyar # Pending # https://github.com/prometheus/prometheus/pull/15212#issuecomment-3575225179 # /discovery/aliyun @prometheus/default-maintainers @KeyOfSpectator diff --git a/MAINTAINERS.md b/MAINTAINERS.md index ae61059af5..213fd62df0 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -14,6 +14,7 @@ Maintainers for specific parts of the codebase: * `discovery` * `k8s`: Frederic Branczyk ( / @brancz) * `stackit`: Jan-Otto Kröpke ( / @jkroepke) + * `consul`: Mohammad Varmazyar ( / @mrvarmazyar) * `documentation` * `prometheus-mixin`: Matthias Loibl ( / @metalmatze) * `storage`