prep docs and service updates
Some checks failed
Docs CI / lint-and-preview (push) Has been cancelled

This commit is contained in:
master
2025-11-21 06:56:36 +00:00
parent ca35db9ef4
commit d519782a8f
242 changed files with 17293 additions and 13367 deletions

View File

@@ -0,0 +1,16 @@
# Telemetry Context Propagation Prep — PREP-TELEMETRY-OBS-50-002
Status: Draft (2025-11-20)
Owners: Telemetry Core Guild
Scope: Context propagation middleware/adapters for HTTP, gRPC, background jobs, CLI.
## Proposed propagation fields
- `trace_id`, `span_id`, `tenant_id`, `actor`, `imposed_rule`, `correlation_id`.
- Async resume harness for job queue workers.
## Open decisions
- Final field names and required/optional list.
- Which carriers (headers) per transport: HTTP (`x-` headers), gRPC metadata, CLI env.
## Handoff
Use as prep artefact; update once field list and carriers are finalized.

View File

@@ -0,0 +1,12 @@
# Telemetry Metrics Helpers Prep — PREP-TELEMETRY-OBS-51-001
Status: Draft (2025-11-20)
Owners: Telemetry Core Guild · Observability Guild
Scope: Metrics helpers for golden signals with exemplar support and cardinality guards.
## Needs
- Golden signal definitions (latency, errors, saturation, traffic) with exemplar tagging guidance.
- Roslyn analyzer rules to prevent unsanitised labels.
## Handoff
Prep artefact; fill when golden signal label set is finalized.