docs: record the telemetry identity fix reaching production - #143
Conversation
Verified on the ZM server after b4ea630 deployed. Both containers report the production environment, and ORGMEMORY_SERVICE_VERSION holds exactly the commit of the image running it — the property the single-rewrite change existed to guarantee, and the one a separate rewrite could have broken silently. Phase 1's exporter silence survived the restart, so this is the second deployment with none of the warnings that opened the increment. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (1)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
The plan carried this as an outstanding check: #140 fixed production's telemetry identity but the pipeline cannot deploy an infrastructure-only commit, so the fix sat merged and unapplied. It rode to the server with
b4ea630.Verified over SSH:
The version matches the tag of the image running it. That is the property the change existed to guarantee — pinning it in the same rewrite as the image tags is what makes drift impossible, and it is the failure a separate rewrite would have produced silently.
Phase 1's exporter silence held across the restart: zero publish failures, zero mentions of
4318, zero ERROR lines, no provider prompt-leak signatures in either service. The startup boundary verifier raised nothing against the real configuration.Production previously labelled itself
deployment.environment.name=local; it no longer does.🤖 Generated with Claude Code