Fix metric name

This commit is contained in:
Bojan Serafimov
2022-06-29 11:39:15 -04:00
parent 2b4c3cb932
commit 633b1762f6

View File

@@ -21,7 +21,7 @@ use utils::zid::ZTenantId;
static TENANT_TASK_EVENTS: Lazy<IntCounterVec> = Lazy::new(|| {
register_int_counter_vec!(
"tenant_task_events",
"pageserver_tenant_task_events",
"Number of task start/stop/fail events.",
&["event"],
)