From 7842d86a1a983a5b7f9174490b1e44082fc50e69 Mon Sep 17 00:00:00 2001 From: Billard <82095453+iacker@users.noreply.github.com> Date: Tue, 7 Apr 2026 07:15:28 +0200 Subject: [PATCH] docs: expose API metrics members in Sphinx Signed-off-by: Billard <82095453+iacker@users.noreply.github.com> --- docs/api/metrics.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/api/metrics.rst b/docs/api/metrics.rst index 93a8cbe7208..3b56f51a1b6 100644 --- a/docs/api/metrics.rst +++ b/docs/api/metrics.rst @@ -8,3 +8,6 @@ Module contents --------------- .. automodule:: opentelemetry.metrics + :members: + :undoc-members: + :show-inheritance: