Tyler Helmuth

Results 703 comments of Tyler Helmuth

@KyriosGN0 we dont have any tooling set up to generate it. I manually add new fields to it when needed.

The pattern to match is to include `opentelemetry-` in the chart some. So we could so `open-telemetry/opentelemetry-ebpf-instrument` if that matches the image name.

Removing from the confighttp milestone as the public structs now use `Config`.

@arielvalentin Did the OTTL performance degrade, or are you saying it remained the majority?

I am going to submit a PR to revert the ottl tracing stuff.

I'd like to make sure we're in alignment with the configuration sig on the syntax before merging this

So far I've only seen https://github.com/open-telemetry/opentelemetry-collector/issues/10995

@djaglowski I've moved `InstanceID` to `componentstatus` (which in the actually implementation I'll handle by adding it when the content is moved to its own package and deprecating the one in...

@mwear the key change happens when a `component.Start` returns a synchronous error, which gets back to the host and ends up terminating the startup process. The other signals for the...

@mwear I'll see if I can add a test case in this PR with that example.