Commit 615164a
docs(k8s): document auto-TLS OTLP behavior + P0-2 historical note
Companion to api / worker / provisioner commits that fix OTel
distributed tracing in prod (BUGHUNT-2026-05-20-T21 P0-2). The
tracer.go fix is code-only — the configmap key behaviour is
unchanged — but the comment on OTEL_EXPORTER_OTLP_ENDPOINT used
to claim only `host:port` (no scheme) was accepted. The new
helper accepts either form, strips the scheme, and uses it to
auto-select TLS vs plaintext. Document the new contract here
and pin a brief reference to the bug so the next reader who
edits this finds the rationale.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent d30455d commit 615164a
1 file changed
Lines changed: 15 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
9 | 23 | | |
10 | 24 | | |
11 | 25 | | |
| |||
0 commit comments