Tyler Helmuth
Tyler Helmuth
Hmmm. That makes me think it should be a feature in the existing chart.
@mariomac as a maintainer of `opentelemetry-ebpf-instrumentation` can you help with this chart?
Ok. To start, please review the current open PR for all thing related to your application. I'll take a look next week at some of the admin stuff we need...
@szibis what needs to change in the chart to achieve what you want?
If the OpenTelemetryCollector custom resource that the operator manages needs special annotations on its service then that would be the responsibility of the Operator, not the helm chart that installs...
I am ok adding support for this but we should try to implement it in a non-breaking way
This functionality is the is only concrete function on the host interface. I also agree is it the core feature that host is providing to components. If we removed it...
> It is inconsistent experience because GetExtensions() returns a Component not an Extension. If it returned an `extension.Extension`, would that change how the returned value is used? Doing a cursory...
Is there any way to do single line with errors.Join? Including `\n` in log lines make them so much more annoying to scrape.
Any solution that puts them in the same log line works for me - I really really don't want to write separate lines - I can't think of another place...