Skip to content

Commit

Permalink
REFACTOR: update Monitoring.js (stereum-dev#1932)
Browse files Browse the repository at this point in the history
availble -> available
  • Loading branch information
eltociear authored Jul 16, 2024
1 parent 8a50b41 commit 3f0962b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions launcher/src/backend/Monitoring.js
Original file line number Diff line number Diff line change
Expand Up @@ -1121,7 +1121,7 @@ export class Monitoring {
RethService: ["reth_sync_checkpoint", "reth_sync_checkpoint"], // OK [there is only one label] - query for job="reth"
BesuService: ["ethereum_best_known_block_number", "ethereum_blockchain_height"], // OK - query for job="besu"
NethermindService: ["nethermind_blocks", "nethermind_blocks"], // OK [there is only one label] - query for job="nethermind"
// Note: Erigon labels are taken from their official Grafana Dashboard, however those are not availble thru Prometheus!
// Note: Erigon labels are taken from their official Grafana Dashboard, however those are not available thru Prometheus!
ErigonService: ["chain_head_header", "chain_head_block"], // TODO - query for job="erigon"
},
};
Expand Down Expand Up @@ -2590,7 +2590,7 @@ export class Monitoring {
};
}

// Get a list of all ports (including the associated service and protocol) that are availble either publicly, locally or thru specific ip addresses
// Get a list of all ports (including the associated service and protocol) that are available either publicly, locally or thru specific ip addresses
// Accepts an optional object of arguments:
// [OPTIONAL] addr=<string|array> (default: "public"):
// - "public": retrieve only ports that are publicly available (which means not localhost/127.0.0.1)
Expand Down

0 comments on commit 3f0962b

Please sign in to comment.