jeremylongshore

Setting Up Distributed Tracing

@jeremylongshore/Setting Up Distributed Tracing
jeremylongshore
1,004
123 forks
Updated 1/18/2026
View on GitHub

This skill automates the setup of distributed tracing for microservices. It helps developers implement end-to-end request visibility by configuring context propagation, span creation, trace collection, and analysis. Use this skill when the user requests to set up distributed tracing, implement observability, or troubleshoot performance issues in a microservices architecture. The skill is triggered by phrases such as "setup tracing", "implement distributed tracing", "configure opentelemetry", or "add observability to microservices".

Installation

$skills install @jeremylongshore/Setting Up Distributed Tracing
Claude Code
Cursor
Copilot
Codex
Antigravity

Details

Pathbackups/plugin-enhancements/plugin-backups/distributed-tracing-setup_20251020_073405/skills/skill-adapter/SKILL.md
Branchmain
Scoped Name@jeremylongshore/Setting Up Distributed Tracing

Usage

After installing, this skill will be available to your AI coding assistant.

Verify installation:

skills list

Skill Instructions


name: Setting Up Distributed Tracing description: | This skill automates the setup of distributed tracing for microservices. It helps developers implement end-to-end request visibility by configuring context propagation, span creation, trace collection, and analysis. Use this skill when the user requests to set up distributed tracing, implement observability, or troubleshoot performance issues in a microservices architecture. The skill is triggered by phrases such as "setup tracing", "implement distributed tracing", "configure opentelemetry", or "add observability to microservices".

Overview

This skill streamlines the process of setting up distributed tracing in a microservices environment. It guides you through the key steps of instrumenting your services, configuring trace context propagation, and selecting a backend for trace collection and analysis, enabling comprehensive monitoring and debugging.

How It Works

  1. Backend Selection: Determines the preferred tracing backend (e.g., Jaeger, Zipkin, Datadog).
  2. Instrumentation Strategy: Designs an instrumentation strategy for each service, focusing on key operations and dependencies.
  3. Configuration Generation: Generates the necessary configuration files and code snippets to enable distributed tracing.

When to Use This Skill

This skill activates when you need to:

  • Implement distributed tracing in a microservices application.
  • Gain end-to-end visibility into request flows across multiple services.
  • Troubleshoot performance bottlenecks and latency issues.

Examples

Example 1: Adding Tracing to a New Microservice

User request: "setup tracing for the new payment service"

The skill will:

  1. Prompt for the preferred tracing backend (e.g., Jaeger).
  2. Generate code snippets for OpenTelemetry instrumentation in the payment service.

Example 2: Troubleshooting Performance Issues

User request: "implement distributed tracing to debug slow checkout process"

The skill will:

  1. Guide the user through instrumenting relevant services in the checkout flow.
  2. Provide configuration examples for context propagation.

Best Practices

  • Backend Choice: Select a tracing backend that aligns with your existing infrastructure and monitoring tools.
  • Sampling Strategy: Implement a sampling strategy to manage trace volume and cost, especially in high-traffic environments.
  • Context Propagation: Ensure proper context propagation across all services to maintain trace continuity.

Integration

This skill can be used in conjunction with other plugins to automate the deployment and configuration of tracing infrastructure. For example, it can integrate with infrastructure-as-code tools to provision Jaeger or Zipkin clusters.

More by jeremylongshore

View all
rabbitmq-queue-setup
1,004

Rabbitmq Queue Setup - Auto-activating skill for Backend Development. Triggers on: rabbitmq queue setup, rabbitmq queue setup Part of the Backend Development skill category.

model-evaluation-suite
1,004

evaluating-machine-learning-models: This skill allows Claude to evaluate machine learning models using a comprehensive suite of metrics. It should be used when the user requests model performance analysis, validation, or testing. Claude can use this skill to assess model accuracy, precision, recall, F1-score, and other relevant metrics. Trigger this skill when the user mentions "evaluate model", "model performance", "testing metrics", "validation results", or requests a comprehensive "model evaluation".

neural-network-builder
1,004

building-neural-networks: This skill allows Claude to construct and configure neural network architectures using the neural-network-builder plugin. It should be used when the user requests the creation of a new neural network, modification of an existing one, or assistance with defining the layers, parameters, and training process. The skill is triggered by requests involving terms like "build a neural network," "define network architecture," "configure layers," or specific mentions of neural network types (e.g., "CNN," "RNN," "transformer").

oauth-callback-handler
1,004

Oauth Callback Handler - Auto-activating skill for API Integration. Triggers on: oauth callback handler, oauth callback handler Part of the API Integration skill category.