firetiger-instrument

Automate OpenTelemetry instrumentation integration across Node.js, Python, Go, and Rust.

1|2|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/firetiger-oss/cursor-plugin --skill firetiger-instrument
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: firetiger-instrument
Source: https://github.com/firetiger-oss/cursor-plugin/tree/main/skills/instrument
Command: npx skills add https://github.com/firetiger-oss/cursor-plugin --skill firetiger-instrument

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of adding OpenTelemetry instrumentation to applications, enabling seamless telemetry data collection for observability and debugging.

Core Features & Use Cases

  • Multi-language Support: Provides instrumentation guidance for Node.js, Python, Go, and Rust.
  • Framework Detection: Automatically identifies application frameworks to apply the correct instrumentation.
  • Log Correlation: Enables linking logs directly to traces for easier issue diagnosis.
  • Use Case: You have a new microservice written in Python that needs to send traces and logs to Firetiger. This Skill will guide you through installing the necessary packages and configuring the environment variables to get started.

Quick Start

Use the firetiger-instrument skill to add OpenTelemetry instrumentation to your Node.js application.

Frequently Asked Questions about firetiger-instrument

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

FAQPage Schema
How do I add OpenTelemetry instrumentation to a Node.js application?

To add OpenTelemetry instrumentation to a Node.js application, you can use this Skill to automatically detect frameworks and configure the necessary packages and environment variables for telemetry data collection.

What is the best way to automate tracing and log correlation for microservices?

Automating tracing and log correlation for microservices is achieved by applying OpenTelemetry instrumentation, which links logs directly to traces for easier issue diagnosis across supported languages like Python and Go.

Does OpenTelemetry auto-instrumentation work with Python, Go, and Rust?

Yes, OpenTelemetry auto-instrumentation works with Python, Go, and Rust, providing multi-language support to automatically identify application frameworks and apply the correct telemetry configuration.

How do I collect traces, metrics, and logs for observability platforms?

You collect traces, metrics, and logs for observability platforms by integrating OpenTelemetry instrumentation into your application, facilitating comprehensive telemetry data capture for systems like Firetiger.

Can I link logs directly to traces for easier issue diagnosis?

Yes, you can link logs directly to traces for easier issue diagnosis by enabling log correlation during the OpenTelemetry instrumentation process, ensuring comprehensive telemetry data capture.

Do I need to manually create spans when adding observability to my apps?

No, you do not strictly need to manually create spans because this Skill supports framework detection and auto-instrumentation, although manual span creation is available for custom tracing needs.