Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

- `opentelemetry-exporter-otlp-proto-grpc`, `opentelemetry-exporter-otlp-proto-http`: add `:members:` directives to submodule `automodule` entries in `docs/exporter/otlp/otlp.rst` so that exporter classes appear in the generated API documentation
([#5124](https://github.com/open-telemetry/opentelemetry-python/pull/5124))
Comment thread
alliasgher marked this conversation as resolved.
Outdated
- Fix incorrect code example in `create_tracer()` docstring
([#5072](https://github.com/open-telemetry/opentelemetry-python/issues/5072))
- `opentelemetry-sdk`: add `load_entry_point` shared utility to declarative file configuration for loading plugins via entry points; refactor propagator loading to use it
Expand Down
18 changes: 18 additions & 0 deletions docs/exporter/otlp/otlp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,19 @@ opentelemetry.exporter.otlp.proto.http
:show-inheritance:

.. automodule:: opentelemetry.exporter.otlp.proto.http.trace_exporter
:members:
:undoc-members:
:show-inheritance:

.. automodule:: opentelemetry.exporter.otlp.proto.http.metric_exporter
:members:
:undoc-members:
:show-inheritance:

.. automodule:: opentelemetry.exporter.otlp.proto.http._log_exporter
:members:
:undoc-members:
:show-inheritance:

opentelemetry.exporter.otlp.proto.grpc
---------------------------------------
Expand All @@ -28,7 +37,16 @@ opentelemetry.exporter.otlp.proto.grpc
:show-inheritance:

.. automodule:: opentelemetry.exporter.otlp.proto.grpc.trace_exporter
:members:
:undoc-members:
:show-inheritance:

.. automodule:: opentelemetry.exporter.otlp.proto.grpc.metric_exporter
:members:
:undoc-members:
:show-inheritance:

.. automodule:: opentelemetry.exporter.otlp.proto.grpc._log_exporter
:members:
:undoc-members:
:show-inheritance: