mirror of
https://github.com/Bratah123/Spirit-PTCGO.git
synced 2026-09-09 05:05:30 -05:00
Update metrics.py
This commit is contained in:
@@ -3,9 +3,10 @@
|
||||
import time
|
||||
import asyncio
|
||||
import logging
|
||||
from typing import Callable
|
||||
|
||||
_counters: dict[str, int] = {}
|
||||
_gauges: dict[str, callable] = {}
|
||||
_gauges: dict[str, Callable] = {}
|
||||
|
||||
# Event-loop lag ring buffer (ms), filled by sample_loop_lag().
|
||||
_lag_samples: list[float] = []
|
||||
|
||||
Reference in New Issue
Block a user