Ishan Goyal
Ishan Goyal
Hi, is this issue currently open? I have implemented this for a personal project, would love to give it a go here.
@gc-ss awesome, I'll get on it. Im not sure which blueprints you are referring to, I looked under [shipyard/examples](https://github.com/shipyard-run/shipyard/tree/main/examples) and [blueprints](https://github.com/shipyard-run/blueprints) but could not find one regarding OpenTelemetry. Can you...
@nicholasjackson This method would be ideal for a single container. https://github.com/shipyard-run/shipyard/blob/0d2152b0bf0c5e6d910dc6664cbd4ee5e0e1fea0/pkg/clients/docker_tasks.go#L469 but for multiple containers, we would need to combine each readCloser, right? To differentiate logs in the common StdOut,...
Sure thing, so I reckon I'll make a PR ( in a day or two ) that adds functionality for combined logs from **just** docker containers. Based on that feedback...