Skip to content

Commit 72be776

Browse files
committed
refactor: aiohttp tracing
1 parent 73395c1 commit 72be776

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/asgi_monitor/integrations/aiohttp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ def build_tracing_middleware(config: TracingConfig) -> Callable[..., Coroutine]:
172172
active_requests_counter = meter.create_up_down_counter(
173173
name=MetricInstruments.HTTP_SERVER_ACTIVE_REQUESTS,
174174
unit="requests",
175-
description="measures the number of concurrent HTTP requests those are currently in flight",
175+
description="Measures the number of concurrent HTTP requests those are currently in flight",
176176
)
177177
getter = AiohttpGetter()
178178

0 commit comments

Comments
 (0)