From 0d0fbdf7d6f6060011ee579460d7ba3cc850950e Mon Sep 17 00:00:00 2001 From: xds Date: Wed, 11 Feb 2026 12:56:51 +0300 Subject: [PATCH] main -> aiws --- aiws.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"})