#GitHub - abtris/dagger-tutorial: Dagger ...
1 messages · Page 1 of 1 (latest)
Seems like similar functionality to what I requested here: https://github.com/dagger/dagger/issues/5601
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
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.
@humble mortar I think we should get you connected with @topaz falcon and @manic pivot to help with your POC. I'll DM you to discuss further!