otel-launcher-go
otel-launcher-go copied to clipboard
Launcher, a Lightstep Distro for OpenTelemetry Go 🚀
Bumps [go.opentelemetry.io/proto/otlp](https://github.com/open-telemetry/opentelemetry-proto-go) from 1.2.0 to 1.3.1. Release notes Sourced from go.opentelemetry.io/proto/otlp's releases. Release v1.3.1 Release of the v1.3.1 version of the OTLP including the new Profiles signal. :warning: This release...
Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.51.2 to 1.59.1. Release notes Sourced from github.com/golangci/golangci-lint's releases. v1.59.1 golangci-lint is a free and open-source project built by volunteers. If you value it, consider supporting us,...
Bumps [github.com/mostynb/go-grpc-compression](https://github.com/mostynb/go-grpc-compression) from 1.2.2 to 1.2.3. Release notes Sourced from github.com/mostynb/go-grpc-compression's releases. v1.2.3 This release contains an important security fix: Do not use zstd.Decoder.DecodeAll on untrusted data (#27) This issue...
Bumps [github.com/mostynb/go-grpc-compression](https://github.com/mostynb/go-grpc-compression) from 1.2.2 to 1.2.3. Release notes Sourced from github.com/mostynb/go-grpc-compression's releases. v1.2.3 This release contains an important security fix: Do not use zstd.Decoder.DecodeAll on untrusted data (#27) This issue...
Bumps [github.com/mostynb/go-grpc-compression](https://github.com/mostynb/go-grpc-compression) from 1.2.2 to 1.2.3. Release notes Sourced from github.com/mostynb/go-grpc-compression's releases. v1.2.3 This release contains an important security fix: Do not use zstd.Decoder.DecodeAll on untrusted data (#27) This issue...
Bumps [go.opentelemetry.io/contrib/propagators/ot](https://github.com/open-telemetry/opentelemetry-go-contrib) from 1.20.0 to 1.27.0. Changelog Sourced from go.opentelemetry.io/contrib/propagators/ot's changelog. [1.27.0/0.52.0/0.21.0/0.7.0/0.2.0] - 2024-05-21 Added Add the new go.opentelemetry.io/contrib/instrgen package to provide auto-generated source code instrumentation. (#3068, #3108) Add an...
Bumps [go.opentelemetry.io/collector/config/configgrpc](https://github.com/open-telemetry/opentelemetry-collector) from 0.98.0 to 0.102.1. Release notes Sourced from go.opentelemetry.io/collector/config/configgrpc's releases. cmd/builder/v0.102.1 Images and binaries here: https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.102.1 v0.102.1 Images and binaries here: https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.102.1 This release addresses CVE-2024-36129 (GHSA-c74f-6mfw-mm4v) fully....
Bumps [go.opentelemetry.io/collector/config/configtls](https://github.com/open-telemetry/opentelemetry-collector) from 1.17.0 to 1.18.0. Release notes Sourced from go.opentelemetry.io/collector/config/configtls's releases. v1.17.0/v0.111.0 Images and binaries here: https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.111.0 :new: The binary release adds a new OTLP-only distro. Feel free to...
**Describe the bug** As discussed in https://github.com/lightstep/otel-launcher-go/pull/793, testing is incomplete for global asynchronous instrument registration. The SDK will log errors but no test actually fails when registration is broken. **To...
github.com/lightstep/otel-launcher-go/lightstep/instrumentation import fails for undefined variables
**Describe the bug** Can't build my project when importing otel-launcher-go I get the following error: `go\pkg\mod\github.com\lightstep\otel-launcher-go\lightstep\[email protected]\cputime\cputime_other.go:58:2: undefined: gcSeconds` **To Reproduce** Add `github.com/lightstep/otel-launcher-go/lightstep/instrumentation` to your go.mod file on a non-linux machine...