Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Add logging signal to main (#2251)" #2260

Merged
merged 1 commit into from
Nov 3, 2021
Merged
Show file tree
Hide file tree
Changes from all 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
8 changes: 0 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,14 +115,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added dropped count to otlp, jaeger and zipkin exporters.
([#1893](https://github.com/open-telemetry/opentelemetry-python/pull/1893))

### Added
- Give OTLPHandler the ability to process attributes
([#1952](https://github.com/open-telemetry/opentelemetry-python/pull/1952))
- Add global LogEmitterProvider and convenience function get_log_emitter
([#1901](https://github.com/open-telemetry/opentelemetry-python/pull/1901))
- Add OTLPHandler for standard library logging module
([#1903](https://github.com/open-telemetry/opentelemetry-python/pull/1903))

### Changed
- Updated `opentelemetry-opencensus-exporter` to use `service_name` of spans instead of resource
([#1897](https://github.com/open-telemetry/opentelemetry-python/pull/1897))
Expand Down
75 changes: 0 additions & 75 deletions docs/examples/logs/README.rst

This file was deleted.

62 changes: 0 additions & 62 deletions docs/examples/logs/example.py

This file was deleted.

10 changes: 0 additions & 10 deletions docs/examples/logs/otel-collector-config.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions docs/sdk/logs.export.rst

This file was deleted.

22 changes: 0 additions & 22 deletions docs/sdk/logs.rst

This file was deleted.

7 changes: 0 additions & 7 deletions docs/sdk/logs.severity.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/sdk/sdk.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@ OpenTelemetry Python SDK

resources
trace
logs
error_handler
environment_variables

This file was deleted.

Empty file.
Loading