Tyler Helmuth

Results 60 issues of Tyler Helmuth

Another investigation into https://github.com/open-telemetry/opentelemetry-collector/issues/9429 based on [this strategy](https://github.com/open-telemetry/opentelemetry-collector/pull/10069#issuecomment-2113518403). If we like this approach I can add in the `Must*` functions to enforce pipeline name patterns. It also doesn't really matter...

#### Description This PR removes the deprecated memory ballast extension and all the logic in place in memorylimiter and service that was using it. #### Link to tracking issue Related...

#### Description This PR is an attempt are removing component status reporting features from the component module. The technique was to make a new `componentstatus.StatusReporter` interface that `component.Host` could optionally...

Stale

Since there is no fix for https://github.com/helm/helm/pull/12879 yet, this provides an alternate way to provide configuration with the collector. This new field should really only be used when the collector...

#### Description Adds a new otlp-centric error type. This type improves the ability for otlp exporters to report errors to otlp consumers, while also giving any component the ability to...

### Component(s) pkg/ottl ### Is your feature request related to a problem? Please describe. I came across an issue recently that I could not easily solve using OTTL's existing `ExtractPatterns`...

enhancement
discussion needed
pkg/ottl

#### Description Use a ring buffer to only remember the last 5 events. This ensures we remember a reasonable number of events during startup, so that a status aggregator gets...

ready-to-merge

The new dockerhub rate limits broke our release processes since the bot we use, `otelbot` is a free account. As a result we had to [remove dockerhub](https://github.com/open-telemetry/opentelemetry-collector-releases/pull/902) as an image...

artifact:docker
release-retro
stale

### Describe your environment OS: macOS Sequoia 15.5 Python version: 3.13.5 SDK version: 1.34.1/0.55b1 API version: 1.34.1/0.55b1 env vars: OTEL_LOG_LEVEL=debug OTEL_PYTHON_LOG_LEVEL=debug ### What happened? When following the [logs example instructions](https://github.com/open-telemetry/opentelemetry-python/tree/main/docs/examples/logs)...

bug

# Feature Request **Is your feature request related to a problem?** The dotnet SDK does not support limiting attributes and spans [based on the OpenTelemetry specification](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/sdk-environment-variables.md#attribute-limits). As a result, customers...

enhancement