docs: add Static Deduplication guide#841
Merged
officialasishkumar merged 1 commit intomainfrom Apr 26, 2026
Merged
Conversation
AkashKumar7902
approved these changes
Apr 25, 2026
c972531 to
4b084eb
Compare
This was referenced Apr 26, 2026
Document keploy/enterprise --static-dedup and custom-dedup-fields: how the schema signature is built, when it applies versus the coverage-based keploy dedup flow, usage from the enterprise CLI and keploy.yml, the K8s Proxy record_config.static_dedup pathway, and observability via the agent /dedup/stats endpoint and the static_dedup_stats field embedded in /record/status. Placed next to keploy-cloud/deduplication in the v4 sidebar so the two related dedup flows sit together. Signed-off-by: Asish Kumar <officialasishkumar@gmail.com>
4b084eb to
044afa1
Compare
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.
What has changed?
Adds the v4
keploy-cloud/static-deduplicationguide for the Enterprise record-time--static-dedupfeature.versioned_docs/version-4.0.0/keploy-cloud/static-deduplication.md.keploy dedup,custom-dedup-fields, and theGET /dedup/statsobservability endpoint.record_config.static_deduponPOST /record/startand thestatic_dedup_statsarray streamed in/record/statusevents.keploy-cloud/deduplicationso the two related dedup flows sit together.This PR resolves the static dedup half of keploy/enterprise#1919. The K8s Proxy REST API reference and the Java dynamic dedup Docker notes are out of scope here and will land in follow-up PRs.
Type of change
How Has This Been Tested?
vale versioned_docs/version-4.0.0/keploy-cloud/static-deduplication.mdnpx prettier@2.8.8 --checkvia CI.Checklist: