coralogix-analysis

Run DataPrime queries on Coralogix logs and traces for investigation.

654|77|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/incidentfox/incidentfox --skill coralogix-analysis
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: coralogix-analysis
Source: https://github.com/incidentfox/incidentfox/tree/main/sre-agent/.claude/skills/observability-coralogix
Command: npx skills add https://github.com/incidentfox/incidentfox --skill coralogix-analysis

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires httpx, and includes scripts (resource) components.

What problem does it solve?

This skill enables data-driven analysis of Coralogix logs, metrics, and traces by running DataPrime queries and presenting structured results to drive faster incident response.

Core Features & Use Cases

  • Comprehensive DataPrime script suite for observability: get_statistics.py, get_errors.py, sample_logs.py, extract_signatures.py, get_health.py, get_traces.py, get_slow_spans.py, list_services.py, query_logs.py.
  • End-to-end investigation workflow: statistics-first triage, targeted sampling, pattern extraction, anomaly detection, and trace-based RCA across multiple services and applications.
  • Traces and spans support for latency analysis and request flow visualization, enabling rapid identification of slow paths and failures.

Quick Start

  • python .claude/skills/observability-coralogix/scripts/get_statistics.py --service payment --time-range 60
  • python .claude/skills/observability-coralogix/scripts/get_errors.py payment --time-range 60 --json
  • python .claude/skills/observability-coralogix/scripts/sample_logs.py --service payment --strategy errors_only --limit 10
  • python .claude/skills/observability-coralogix/scripts/get_traces.py --service checkout --time-range 30

Frequently Asked Questions about coralogix-analysis

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

FAQPage Schema
How do I analyze Coralogix logs and traces using DataPrime queries?▼

You can analyze Coralogix logs and traces by running DataPrime queries through a suite of Python scripts, enabling statistics-first triage, targeted sampling, pattern extraction, and trace-based root cause analysis across multiple services.

What is the best way to find slow spans and request flow bottlenecks in Coralogix traces?▼

Finding slow spans and request flow bottlenecks in Coralogix traces involves using trace-based root cause analysis scripts to visualize request flows and rapidly identify latency issues and failures across services.

How do I triage Coralogix errors across multiple services and applications?▼

To triage Coralogix errors across multiple services and applications, you run targeted sampling and statistics scripts to extract error patterns, detect anomalies, and perform structured log investigations.

Can I run Coralogix log analysis scripts in both proxy mode and direct API mode?▼

Yes, you can run Coralogix log analysis scripts in both proxy mode and direct API mode by applying the appropriate environment configuration to route DataPrime queries to your observability platform.

Do I need httpx installed to perform DataPrime-based observability analysis?▼

Yes, you need the httpx dependency and the internal coralogix_client module installed to execute the DataPrime-based observability scripts and retrieve structured analysis results.

How does statistics-first triage work when investigating Coralogix incidents?▼

Statistics-first triage for Coralogix incidents works by initially querying aggregate log statistics, then drilling down into targeted sampling, extracting error signatures, and performing trace-based root cause analysis to drive faster incident response.