Technologies/Django/posthog.http.request.duration.seconds
DjangoDjangoMetric

posthog.http.request.duration.seconds

HTTP request processing time
Dimensions:None

Technical Annotations (11)

Configuration Parameters (2)
feature_flag_request_timeoutrecommended: 3 seconds
reduced from 10 seconds after incident to prevent application hangs
django.versionrecommended: 4.1+
Required for async cache API (aget/aset methods)
Technical References (9)
decide endpointcomponentDjango monolithcomponentcache.get()componentcache.set()componentcache.aget()componentcache.aset()component_get_cached_blockscomponent_cache_blockscomponentlist_blocks_asynccomponent
Related Insights (2)
Feature flag service timeout causes application crashescritical
Synchronous cache operations block asyncio event loop in session replaywarning