Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion tests/e2e/topologies/grid-llmd-pool-metrics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,23 @@
[`provider_route`](https://github.com/praxis-proxy/ai/pull/386) and set
`GRID_XTASK_IMAGE_PULL_POLICY=Never` explicitly.

### Flags

- `--metrics-mtls` — protect EPP metrics scraping with an nginx mTLS proxy

Check warning on line 22 in tests/e2e/topologies/grid-llmd-pool-metrics/README.md

View workflow job for this annotation

GitHub Actions / Detect hidden unicode characters

Unicode Safety [non-ascii-identifier]

U+2014 <unnamed U+2014> -- Non-ASCII U+2014 <unnamed U+2014> in identifier '—' (policy: ascii-only)
instead of scraping directly over HTTP.
- `--kv-cache` — drive routing off llm-d's kv-cache-utilization signal

Check warning on line 24 in tests/e2e/topologies/grid-llmd-pool-metrics/README.md

View workflow job for this annotation

GitHub Actions / Detect hidden unicode characters

Unicode Safety [non-ascii-identifier]

U+2014 <unnamed U+2014> -- Non-ASCII U+2014 <unnamed U+2014> in identifier '—' (policy: ascii-only)
(`GridNetwork.spec.scoringPolicy.strategy: kvCachePressure`) instead of the
default queue-depth signal (`strategy: queueDepth`). Both signals are
always shown in the live scorecard; this flag only changes which one
actually produces the `score`/`rank` that drives the A→B failover.

Check warning on line 28 in tests/e2e/topologies/grid-llmd-pool-metrics/README.md

View workflow job for this annotation

GitHub Actions / Detect hidden unicode characters

Unicode Safety [non-ascii-identifier]

U+2192 <unnamed U+2192> -- Non-ASCII U+2192 <unnamed U+2192> in identifier 'A→B' (policy: ascii-only)

## What this tests

- Two-cluster llm-d pool topology with EPP telemetry
- Score-first routing based on live queue-depth and KV-cache utilization
- A-to-B-to-A capacity failover under simulated pressure ramp
- A-to-B-to-A capacity failover under simulated pressure ramp, with either
the queue-depth (default) or kv-cache-pressure (`--kv-cache`) scoring
strategy
- mTLS metrics scraping through the nginx TLS proxy
- Provider boundary and credential isolation

Expand Down
Loading
Loading