Skip to content

Commit 6a1e129

Browse files
avilagaston9samoht9277JuArce
authored
feat: add node_exporter metrics (#1627)
Co-authored-by: Tomás Casagrande <53660242+samoht9277@users.noreply.github.com> Co-authored-by: JuArce <52429267+JuArce@users.noreply.github.com>
1 parent 1e5be3b commit 6a1e129

8 files changed

Lines changed: 24047 additions & 8 deletions

File tree

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)