Tyler Helmuth
Tyler Helmuth
Currently the CI for the operator chart only tests an install of the default config. We should add CI scenarios to cover expected/complicated use cases so that the operator has...
Catching issues like the one fixed in this PR makes sense. Probably we can have a matrix of popular helm versions in the [lint-test job](https://github.com/open-telemetry/opentelemetry-helm-charts/blob/main/.github/workflows/lint-test.yaml). __Originally posted by @dmitryax in...
**Is your feature request related to a problem? Please describe.** To enable the collector to receive json payloads from new/old otel exports, the collector was changed to skip unknown fields...
**Description:** Renames TQL to OTTL. No functional changes **Link to tracking Issue:** Resolves #13919 **Testing:** Unit tests **Documentation:** All documentation/links have been updated
**Is your feature request related to a problem? Please describe.** The current tqlmetrics context is based on GetItem() returning a datapoint. This is useful for interacting with datapoints, but makes...
This PR refactors the usage of default env vars to be simpler and more deterministic, which is important for https://github.com/open-telemetry/opentelemetry-helm-charts/pull/345. Taking a page from the presets work done on the...
Also, I think we should refactor something to make setting env var easier. Adding env vars for specific services that rely on other services (and therefore the Release name) doesn't...
**Description:** Changes `Transport` from a `string` to a new `TransportType`. Implements `UnmarshalText` for `TransportType` to enforce values. This PR may be too much - it introduces a breaking change a...
**Description:** Updates the receiver's http response to return a proper http status based on whether or not the pipeline returned a retryable error. Builds upon the work done in https://github.com/open-telemetry/opentelemetry-collector/pull/8080...
The latest collector release came with a memorylimitor extension that can help with memory management across the whole with a single configuration instead of configuring in multiple pipelines. Should we...