Skip to content

Instantly share code, notes, and snippets.

Monitoring Tool

Introduction

Prometheus and Grafana are powerful tools for monitoring your node's performance and health.

Prometheus is an open-source monitoring system that collects metrics from various sources, while Grafana is a visualization platform that allows you to create interactive dashboards based on the collected metrics.

By setting up Prometheus and Grafana, you can gain valuable insights into your node's blockchain-related data, system information, and slinky sidecar performance.

Install Node Exporter

@lewdeusdev
lewdeusdev / cosmprund_instructions.md
Last active June 5, 2024 14:11
Cosmd Prune for Initia Testnet

Cosmprund

Summary

cosmprund is a tool designed to prune a Tendermint database of blocks and a Cosmos-SDK application database of all but the last X versions.

This helps users avoid the need to state sync every few days.

While it currently supports a subset of modules, it effectively prunes the default SDK module and the Osmosis added module.

Note that due to inefficiencies in IAVL and the simple approach of this tool, pruning large nodes can take a significant amount of time. The team is working on integrating this functionality natively into the Cosmos-SDK and Tendermint.