Skip to content

Commit 560f236

Browse files
committed
update dashboard
1 parent 3a6d08f commit 560f236

File tree

3 files changed

+343
-130
lines changed

3 files changed

+343
-130
lines changed

crates/pbs/src/metrics.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ lazy_static! {
1616
// FROM RELAYS
1717
/// Status code received by relay by endpoint
1818
pub static ref RELAY_STATUS_CODE: IntCounterVec = register_int_counter_vec_with_registry!(
19-
"relay_status_code",
19+
"relay_status_code_total",
2020
"HTTP status code received by relay",
2121
&["http_status_code", "endpoint", "relay_id"],
2222
PBS_METRICS_REGISTRY
@@ -35,7 +35,7 @@ lazy_static! {
3535
// TO BEACON NODE
3636
/// Status code returned to beacon node by endpoint
3737
pub static ref BEACON_NODE_STATUS: IntCounterVec = register_int_counter_vec_with_registry!(
38-
"beacon_node_status_code",
38+
"beacon_node_status_code_total",
3939
"HTTP status code returned to beacon node",
4040
&["http_status_code", "endpoint"],
4141
PBS_METRICS_REGISTRY

0 commit comments

Comments
 (0)