From c62a2ac57c01dd817b34b6c112c5088b85009f9d Mon Sep 17 00:00:00 2001 From: Arthur Silva Sens Date: Tue, 14 Apr 2026 10:04:39 -0300 Subject: [PATCH] Add Prometheus interoperability to codeowners Signed-off-by: Arthur Silva Sens --- .github/CODEOWNERS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 707f7a48dfb..4d59112a1cf 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -14,3 +14,7 @@ # Global owners, will be the owners for everything in the repo. Membership is tracked via https://github.com/open-telemetry/community/blob/main/community-members.md * @open-telemetry/technical-committee @open-telemetry/spec-sponsors + +# Prometheus-specific specifications +/specification/compatibility/prometheus_and_openmetrics.md @open-telemetry/technical-committee @open-telemetry/spec-sponsors @open-telemetry/prometheus-interoperability +/specification/metrics/sdk_exporters/prometheus.md @open-telemetry/technical-committee @open-telemetry/spec-sponsors @open-telemetry/prometheus-interoperability