For the complete documentation index, see llms.txt. Markdown versions of all docs pages are available by appending .md to any docs URL.
Mirroring
Send copies of requests to alternative backends for shadow testing.
Request mirroringMirroringA resiliency feature that sends a copy of requests to an additional backend for testing or analysis, without affecting the primary request flow. allows sending a copy of each request to an alterative backend. These request will not be retried if they fail.
requestMirror:
backend:
host: localhost:8080
# Mirror 50% of request
percentage: 0.5