feat(engine): add instrumented state provider (#15891)

Co-authored-by: Alexey Shekhirin <5773434+shekhirin@users.noreply.github.com>
This commit is contained in:
Dan Cline
2025-05-02 02:27:30 -04:00
committed by GitHub
parent 1d17787a3c
commit 0933d51deb
5 changed files with 368 additions and 18 deletions

View File

@@ -740,6 +740,9 @@ Engine:
--engine.disable-caching-and-prewarming
Disable cross-block caching and parallel prewarming
--engine.state-provider-metrics
Enable state provider latency metrics. This allows the engine to collect and report stats about how long state provider calls took during execution, but this does introduce slight overhead to state provider calls
--engine.cross-block-cache-size <CROSS_BLOCK_CACHE_SIZE>
Configure the size of cross-block cache in megabytes