Production Build: 2.0.8-hotfix-payment-1 - #316
Closed
github-actions[bot] wants to merge 2 commits into
Closed
github-actions[bot] wants to merge 2 commits into
github-actions[bot] wants to merge 2 commits into
Conversation
…st rate Payment's request rate in Splunk APM was ~25x the real Charge volume, which made the paymentFailure A/B split look like a ~2% error rate instead of the configured 50%. Two causes: 1. The kubelet probes the gRPC health service on every liveness (10s) and readiness (5s) tick. Auto-instrumentation turned each probe into a SERVER span, adding ~18 phantom requests per minute per pod (~360 per 5 minutes across four payment pods). Add a sampler that drops grpc.health.v1.Health spans and delegates everything else to the default parent-based sampler. 2. charge.js opened its own SpanKind.SERVER span on top of the auto-instrumented gRPC server span, so a single Charge was counted twice. Make it INTERNAL and mirror the attributes it carried onto the entry span so Splunk O11y attribute promotion is unchanged. Requires @opentelemetry/sdk-trace-base as a direct dependency, pinned to the 2.9.0 already resolved for @splunk/otel so no second copy is installed. Claude-Session: https://claude.ai/code/session_019CsicxrWPhBhfFNmhdkTaM
Services: payment Updated: - Source k8s manifests with new image references
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Production Build 2.0.8-hotfix-payment-1
Services: payment
Changes
Next Steps
Run the Build Demo Manifest - PRODUCTION workflow to stitch the manifest.
🤖 Generated automatically by GitHub Actions