setting-up-distributed-tracing

Execute 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 re... Use when appropriate context detected. Tr

Content Preview
---
name: setting-up-distributed-tracing
description: |
  Execute 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 re... Use when appropriate context detected. Trigger with relevant phrases based on skill purpose.
allowed-tools: Read, Write, Edit, Grep, Glob, Bash(cmd:*)
version: 1.0.0
author: Jeremy Lo
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/setting-up-distributed-tracing.md \
  https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/plugins/performance/distributed-tracing-setup/skills/setting-up-distributed-tracing/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Then reference at plugins/performance/distributed-tracing-setup/skills/setting-up-distributed-tracing/SKILL.md

Related Skills

Setting Up Distributed Tracing
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 obser
skill-adaptersetting up distributed tracing

by jeremylongshore · plugins-plus-skills

Setting Up Log Aggregation
This skill sets up log aggregation solutions using ELK (Elasticsearch, Logstash, Kibana), Loki, or Splunk. It generates production-ready configurations and setup code based on specific requirements and infrastructure. Use this skill when the user requests to set up logging infrastructure, configure
skill-adaptersetting up log aggregation

by jeremylongshore · plugins-plus-skills

Setting Up Synthetic Monitoring
This skill automates the setup of synthetic monitoring for applications. It allows Claude to proactively track performance and availability by configuring uptime, transaction, and API monitoring. Use this skill when the user requests to "set up synthetic monitoring", "configure uptime monitoring", "
skill-adaptersetting up synthetic monitoring

by jeremylongshore · plugins-plus-skills

Setting Up Experiment Tracking
This skill automates the setup of machine learning experiment tracking using tools like MLflow or Weights & Biases (W&B). It is triggered when the user requests to "track experiments", "setup experiment tracking", "initialize MLflow", or "integrate W&B". The skill configures the necessary environmen
skill-adaptersetting up experiment tracking

by jeremylongshore · plugins-plus-skills