Alex Boten
Alex Boten
This moves away from opencensus metrics and over to otel metrics, via mdatagen generated metrics. Closes #32261
This will make parsing the configuration easier
### Problem Statement As it was done for metric and tracing, the logging signal should support configuring a console exporter via config. ### Proposed Solution Add the following code and...
### Problem Statement There isn't a mechanism for applying a filter when configuring resource attributes as constant labels via the config package. ### Proposed Solution Add support for applying resource...
An [issue](https://github.com/open-telemetry/opentelemetry-python-contrib/issues/956) was found in the wsgi instrumentation by integration tests in the core repository. The issue should have been caught by unit tests in the instrumentation using the NoOpTracerProvider....