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 a4f7f00 commit 4b0d04eCopy full SHA for 4b0d04e
syncmaster/server/middlewares/monitoring/metrics.py
@@ -37,7 +37,7 @@ def apply_monitoring_metrics_middleware(app: FastAPI, settings: MonitoringSettin
37
app.add_middleware(
38
PrometheusMiddleware,
39
app_name=slugify(app.title),
40
- skip_paths=skip_paths,
+ skip_paths=sorted(skip_paths),
41
**settings.model_dump(exclude={"enabled", "skip_paths"}),
42
)
43
app.include_router(router)
0 commit comments