What problem does it solve?
This Skill addresses the need for robust observability in the KYC verification pipeline by deploying and configuring Jaeger for distributed tracing. It enables the storage, indexing, and visualization of spans, providing deep insights into the entire verification flow.
Core Features & Use Cases
- Jaeger Deployment: Facilitates the setup of Jaeger, either as a self-hosted all-in-one solution for development or a distributed setup with Elasticsearch for production.
- Trace Visualization: Allows users to visualize the complete flow of a KYC verification, identifying latency and bottlenecks across microservices.
- Observability Enhancement: Integrates with OpenTelemetry Collector to process and route traces from KYC services to Jaeger.
- Use Case: When a KYC verification process is experiencing unexpected delays, this Skill can be used to deploy Jaeger, collect traces from all involved services, and then visualize the trace waterfall to pinpoint which specific microservice is causing the slowdown.
Quick Start
Deploy Jaeger using the provided docker-compose.yml for development environments.