Skip to content

Commit 2a27ac2

Browse files
committed
restore http metrics
1 parent 16fdcc3 commit 2a27ac2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/common/core/management/commands/docgen.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ def add_arguments(self, parser: CommandParser) -> None:
2424
metric_parser.set_defaults(handle_method=self.handle_metrics)
2525

2626
def initialise(self) -> None:
27+
from common.gunicorn import metrics # noqa: F401
28+
2729
autodiscover_modules(
2830
"metrics",
2931
)

0 commit comments

Comments
 (0)