We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a94e182 commit e5a9a24Copy full SHA for e5a9a24
1 file changed
docs/guides/leases.md
@@ -27,14 +27,20 @@ patterns. Reserved capability names:
27
| `cost.budget` | Spend cap; entries are `currency:amount` strings (see §9.6 below). |
28
29
Custom capability names MUST use `x-vendor.<vendor>.<cap>` (at least
30
-three dot-separated segments after the `x-vendor.` prefix):
+two dot-separated segments after the `x-vendor.` prefix). See the
31
+[vendor extensions guide](./vendor-extensions.md) for the canonical
32
+namespace rules:
33
34
```ts
35
const lease = {
36
"x-vendor.acme.kafka.publish": ["topic-events-*"],
37
};
38
```
39
40
+For the same namespace shape in another ARCP surface, the tracing
41
+middleware uses `x-vendor.opentelemetry.tracecontext` as its envelope
42
+extension key.
43
+
44
## Example
45
46
0 commit comments