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...
This skill is limited to using the following tools:
assets/README.mdreferences/README.mdscripts/README.mdscripts/instrument_service.pyscripts/setup_jaeger.shThis 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.
This skill activates when you need to:
User request: "setup tracing for the new payment service"
The skill will:
User request: "implement distributed tracing to debug slow checkout process"
The skill will:
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.