followup(#8359): pre-initialize circuitbreaker metrics (#8491)

This commit is contained in:
Christian Schwarz
2024-07-25 10:24:28 +02:00
committed by GitHub
parent 6fc2726568
commit d57412aaab
2 changed files with 4 additions and 0 deletions

View File

@@ -133,6 +133,8 @@ PAGESERVER_GLOBAL_METRICS: Tuple[str, ...] = (
*histogram("pageserver_remote_operation_seconds"),
*histogram("pageserver_io_operations_seconds"),
"pageserver_tenant_states_count",
"pageserver_circuit_breaker_broken_total",
"pageserver_circuit_breaker_unbroken_total",
)
PAGESERVER_PER_TENANT_METRICS: Tuple[str, ...] = (