You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: add :members: to OTLP exporter submodule automodule directives
The trace_exporter, metric_exporter, and _log_exporter entries in
docs/exporter/otlp/otlp.rst had no Sphinx autodoc options, so their
classes were not included in the generated API documentation.
Add :members:, :undoc-members:, and :show-inheritance: to each of the
six submodule automodule directives (three for proto.http, three for
proto.grpc) so the exporter classes appear on the rendered page.
Fixes#2786
Signed-off-by: Ali <alliasgher123@gmail.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12
12
13
13
## Unreleased
14
14
15
+
- `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
- `opentelemetry-sdk`: add `load_entry_point` shared utility to declarative file configuration for loading plugins via entry points; refactor propagator loading to use it
- `opentelemetry-sdk`: fix YAML structure injection via environment variable substitution in declarative file configuration; values containing newlines are now emitted as quoted YAML scalars per spec requirement
0 commit comments