get_inference_latency
Profile FT.SEARCH latency at p50/p95/p99 per vector index and check SLA breach status over the sampling window to determine if vector searches meet their latency budget.
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 |