monitoring-and-alerting

Define monitoring, dashboards, and alerts for Solana applications.

3|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/SanctifiedOps/solana-skills --skill monitoring-and-alerting
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: monitoring-and-alerting
Source: https://github.com/SanctifiedOps/solana-skills/tree/main/skills/infra/monitoring-and-alerting
Command: npx skills add https://github.com/SanctifiedOps/solana-skills --skill monitoring-and-alerting

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured plan to establish observability for Solana apps, enabling early detection of RPC health issues, transaction problems, program errors, and liquidity signals.

Core Features & Use Cases

  • Metrics selection: RPC latency, error rates, slot lag; transaction pipeline timing; program error counts; market signals like price, liquidity depth, and volume; holder concentration.
  • Instrumentation: add logs with error codes; emit metrics from services/bots; subscribe to webhooks for program logs/events.
  • Dashboards: build views for user journeys (connect, sign, trade) and infra health (RPC).
  • Alerts: set thresholds and runbooks; example: tx fail rate > 3% over 5m; define provider failover.
  • Testing: fire drill alerts; validate runbooks; ensure contacts are current.

Quick Start

Use this skill to design and deploy dashboards and alerting rules for a Solana stack. Start by defining SLOs, selecting metrics, instrumenting services, building dashboards, and configuring alert thresholds with owners.

Frequently Asked Questions about monitoring-and-alerting

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What metrics should I monitor for Solana RPC health and transaction success?

Solana monitoring should track RPC latency, error rates, and slot lag for infra health, alongside transaction pipeline timing and program error counts to catch transaction failures early.

How do I set up alerts for Solana program errors and transaction failures?

To set up Solana alerts, define thresholds like a transaction fail rate greater than 3% over 5 minutes, configure provider failover rules, and attach runbooks with designated owners for incident response.

What is the best way to build observability dashboards for a Solana app?

Build Solana observability dashboards by creating dedicated views for user journeys like connect, sign, and trade, combined with separate panels for infrastructure health like RPC latency and slot lag.

How do I instrument my Solana bots and backends for observability?

Instrument Solana services by emitting metrics from backends and bots, adding structured logs with specific error codes, and subscribing to webhooks for real-time program logs and events.

Can I test Solana alerting runbooks to ensure they trigger correctly?

Yes, you can test Solana alerting runbooks by running fire drill alerts to validate that thresholds trigger correctly, runbooks are accurate, and designated contact owners are current.

What market signals should I monitor for Solana liquidity and trading bots?

Monitor market signals like token price, liquidity depth, trading volume, and holder concentration to detect liquidity shifts that may impact Solana trading bots and operator workflows.