feat(core): Support opentelemetry exporter (#1690)

This commit is contained in:
Fangyin Cheng
2024-07-05 15:20:21 +08:00
committed by GitHub
parent 84fc1fc7fe
commit bf978d2bf9
39 changed files with 1176 additions and 218 deletions

View File

@@ -52,7 +52,7 @@ async def client(request, system_app: SystemApp):
worker_manager, model_registry = cluster
system_app.register(_DefaultWorkerManagerFactory, worker_manager)
system_app.register_instance(model_registry)
initialize_apiserver(None, app, system_app, api_keys=api_keys)
initialize_apiserver(None, None, app, system_app, api_keys=api_keys)
yield client