tracebuild 0.3.0

Command line utility to instrument builds and send traces to OpenTelemetry supported tracing systems
1
2
3
4
5
FROM otel/opentelemetry-collector-contrib
COPY config.yaml /etc/otel/config.yaml
EXPOSE 4317 13133
ENTRYPOINT ["/otelcontribcol"]
CMD ["--config", "/etc/otel/config.yaml"]