pipenv sync
pipenv run opentelemetry-instrument uvicorn ui.main:app --proxy-headers --host=0.0.0.0 --port=5000 --log-level=error
curl http://localhost:5000
{"message":"Hello World"}
curl http://localhost:5000
{"message":"Hello World"}
curl http://localhost:9464/metrics