OpenTelemetry for FastAPI
What is FastAPI FastAPI is a Python framework for building, you guessed it, APIs. I especially like it because it’s so simple to use.
What is OTel OTel, or better OpenTelemetry, is the next iteration of defining one standard to ship traces, metrics and logs in a common format so you’ll never be vendor-locked for your observability solution.
Since all major observability tools are heavily investing on it and we want to move to a different solution in the future, this is the best solution to let your code run anywhere.
[Read More]