observability-check

Aggregate Langfuse traces and Sentry issues into a unified observability report.

2|1|Updated May 22, 2025
One-click install
npx skills add https://github.com/skyasu2/openmanager-vibe-v5 --skill observability-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: observability-check
Source: https://github.com/skyasu2/openmanager-vibe-v5/tree/main/.claude/skills/observability-check
Command: npx skills add https://github.com/skyasu2/openmanager-vibe-v5 --skill observability-check

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Unified observability for AI workloads by correlating Langfuse traces with Sentry issues to accelerate incident diagnosis and performance tuning.

Core Features & Use Cases

  • Correlate AI execution traces with error and performance issues from Sentry to surface root causes.
  • Monitor AI health across recent runs and identify bottlenecks or failing components.
  • Use case: When an AI agent response latency spikes, generate a combined report linking Langfuse traces to Sentry errors for rapid triage and remediation.

Quick Start

  • Ensure credentials are set in .env.local (LANGFUSE_PUBLIC_KEY, LANGFUSE_SECRET_KEY, SENTRY_AUTH_TOKEN)
  • Fetch recent traces and issues using curl commands
  • Run the analyzer to produce a compact observability report

Frequently Asked Questions about observability-check

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

FAQPage Schema
How do I correlate Langfuse traces with Sentry issues for AI observability?

You can correlate Langfuse traces with Sentry issues by aggregating data from both APIs to create a unified AI observability view. This process links execution traces directly to errors, accelerating incident diagnosis and performance tuning for workloads.

What credentials do I need to set up Langfuse and Sentry correlation?

To set up Langfuse and Sentry correlation, you need to configure LANGFUSE_PUBLIC_KEY, LANGFUSE_SECRET_KEY, and SENTRY_AUTH_TOKEN in your .env.local file. These credentials allow the analyzer to validate access and fetch data from the respective APIs.

Can I diagnose AI agent latency spikes using Langfuse and Sentry?

Yes, you can diagnose AI agent latency spikes by generating a combined observability report. This report links Langfuse traces to Sentry errors, allowing you to rapidly triage the incident, surface root causes, and identify failing components.

What is the best way to monitor AI health across recent runs?

The best way to monitor AI health is to fetch recent traces and issues from Langfuse and Sentry, then run an analyzer to correlate findings. This surfaces bottlenecks and outputs actionable recommendations for ongoing AI workloads.

Does this unified observability approach work for ongoing AI incidents?

Yes, unified observability works for ongoing AI incidents by applying correlation across active workloads and performance investigations. It validates credentials, fetches real-time data, and outputs actionable recommendations for rapid remediation.

Why should I correlate AI execution traces with error monitoring tools?

Correlating AI execution traces with error monitoring tools surfaces root causes by linking performance bottlenecks directly to application errors. This unified observability view accelerates incident diagnosis and enables rapid triage during performance investigations.