You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Build with tracing (insecure for local development)
655
-
export OTEL_EXPORTER_OTLP_ENDPOINT=localhost:4318
656
-
export OTEL_EXPORTER_OTLP_INSECURE=true
657
-
leeway build :my-package
658
-
659
-
# View traces at http://localhost:16686
660
-
```
661
-
662
-
For detailed information, see [docs/observability.md](docs/observability.md).
614
+
**For detailed configuration, examples, and span attributes, see [docs/observability.md](docs/observability.md).**
663
615
664
616
# Provenance (SLSA) - EXPERIMENTAL
665
617
leeway can produce provenance information as part of a build. At the moment only [SLSA Provenance v0.2](https://slsa.dev/provenance/v0.2) is supported. This support is **experimental**.
0 commit comments