From distributed-tracing-setup
Sets up distributed tracing for microservices: trace context propagation, span creation, collection, and sampling. Outputs SDK integration code, instrumentation, and backend setup for Jaeger, Zipkin, or Datadog.
How this command is triggered — by the user, by Claude, or both
Slash command
/distributed-tracing-setup:setup-tracingThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Distributed Tracing Setup Implement distributed tracing for end-to-end request visibility in microservices. ## Tracing Components 1. **Trace Context Propagation**: Header-based context passing 2. **Span Creation**: Service and operation instrumentation 3. **Trace Collection**: Centralized trace aggregation 4. **Trace Analysis**: Latency breakdown and bottleneck detection 5. **Sampling Strategy**: Managing trace volume and cost ## Process 1. Choose tracing backend (Jaeger, Zipkin, Datadog APM, etc.) 2. Design instrumentation strategy 3. Implement OpenTelemetry or vendor SDK 4. Configu...
Implement distributed tracing for end-to-end request visibility in microservices.
Provide:
24plugins reuse this command
First indexed Dec 31, 2025
Showing the 6 earliest of 24 plugins
npx claudepluginhub aiminnovations/claude-code-plugins-plus --plugin distributed-tracing-setup/setup-tracingSets up distributed tracing for microservices: trace context propagation, span creation, collection, and sampling. Outputs SDK integration code, instrumentation, and backend setup for Jaeger, Zipkin, or Datadog.
/tracePerforms distributed tracing and performance bottleneck analysis on the specified service, with optional focus like latency or bottlenecks.
/setup-monitoring-observabilitySets up a full monitoring and observability stack including metrics collection, centralized logging, distributed tracing, APM, infrastructure monitoring, alerting, and dashboards.
/setup-monitoringDeploys a complete observability stack with metrics, logs, traces, dashboards, and alerting for production-grade monitoring.
/monitor-setupGuides setting up Prometheus-based metrics, distributed tracing, log aggregation, and dashboards with alerting rules for system health visibility.