Overview of Discover Traces and React Flow integration
mainOpenSearch Dashboards 3.3 introduces several observability enhancements:
- Discover Traces: A centralized interface built on the Discover UI for querying traces across distributed systems. It features a click-to-filter interface that constructs complex PPL (Piped Processing Language) queries automatically. It also includes a trace details page for inspecting individual trace journeys, metadata, and execution context.
- React Flow Integration: OpenSearch Dashboards now includes the
React Flowlibrary as a core experimental feature. This provides a standardized framework for interactive node-based visualizations (like service maps) and prevents version conflicts between plugins. It supports drag-and-drop interactions and efficient rendering of large network diagrams. - Trace to Log Correlation: If trace and log index patterns are configured with matching correlation objects (using common identifiers like
trace IDandspan ID), users can navigate directly from a trace span to its associated log entries.