4 lines
136 B
Python
4 lines
136 B
Python
from prometheus.registry import Registry, Path, GLOBAL_REGISTRY
|
|
from prometheus.metrics import *
|
|
from prometheus.metric_base import NOW
|