Skip to main content
Back to registry

distributed-tracing

wshobson/agents

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

Installs2
Install command
npx skills add https://github.com/wshobson/agents --skill distributed-tracing
Security audits
Gen Agent Trust HubPASS
SocketFAIL
SnykWARN
About this skill
Implement distributed tracing with Jaeger and Tempo for request flow visibility across microservices. Track requests across distributed systems to understand latency, dependencies, and failure points. Reference: See references/jaeger-setup.md Reference: See references/instrumentation.md Reference: See assets/jaeger-config.yaml.template Jaeger Query: Jaeger Query: Jaeger automatically generates service dependency graphs showing: No traces appearing: High latency overhead: - Debug latency issues - Understand service dependencies - Identify bottlenecks - Trace error propagation - Analyze request paths - Trace - End-to-end request journey - Span - Single operation within a trace - Context - Metadata propagated between services - Tags - Key-value pairs for filtering - Logs - Timestamped events within a span - Service relationships - Request rates - Error rates - Average latencies - Sample appropriately (1-10% in production) - Add meaningful tags (user_id, request_id) - Propagate context across all service boundaries - Log exceptions in spans - Use consistent naming for operations - Monitor tracing overhead (<1% CPU impact) - Set up alerts for trace errors - Implement distributed context (baggage) - Use span events for important milestones - Document instrumentation standards - Check collector endpoint - Verify network connectivity - Check sampling configuration - Review application...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does distributed-tracing do?

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

Is distributed-tracing good?

distributed-tracing does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does distributed-tracing work with?

distributed-tracing currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to distributed-tracing?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install distributed-tracing?

npx skills add https://github.com/wshobson/agents --skill distributed-tracing

Related skills

More from wshobson/agents

Related skills

Alternatives in Software Engineering