Skip to content

Commit

Permalink
update dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
ltitanb committed Aug 2, 2024
1 parent 3a6d08f commit a1bba39
Show file tree
Hide file tree
Showing 3 changed files with 324 additions and 118 deletions.
4 changes: 2 additions & 2 deletions crates/pbs/src/metrics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ lazy_static! {
// FROM RELAYS
/// Status code received by relay by endpoint
pub static ref RELAY_STATUS_CODE: IntCounterVec = register_int_counter_vec_with_registry!(
"relay_status_code",
"relay_status_code_total",
"HTTP status code received by relay",
&["http_status_code", "endpoint", "relay_id"],
PBS_METRICS_REGISTRY
Expand All @@ -35,7 +35,7 @@ lazy_static! {
// TO BEACON NODE
/// Status code returned to beacon node by endpoint
pub static ref BEACON_NODE_STATUS: IntCounterVec = register_int_counter_vec_with_registry!(
"beacon_node_status_code",
"beacon_node_status_code_total",
"HTTP status code returned to beacon node",
&["http_status_code", "endpoint"],
PBS_METRICS_REGISTRY
Expand Down
Loading

0 comments on commit a1bba39

Please sign in to comment.