Developer Reference
metrics
Prometheus gauges and histograms both transports feed, plus an optional per-connection CSV dump of client-reported WebRTC statistics. CSV writes run on a dedicated single-worker thread pool so they preserve row order, never block the event loop, and can be drained deterministically at teardown.
attributelogger_metrics= logging.getLogger('metrics')attributeFPS_HIST_BUCKETS= (0, 20, 40, 60)attributeWEBRTC_CSV_MAX_HEADERS= 2048attributeWEBRTC_CSV_MAX_RETAINED_ROWS= 100000