#GitHub - abtris/dagger-tutorial: Dagger ...

1 messages · Page 1 of 1 (latest)

mental sorrel
full breach
#

hey @humble mortar all the Dagger OTEL capabilities are passed over to buildkit directly (https://github.com/moby/buildkit/tree/master#opentelemetry-support). Dagger doesn't do any modifications to that.

Having said that, be mindful that a DAG is not translatable to the OTEL spec. For example, in the OTEL spec, a span cannot contain multiple inputs (or parents), but in Dagger that's possible since it's a DAG.

That's one of the main reasons we haven't invested a lot of efforts in improving OTEL capabilities in Dagger since when we tried use it ourselves, we were lacking some valuable insights

humble mortar
#

Thanks, I will try to combine it across. I used a simple example, but we have a pretty complicated CI process (10k tests, running on real hardware, many hours per cycle) and I try make POC that can help adopt dagger inside company and observability is important across all stages.

rose zephyr