telemetry-queries

Query Prometheus and Victoria Logs for Round Table platform errors and failures.

1|1|Updated Feb 8, 2026
One-click install
npx skills add https://github.com/dapperdivers/roundtable-arsenal --skill telemetry-queries
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: telemetry-queries
Source: https://github.com/dapperdivers/roundtable-arsenal/tree/main/watch/telemetry-queries
Command: npx skills add https://github.com/dapperdivers/roundtable-arsenal --skill telemetry-queries

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps operators quickly identify Round Table platform failures by querying observability systems for recent errors, alerts, and service health signals.

Core Features & Use Cases

  • Prometheus Error Queries: Collects firing alerts, failed knight tasks, pod restarts, OOM events, LLM cost metrics, and NATS connection health from the Round Table namespace.
  • Victoria Logs Analysis: Searches structured logs and aggregates error volumes before retrieving detailed failure samples for investigation.
  • Use Case: During a Night Watch sweep, an operator can identify the highest-impact platform issues across knights and infrastructure services without overwhelming the analysis context with raw logs.

Quick Start

Use the telemetry-queries skill to collect the last 24 hours of Round Table namespace failures and summarize the most important issues.

Frequently Asked Questions about telemetry-queries

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

FAQPage Schema
How do I query Prometheus for pod restarts and OOM events in Kubernetes?

Query Prometheus for pod restarts and OOM events by collecting firing alerts and operational metrics from the Kubernetes namespace. This skill retrieves those signals to identify recent platform failures.

What is the best way to analyze Victoria Logs for platform errors?

Analyzing Victoria Logs for platform errors involves searching structured logs and aggregating error volumes before retrieving detailed failure samples. This method prevents overwhelming the analysis context with raw logs during investigations.

Can I monitor LLM cost metrics and NATS connection health with telemetry queries?

Yes, you can monitor LLM cost metrics and NATS connection health with telemetry queries. The skill collects these health signals from the platform namespace to validate service health during observability investigations.

How do I identify failed knight tasks during a Night Watch sweep?

Identify failed knight tasks during a Night Watch sweep by querying observability systems for recent task failures and service health signals. This allows operators to find the highest-impact platform issues without parsing raw logs.

Does this approach work for collecting the last 24 hours of infrastructure failures?

Yes, this approach works for collecting the last 24 hours of infrastructure failures. Use the skill to gather recent alerts, restarts, OOM events, and task failures, then summarize the most important issues found.