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)
660
-
export OTEL_EXPORTER_OTLP_ENDPOINT=localhost:4318
661
-
export OTEL_EXPORTER_OTLP_INSECURE=true
662
-
leeway build :my-package
663
-
664
-
# View traces at http://localhost:16686
665
-
```
666
-
667
-
For detailed information, see [docs/observability.md](docs/observability.md).
619
+
**For detailed configuration, examples, and span attributes, see [docs/observability.md](docs/observability.md).**
668
620
669
621
# Provenance (SLSA) - EXPERIMENTAL
670
622
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