setting-up-distributed-tracing

Distributed Tracing Setup

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "setting-up-distributed-tracing" with this command: npx skills add jeremylongshore/claude-code-plugins-plus-skills/jeremylongshore-claude-code-plugins-plus-skills-setting-up-distributed-tracing

Distributed Tracing Setup

This skill provides automated assistance for distributed tracing setup tasks.

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

  • Backend Selection: Determines the preferred tracing backend (e.g., Jaeger, Zipkin, Datadog).

  • Instrumentation Strategy: Designs an instrumentation strategy for each service, focusing on key operations and dependencies.

  • 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:

  • Prompt for the preferred tracing backend (e.g., Jaeger).

  • 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:

  • Guide the user through instrumenting relevant services in the checkout flow.

  • 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.

Prerequisites

  • Appropriate file access permissions

  • Required dependencies installed

Instructions

  • Invoke this skill when the trigger conditions are met

  • Provide necessary context and parameters

  • Review the generated output

  • Apply modifications as needed

Output

The skill produces structured output relevant to the task.

Error Handling

  • Invalid input: Prompts for correction

  • Missing dependencies: Lists required components

  • Permission errors: Suggests remediation steps

Resources

  • Project documentation

  • Related skills and commands

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

backtesting-trading-strategies

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

svg-icon-generator

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

performance-lighthouse-runner

No summary provided by upstream source.

Repository SourceNeeds Review