Advanced
Distributed Tracing with OpenTelemetry
Implement distributed tracing in a Python Flask application.
📝 Nội dung Prompt
Write a Python code snippet demonstrating how to initialize the OpenTelemetry SDK for a Flask application. The code should configure tracing to export spans to the console (standard output) and to Jaeger. Ensure the code includes automatic instrumentation for Flask requests and demonstrates creating a custom span for a specific function, such as a database query.