From 65cf528403b9cd2f6e4b526ee2c29d2e84c76178 Mon Sep 17 00:00:00 2001 From: Chris Marchbanks Date: Fri, 19 Jan 2024 15:37:12 -0700 Subject: [PATCH] Remove csmarchbanks from remote write owners (#13432) I have not had the time to keep up with remote write and have no plans to work on it in the near future so I am withdrawing my maintainership of that part of the codebase. I continue to focus on client_python. Signed-off-by: Chris Marchbanks --- .github/CODEOWNERS | 2 +- MAINTAINERS.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 1aae1fff9..41530d465 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,6 +1,6 @@ /web/ui @juliusv /web/ui/module @juliusv @nexucis -/storage/remote @csmarchbanks @cstyan @bwplotka @tomwilkie +/storage/remote @cstyan @bwplotka @tomwilkie /storage/remote/otlptranslator @gouthamve @jesusvazquez /discovery/kubernetes @brancz /tsdb @jesusvazquez diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 902e9a6e9..e2fa9c294 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -9,7 +9,7 @@ Julien Pivotto ( / @roidelapluie) and Levi Harrison * `documentation` * `prometheus-mixin`: Matthias Loibl ( / @metalmatze) * `storage` - * `remote`: Chris Marchbanks ( / @csmarchbanks), Callum Styan ( / @cstyan), Bartłomiej Płotka ( / @bwplotka), Tom Wilkie ( / @tomwilkie) + * `remote`: Callum Styan ( / @cstyan), Bartłomiej Płotka ( / @bwplotka), Tom Wilkie ( / @tomwilkie) * `tsdb`: Ganesh Vernekar ( / @codesome), Bartłomiej Płotka ( / @bwplotka), Jesús Vázquez ( / @jesusvazquez) * `agent`: Robert Fratto ( / @rfratto) * `web`