global: metrics -> series rename

This commit is contained in:
nym21
2026-03-16 14:31:50 +01:00
parent bc06567bb0
commit ae2dd43073
95 changed files with 8907 additions and 8415 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ pub enum CacheStrategy {
/// Etag = VERSION-{height}, Cache-Control: must-revalidate
Height,
/// Static/immutable data (blocks by hash, validate-address, metrics catalog)
/// Static/immutable data (blocks by hash, validate-address, series catalog)
/// Etag = VERSION only, Cache-Control: must-revalidate
Static,