The auto-generated config reference (docs/src/content/docs/reference/configuration-generated.md, built by just gen-docs-reference from schema_for!(Config)) does not yet document the new server.metrics.request_labels block or the X-StreamKit-Service header contract introduced in #545.
PR #545 intentionally scoped its changes to Rust under apps/skit/ and left docs/ to the docs/observability sibling effort, so the generated reference is stale.
Action: run just gen-docs-reference and commit the resulting diff so operators can discover request_labels, and so the next person running the generator doesn't bundle an unrelated diff into a future PR.
Found via review of #545.
The auto-generated config reference (
docs/src/content/docs/reference/configuration-generated.md, built byjust gen-docs-referencefromschema_for!(Config)) does not yet document the newserver.metrics.request_labelsblock or theX-StreamKit-Serviceheader contract introduced in #545.PR #545 intentionally scoped its changes to Rust under
apps/skit/and leftdocs/to the docs/observability sibling effort, so the generated reference is stale.Action: run
just gen-docs-referenceand commit the resulting diff so operators can discoverrequest_labels, and so the next person running the generator doesn't bundle an unrelated diff into a future PR.Found via review of #545.