Skip to content

Commit

Permalink
Remove configuration from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ocelotl committed Jan 21, 2021
1 parent 8b7a55f commit 73929d2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
1 change: 0 additions & 1 deletion docs/api/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ OpenTelemetry Python API
:maxdepth: 1

baggage
configuration
context
metrics
trace
10 changes: 0 additions & 10 deletions docs/api/configuration.rst

This file was deleted.

2 changes: 1 addition & 1 deletion opentelemetry-distro/src/opentelemetry/distro/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def _get_service_name() -> str:


def _get_exporter_names() -> Sequence[str]:
exporter = environ.get("OTEL_EXPORTER") or _DEFAULT_EXPORTER
exporter = environ.get("OTEL_EXPORTER") or "EXPORTER_OTLP"
if exporter.lower().strip() == "none":
return []

Expand Down

0 comments on commit 73929d2

Please sign in to comment.