JaegerTracing JaegerTracing is an open-source, distributed tracing system used for monitoring and troubleshooting microservices-based applications. Developers use it to track requests as they propagate through different services, helping to identify performance bottlenecks and understand complex interactions. It's particularly useful in cloud-native environments. Official docs: https://www.jaegertracing.io/docs/ JaegerTracing Overview - Trace - Span - Dependency Use action names and parameters as needed. Working with JaegerTracing This skill uses the Membrane CLI to interact with JaegerTracin…