Skip to content

Commit

Permalink
Merge branch 'main' of github.com:open-telemetry/opentelemetry-python…
Browse files Browse the repository at this point in the history
…-contrib into fix/rich-console
  • Loading branch information
rbizos committed Oct 7, 2022
2 parents a518e10 + a47c45e commit 3a4084a
Show file tree
Hide file tree
Showing 20 changed files with 21 additions and 1,818 deletions.
2 changes: 1 addition & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ignore=CVS,gen,Dockerfile,docker-compose.yml,README.md,requirements.txt,docs
# Add files or directories matching the regex patterns to be excluded. The
# regex matches against base names, not paths.
ignore-patterns=
ignore-paths=exporter/opentelemetry-exporter-datadog/.*$
ignore-paths=

# Python code to execute, usually for sys.path manipulation such as
# pygtk.require().
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- `opentelemetry-instrumentation-django` Fixed bug where auto-instrumentation fails when django is installed and settings are not configured.
([#1369](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1369))
- `opentelemetry-instrumentation-system-metrics` add supports to collect system thread count. ([#1339](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1339))

## [1.13.0-0.34b0](https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.13.0-0.34b0) - 2022-09-26
Expand Down
7 changes: 0 additions & 7 deletions docs/exporter/datadog/datadog.rst

This file was deleted.

8 changes: 0 additions & 8 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,6 @@ install <https://pip.pypa.io/en/stable/reference/pip_install/#editable-installs>
pip install -e ./sdk-extension/opentelemetry-sdk-extension-aws
.. toctree::
:maxdepth: 2
:caption: OpenTelemetry Exporters
:name: exporters
:glob:

exporter/**

.. toctree::
:maxdepth: 2
:caption: OpenTelemetry Instrumentations
Expand Down
2 changes: 0 additions & 2 deletions docs/nitpick-exceptions.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ class_references=
opentelemetry.propagators.textmap.DefaultGetter
; API
opentelemetry.propagators.textmap.Getter
; - DatadogFormat
; - AWSXRayPropagator
opentelemetry.sdk.trace.id_generator.IdGenerator
; - AwsXRayIdGenerator
Expand Down Expand Up @@ -38,7 +37,6 @@ anys=
; - AwsXRayIdGenerator
; SDK
SpanProcessor
; - DatadogExportSpanProcessor
TracerProvider
; - AwsXRayIdGenerator
; Instrumentation
Expand Down
1 change: 0 additions & 1 deletion eachdist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ packages=

[exclude_release]
packages=
opentelemetry-exporter-datadog
opentelemetry-sdk-extension-aws
opentelemetry-propagator-aws-xray

Expand Down
32 changes: 0 additions & 32 deletions exporter/opentelemetry-exporter-datadog/README.rst

This file was deleted.

49 changes: 0 additions & 49 deletions exporter/opentelemetry-exporter-datadog/pyproject.toml

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 3a4084a

Please sign in to comment.