diff --git a/docs/guides/leases.md b/docs/guides/leases.md index 3b07640..15f942d 100644 --- a/docs/guides/leases.md +++ b/docs/guides/leases.md @@ -27,7 +27,9 @@ patterns. Reserved capability names: | `cost.budget` | Spend cap; entries are `currency:amount` strings (see ยง9.6 below). | Custom capability names MUST use `x-vendor..` (at least -three dot-separated segments after the `x-vendor.` prefix): +two dot-separated segments after the `x-vendor.` prefix). See the +[vendor extensions guide](./vendor-extensions.md) for the canonical +namespace rules: ```ts const lease = { @@ -35,6 +37,10 @@ const lease = { }; ``` +For the same namespace shape in another ARCP surface, the tracing +middleware uses `x-vendor.opentelemetry.tracecontext` as its envelope +extension key. + ## Example ```ts