diff options
| author | Fuwn <[email protected]> | 2026-02-27 09:26:06 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-02-27 09:26:06 -0800 |
| commit | 8980607ef8e7426b601f942f26ae2cd4c4f3edff (patch) | |
| tree | 60bdb4bbbe5755223c3387179ee7406432d084ab /internal/api/server_hardening_test.go | |
| parent | fix: make mirror replay lossless with strict seq accounting and trace (diff) | |
| download | plutia-test-8980607ef8e7426b601f942f26ae2cd4c4f3edff.tar.xz plutia-test-8980607ef8e7426b601f942f26ae2cd4c4f3edff.zip | |
feat: add thin mode for on-demand verified PLC resolution
Diffstat (limited to 'internal/api/server_hardening_test.go')
| -rw-r--r-- | internal/api/server_hardening_test.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/internal/api/server_hardening_test.go b/internal/api/server_hardening_test.go index 065e8a4..97eae0e 100644 --- a/internal/api/server_hardening_test.go +++ b/internal/api/server_hardening_test.go @@ -130,6 +130,10 @@ func TestMetricsExposeRequiredSeries(t *testing.T) { "checkpoint_sequence", "disk_bytes_total", "did_count", + "thin_cache_hits_total", + "thin_cache_misses_total", + "thin_cache_entries", + "thin_cache_evictions_total", } { if !strings.Contains(text, metric) { t.Fatalf("metrics output missing %q", metric) |