Skip to content

docs: add Static Deduplication guide#841

Merged
officialasishkumar merged 1 commit intomainfrom
docs/static-deduplication
Apr 26, 2026
Merged

docs: add Static Deduplication guide#841
officialasishkumar merged 1 commit intomainfrom
docs/static-deduplication

Conversation

@officialasishkumar
Copy link
Copy Markdown
Member

@officialasishkumar officialasishkumar commented Apr 25, 2026

What has changed?

Adds the v4 keploy-cloud/static-deduplication guide for the Enterprise record-time --static-dedup feature.

  • New page: versioned_docs/version-4.0.0/keploy-cloud/static-deduplication.md.
  • Explains schema-signature dedup, when to use static dedup vs coverage-based keploy dedup, custom-dedup-fields, and the GET /dedup/stats observability endpoint.
  • Documents the K8s Proxy pathway: record_config.static_dedup on POST /record/start and the static_dedup_stats array streamed in /record/status events.
  • Wires the page into the v4 sidebar next to the existing keploy-cloud/deduplication so the two related dedup flows sit together.
  • Extends the Vale vocabulary with the dedup terms used by the page.

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

  • New feature (non-breaking change which adds functionality).
  • Documentation update (if none of the other choices apply).

How Has This Been Tested?

  • vale versioned_docs/version-4.0.0/keploy-cloud/static-deduplication.md
  • npx prettier@2.8.8 --check via CI.
  • Sidebar JSON validated by the docs build.
  • All cross-links verified against existing v4 pages.

Checklist:

  • My code follows the style guidelines of this project.
  • I have performed a self-review of my own code.

@AkashKumar7902 AkashKumar7902 self-requested a review April 25, 2026 22:48
@officialasishkumar officialasishkumar force-pushed the docs/static-deduplication branch from c972531 to 4b084eb Compare April 26, 2026 07:39
@officialasishkumar officialasishkumar changed the title docs: add Static Deduplication guide (v4) docs: add deduplication guides 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>
@officialasishkumar officialasishkumar force-pushed the docs/static-deduplication branch from 4b084eb to 044afa1 Compare April 26, 2026 10:39
@officialasishkumar officialasishkumar changed the title docs: add deduplication guides docs: add Static Deduplication guide Apr 26, 2026
@officialasishkumar officialasishkumar merged commit 8898b4a into main Apr 26, 2026
7 checks passed
@officialasishkumar officialasishkumar deleted the docs/static-deduplication branch April 26, 2026 10:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants