Skip to content

Add missing :members: to OTLP exporter RST submodules (fix #2786)#5174

Open
64johnlee wants to merge 1 commit intoopen-telemetry:mainfrom
64johnlee:ralph/otel-bounty
Open

Add missing :members: to OTLP exporter RST submodules (fix #2786)#5174
64johnlee wants to merge 1 commit intoopen-telemetry:mainfrom
64johnlee:ralph/otel-bounty

Conversation

@64johnlee
Copy link
Copy Markdown

Summary

Fixes #2786.

The OTLP exporter RST file had automodule directives for trace_exporter, metric_exporter, and _log_exporter submodules (in both grpc and http) that were missing the :members:, :undoc-members:, and :show-inheritance: options. As a result, the API documentation for these submodules was not being generated.

This change adds these options to all four missing submodule directives per section (grpc and http), matching the pattern used for the parent module directives.

The automodule directives for trace_exporter, metric_exporter, and
_log_exporter submodules in both grpc and http were missing
:members: :undoc-members: :show-inheritance:, so the API docs
for these weren't being generated.
Fixes open-telemetry#2786.
@64johnlee 64johnlee requested a review from a team as a code owner May 5, 2026 00:34
@linux-foundation-easycla
Copy link
Copy Markdown

CLA Missing ID CLA Not Signed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

OTLP Exporters API documentation page is missing the API section

1 participant