Mikołaj Świątek
Mikołaj Świątek
With #2834 merged, we are done.
Summary of recent sig discussion re: config reloading: * We don't really have a good idea of how we want this to work * Because of the above, it should...
@MaciejGrynda I think the consensus was that automatically reloading whenever config files changed wasn't something we wanted to do, but mechanisms where the user explicitly requests the reload (like SIGHUP)...
@dmitryax @fatsheep9146 looks like we now have E2E tests for the k8sattributes processor, so can we revisit this PR? Having skimmed the code, I have two concerns about the current...
Does the nested chart technique let us do templating on the CRDs? If no, then I'd prefer to stay with the current approach in the operator chart. I'm in favor...
> > I'm in favor of doing 1, because we have some consumers of the operator chart who want to depend on it while also shipping otel CRs, and it...
This may be a better default. I'm not sure what kinds of compatibility guarantees systemd gives for the journal format, but I've seen issues surface from shipping journalctl with the...
The correct solution to this problem is a pure Go implementation of a journald file format reader. As we don't have that yet, `journalctl` is the next best thing, and...
I'm pretty sure you can mount all the dependencies. The Dockerfile I linked copies them from a Debian container.
The journald dependency problem is a bit complicated. If you include a specific version of the systemd libs in the container image, you can run into compatibility issues if the...