I’m working with microservices and cloud‑native applications and want to improve our ability to test observability across complex distributed systems. Specifically, I’m looking for solutions or tools that help teams gain better visibility into test runs, detect hidden issues earlier, and understand system behavior under test in more detail.
I’m especially interested in tools or platforms that can:
- Capture detailed telemetry (logs, metrics, traces) across services during test execution
- Provide insights into performance bottlenecks or intermittent failures
- Correlate events across distributed components to make debugging easier
- Integrate with automated test suites and CI/CD pipelines
Have you used any observability solutions that stood out in a microservices/cloud‑native environment? What would you recommend for improving test observability so that issues are easier to identify and diagnose before they reach production?