Alex Boten

Results 142 issues of Alex Boten

This moves away from opencensus metrics and over to otel metrics, via mdatagen generated metrics. Closes #32261

exporter/sumologic

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...

enhancement
area: config

### 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...

enhancement
area: config

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....

good first issue
help wanted