Observability
Observability
📖 定义
Observability helps developers understand the running status of complex systems and quickly locate problems in production environments through three pillars: Metrics, Distributed Tracing, and Logging.
🔗 在 Higress 中的应用
Higress provides deeply integrated observability capabilities, supporting exporting gateway metrics to Prometheus and trace information to Skywalking/Jaeger.
💡 示例
- 1 Monitor gateway QPS and latency through Prometheus
- 2 Use distributed tracing to analyze request call chains across microservices
- 3 Real-time analysis of gateway error logs to locate configuration issues
🔄 相关术语
❓ 常见问题
Observability 是什么?
Observability helps developers understand the running status of complex systems and quickly locate problems in production environments through three pillars: Metrics, Distributed Tracing, and Logging.
Higress 如何支持 Observability?
Higress provides deeply integrated observability capabilities, supporting exporting gateway metrics to Prometheus and trace information to Skywalking/Jaeger.
深入了解 Higress
探索更多 Higress 的功能和最佳实践