Pablo Collins
Pablo Collins
The configschema module makes available an API to get metadata about component configs. It also provides a command, `docsgen`, to generate markdown files for each component, describing its configuration fields,...
**Description:** Attempts to divide by zero when executing sfx translation rules are currently logged as warnings. This has caused some users to report lots of noise in logs. However, encountering...
**Describe the bug** The SignalFx exporter can produce noisy log entries about translation rules finding a zero in the denominator in what would be a division operation. The operation is...
**Description:** Add a lightweight, single-user web application to help users create a collector config. This application, tentatively called Otto, lets users select and configure components, create a pipeline, run the...
This is an OpenTelemetry [scenario runner](https://github.com/pmcollins/opentelemetry-python-contrib/blob/89becd6fbd2c72be36d025c81a77dfeb840ce559/util/oteltest/README.md) for running integration tests and examples. It sets up and runs a scenario defined by each script in a given directory. Script authors define...
Can we consolidate this logic? I know that removing/replacing eachdist has been discussed, but while we still have it, would be nice to make it as easy to use and...
**Is your feature request related to a problem?** Running an OpenTelemetry scenario (e.g. an instrumented Python server, a client, and a Collector/Docker), then gathering the telemetry it produces, is a...
Also remove redundant str(exception) from the exception message # Description Fixes #4093 As the linked issue mentions, if a failure occurs during converting a metric to proto, the exception message...
### Describe your environment OS: Intel Mac Python version: 3.8 SDK version: latest main API version: latest main ### What happened? When I use `opentelemetry-instrument` on a script that sends...