get_inference_latency
Profile per-index vector search latency (p50/p95/p99) over a sampling window and reveal SLA breach status to determine if latency budgets are met.
Instructions
Get the FT.SEARCH latency profile: p50/p95/p99 per vector index over the sampling window, plus SLA breach status per index. sla is null when BetterDB Pro inference SLA monitoring is absent or unlicensed, and an empty array when it is active with no indexes configured. More specific than get_latency, which covers general command latency. Use to answer "are vector searches meeting their latency budget?".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| windowMs | No | Profile window in whole milliseconds, minimum 1000 (service default if omitted) | |
| instanceId | No | Optional instance ID override |