setting-up-distributed-tracing

Solid

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

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 93/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

## 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 configur...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

distributed-tracing

Implement distributed tracing with Jaeger and Tempo for request flow visibility across microservices.

39,227 Updated today
sickn33
AI & Automation Solid

distributed-tracing

Implement distributed tracing with OpenTelemetry, Tempo/Jaeger — instrumentation, sampling, and trace-to-log correlation. Use when the user asks about distributed tracing, OpenTelemetry setup, span instrumentation, trace propagation, or connecting traces to logs and metrics.

14 Updated 3 days ago
sawrus
Code & Development Listed

distributed-debugging-debug-trace

You are a debugging expert specializing in setting up comprehensive debugging environments, distributed tracing, and diagnostic tools. Configure debugging workflows, implement tracing solutions, and establish troubleshooting practices for development and production environments.

335 Updated today
aiskillstore
Code & Development Solid

distributed-debugging-debug-trace

You are a debugging expert specializing in setting up comprehensive debugging environments, distributed tracing, and diagnostic tools. Configure debugging workflows, implement tracing solutions, and establish troubleshooting practices for development and production environments.

39,227 Updated today
sickn33
AI & Automation Solid

183-observability-tracing-opentelemetry

Use when you need to implement or improve distributed tracing with OpenTelemetry in Java — including trace/span modeling, context propagation, semantic conventions, span attributes/events/status, sampling strategy, baggage usage, privacy safeguards, and backend integration with OTLP collectors. This should trigger for requests such as Improve tracing; Apply OpenTelemetry tracing; Add distributed tracing; Refactor tracing instrumentation. Part of cursor-rules-java project

393 Updated today
jabrena