We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2ceda8 commit 0c83fc7Copy full SHA for 0c83fc7
eodag/rest/server.py
@@ -91,7 +91,6 @@
91
UnsupportedProvider,
92
ValidationError,
93
)
94
-from eodag.utils.instrumentation.eodag import EODAGInstrumentor
95
96
if TYPE_CHECKING:
97
from fastapi.types import DecoratedCallable
@@ -979,6 +978,9 @@ def telemetry_init(fastapi_app: Optional[FastAPI] = None) -> None:
979
978
meter_provider=meter_provider,
980
981
logger.debug("Instrument EODAG app")
+
982
+ from eodag.utils.instrumentation.eodag import EODAGInstrumentor
983
984
EODAGInstrumentor(eodag_api).instrument(
985
tracer_provider=tracer_provider,
986
0 commit comments