Skip to content

Commit 6a1e129

Browse files
avilagaston9samoht9277JuArce
authored
feat: add node_exporter metrics (#1627)
Co-authored-by: Tomás Casagrande <[email protected]> Co-authored-by: JuArce <[email protected]>
1 parent 1e5be3b commit 6a1e129

File tree

8 files changed

+24047
-8
lines changed

8 files changed

+24047
-8
lines changed

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1280,3 +1280,8 @@ spamoor_send_transactions: ## Sends normal transactions and also replacement tra
12801280
-t $(TX_PER_BLOCK) -h http://127.0.0.1:8545/ -h http://127.0.0.1:8550/ -h http://127.0.0.1:8555/ -h http://127.0.0.1:8565/ \
12811281
--refill-amount 5 --refill-balance 2 --tipfee $(TIP_FEE) --basefee 100 \
12821282
2>&1 | grep -v 'checked child wallets (no funding needed)'
1283+
1284+
__NODE_EXPORTER_: ##__
1285+
1286+
install_node_exporter:
1287+
@./scripts/install_node_exporter.sh

0 commit comments

Comments
 (0)