Storage Backends
Jaeger v2 requires a persistent storage backend for storing and querying trace data. The choice of storage backend affects the performance, scalability, and operational complexity of your distributed tracing deployment.
The following storage backends are supported:
- Elasticsearch - A distributed search and analytics engine suitable for large-scale trace storage with full-text search capabilities.
- OpenSearch - A community-driven, open source search and analytics suite. Jaeger uses the same storage implementation for OpenSearch as for Elasticsearch. Only OpenSearch 3.x is supported.