Web3 Monitoring
BlackTide offers specialized monitoring capabilities for blockchain infrastructure, going beyond simple HTTP checks.
RPC Endpoint Monitoring
Monitor the health and performance of public or private RPC endpoints.
- Supported Chains: Ethereum, Polygon, BSC, Solana, Avalanche, and any EVM-compatible chain.
- Method Checks: We verify connection by calling actual RPC methods (e.g.,
eth_blockNumber). - Latency: Track response times specifically for heavy payload calls.
Blockchain Node Monitoring
For node operators, keeping sync is critical.
Block Height Sync
We monitor the block_height of your node and compare it against the network average. If your node falls behind by a configurable threshold (e.g., 5 blocks), you get alerted immediately.
Peer Count
Ensure your node maintains healthy P2P connections. Alert if peer count drops below a safety margin.
Traditional Services
We also support standard monitoring types for your non-blockchain infrastructure:
- HTTP/HTTPS: Status codes, content matching, SSL expiry.
- TCP/Port: Database connectivity, custom services.
- Ping: Basic server reachability.