Shawn Poulson

Results 7 issues of Shawn Poulson

### Description When Jaeger exporter is configured to export to a remote host, significant portions of traces are incomplete or completely missing. Observing with `tcpdump -i any port 6831` reveals...

bug
help wanted
pkg:exporter:jaeger

### Description Some applications are dropping trace spans with errors like "multiple errors during transform" and "span too large to send". I suspect this may be a consequence of a...

bug
help wanted
pkg:exporter:jaeger

## What's Changed * New functionality in holster (https://github.com/mailgun/holster/pull/120) allows tagging of trace spans with a log level. * Set spans to debug where appropriate to improve signal:noise ratio.

New functionality to support Honeycomb features and general tracing improvements. Once completed, each piece of functionality will be broken out to its own PR for easy review. This PR will...

GitHub Action build should include a test that builds the Docker image, launches a container, and does a simple function test. This prevents possibility of a breaking change within `cmd/gubernator`...

`DeferredTracer` collects deferred OpenTelemetry spans. Call `StartSpan`/`EndSpan` to build spans, then `Flush` to send queued events to OpenTelemetry. This generates trace spans at runtime but deferred until convenient to process....