Damien Mathieu
Damien Mathieu
From #607, it appears invalid casing (`Id` instead of `ID`) linting issues are not being reported by our golangci-lint configuration. ## Expected solution If an invalid casing is detected, such...
Closes #1400 This introduces an option `--cache-exclude-status`, which allows specifying a range of HTTP status codes which will be ignored from the cache.
We're looking into caching our lychee results, as we're checking a lot of URLs, and we're frequently getting 429s from some services. Unfortunately right now, lychee only skips caching for...
#### Description We upgraded the proto version, so we need to upgrade it in the readme as well. #### Link to tracking issue * https://github.com/open-telemetry/opentelemetry-collector/pull/10109#pullrequestreview-2058708683 * https://github.com/open-telemetry/opentelemetry-collector/pull/10155
#### Description This adds the profiling proto schema to pdata, so the receiver/consumer interfaces can then start accepting that data. Proto files: https://github.com/open-telemetry/opentelemetry-proto/tree/main/opentelemetry/proto/profiles/v1experimental #### Testing This is being tested by...
#### Description This adds a string slice to pcommon, that will be used by the profiles pdata. #### Link to tracking issue Part of #10109. #### Testing This is unit-tested....
This is a proposal to document the supported ruby versions in the README, so folks know what to expect.
#### Description This adds profiles support for consumers. #### Link to tracking issue Based on the discussion in #10375.
Just a remark that we could use a `kvBuffer` like in `otelslog` but I prefer to do it as it is currently and focus on performance improvements in separate PRs....
This issue is to inform the maintainers of the echo library (and users reading issues) that the [otelecho](https://pkg.go.dev/go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho) library, which allows instrumenting echo with OpenTelemetry lacks a code owner, and...