You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
observability: make telemetry export explicit opt-in
Default Star Server telemetry export to off, require an explicit deployment gate in addition to loading the observability addon, update hermetic coverage, and document the Biz/infra activation contract.
@@ -115,7 +121,7 @@ Run: =nix run .#star-unit-tests=.
115
121
116
122
| Symptom | Check |
117
123
|---------+-------|
118
-
| No telemetry at the gateway | Was the addon loaded in init.lisp? Is =STAR_OBSERVABILITY_ENDPOINT= reachable (compose: =http://otelcol:4318=)? |
124
+
| No telemetry at the gateway | Is =STAR_OBSERVABILITY_ENABLED=true=? Was the addon loaded in init.lisp? Is =STAR_OBSERVABILITY_ENDPOINT= reachable (compose: =http://otelcol:4318=)? |
119
125
| Collector export 401 | Gateway ingest token rotated: re-run =openobserve-provision= on observe (infra side); the sidecar itself holds no credential |
0 commit comments