diff --git a/aiws.py b/aiws.py index 57a1c7e..21f91c8 100644 --- a/aiws.py +++ b/aiws.py @@ -196,7 +196,7 @@ Instrumentator( # should_group_untemplated=False, # (опционально) не схлопывать untemplated в "none" ).instrument( app, - metric_namespace="ai_bot", + metric_namespace="fastapi", ).expose(app, endpoint="/metrics", include_in_schema=False) app_info = Info("fastapi_app_info", "FastAPI application info") app_info.info({"app_name": "ai-bot"})