File tree Expand file tree Collapse file tree
src/ai/backend/manager/api/gql_legacy
tests/unit/manager/api/gql_legacy Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,8 +23,7 @@ class LegacyLiveStatConverter:
2323 `currents[0]` is the raw gauge sample, `currents[-1]` is the
2424 rate/diff query result.
2525
26- `stats.max` / `stats.avg` are not populated — see
27- `docs/kernel-live-stat-followup-issues.md`.
26+ `stats.max` / `stats.avg` are not populated
2827 """
2928
3029 def convert (
Original file line number Diff line number Diff line change @@ -137,8 +137,7 @@ def test_legacy_field_is_populated(
137137class TestDiffMetric :
138138 """For a DIFF_STAT_METRICS entry the diff-over-window sample (currents[-1])
139139 is exposed as `current` (legacy Valkey behavior) and mirrored to
140- `stats.diff`. The cumulative gauge (currents[0]) is dropped — see
141- `docs/kernel-live-stat-followup-issues.md`.
140+ `stats.diff`. The cumulative gauge (currents[0]) is dropped
142141 """
143142
144143 @pytest .fixture
You can’t perform that action at this time.
0 commit comments