otel-launcher-python icon indicating copy to clipboard operation
otel-launcher-python copied to clipboard

Launcher, a Lightstep Distro for OpenTelemetry Python 🚀

Results 6 otel-launcher-python issues
Sort by recently updated
recently updated
newest added

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of...

Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of this project. #### Changes included in this PR - Changes to the following...

Make the default configuration of metrics provided by the launcher use an exponential histogram aggregation instead of the default explicit bucket histogram aggregation.

Running the launcher over pip gives me no changes in my current setup but still I see lots of packages being installed.

`lint` is now being run as part of `build (3.7)`, make a separate environment for `lint`.

**Describe the bug** TL;DR: otel launcher was failing, and pinning `environs==12.0.0` fixed the issue. calling `configure_opentelemetry` is broken and caused an exception. Failure to instantiate propagators ``` ERROR:opentelemetry.launcher.configuration:Unable to instantiate...