monitoring

Automate end-to-end monitoring of AI workflows with Langfuse, Prometheus, and Grafana.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/rayvoidx/creator-onboarding-agent --skill monitoring
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: monitoring
Source: https://github.com/rayvoidx/creator-onboarding-agent/tree/main/.claude/skills/monitoring
Command: npx skills add https://github.com/rayvoidx/creator-onboarding-agent --skill monitoring

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Observability is critical for understanding system behavior and quickly diagnosing issues in AI-powered apps. This Skill guides you to instrument tracing, metrics, and logs and to build dashboards.

Core Features & Use Cases

  • Langfuse tracing: track LLM calls, token usage, and cost.
  • Prometheus metrics: define histograms, counters, and gauges; set up alerts.
  • Structured logging: manage log levels and correlation IDs.
  • Grafana dashboards: visualize metrics and configure alerts.

Quick Start

Instrument a sample endpoint with Langfuse tracing and expose a Prometheus metric; set up a Grafana dashboard to monitor the metrics.

Frequently Asked Questions about monitoring

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

FAQPage Schema
How do I monitor AI workflows with tracing and metrics?

Monitoring AI workflows involves instrumenting tracing, metrics, and logs across your system. This Skill automates end-to-end monitoring by integrating Langfuse tracing for LLM calls and token tracking, Prometheus metrics for performance collection, and Grafana dashboards for visualization and alerting, giving you complete observability of RAG pipelines and structured logging with correlation IDs.

Can I track LLM calls and token usage with Langfuse?

Yes. Langfuse tracing captures LLM calls, token usage, and cost by logging spans with start/end traces and structured output. This Skill integrates Langfuse to provide detailed traceability of each LLM interaction in your workflows, making it easy to audit performance and costs.

How do I set up Prometheus metrics and Grafana dashboards?

Define Prometheus counters, histograms, and gauges to collect metrics from your services, then visualize them in Grafana dashboards. This Skill guides you through configuring alert rules in Grafana to proactively detect issues, enabling real-time monitoring of system behavior in cloud-native deployments.

What is structured logging and why use correlation IDs?

Structured logging organizes logs in machine-readable formats with metadata like correlation IDs to link related events across services. This Skill implements structured logging with correlation ID management, making it faster to trace issues through distributed systems and understand the full context of failures.

Does this work for RAG pipelines and microservices?

Yes. This Skill is designed for monitoring end-to-end RAG pipelines, LLM services, and microservice architectures. It supports traceability and metric collection across multiple services in cloud-native deployments, with alert configuration to catch issues before they impact users.