Mike Goldsmith
Mike Goldsmith
Adds support for knowing if a global tracer has been registered via a global variable including tests. NOTE: Python currently does not prevent you re-registering a global tracer multiple times...
Adds OTLP request identifier to describe the OTLP version used to create the binary or JSON payload.
This PR adds an autoexport package similar to autoprop that can detect and configure trace exporters, or use provided ones if none are set in environment variables. This is a...
# Description Adds a OTLP HTTP/JSON exporter. Currently only exports trace data, but can be expanded to add metrics and logs too. Fixes #1003 NOTE: I've created as a draft...
Updates the github workflow to use standard docker actions to build and publish multi-arch images when a git tag is pushed. The workflow creates two tags, `latest` and one that...
Enhancement idea to the Baggage Span Processor to allow configuration of a user-provided key predicate function used to determine whether a baggage entry should be added to newly started spans....
Updates the resource attributes configured by the agent to use the new semantic conventions, `telemetry.distro.name` and `telemetry.distro.version`. The existing version attribute has not been removed yet. - Closes #239
Review `bpf_printk` usage and consider introducing debug flag to enable / disable. My understanding is `bpf_printk` has non-negligible performance impact. Maybe we should review where we use them, and have...
Currently we have two HTTP based probes (net/http and gorilla) and a third to be added in #100. The probes are almost identical apart from the registration name and could...
We have two formats for our docker images; - built locally using Makefile: `otel-instrumentation-go` - built in CI workflow and published to github & docker hub: `autoinstrumentation-go` We should have...