mirror of
https://github.com/jketterl/openwebrx.git
synced 2025-12-06 07:12:09 +01:00
normalize metric label to match prometheus data-model guide
This commit is contained in:
parent
eb43e39a81
commit
efa305eeec
|
|
@ -1,6 +1,8 @@
|
|||
from . import Controller
|
||||
from owrx.metrics import CounterMetric, DirectMetric, Metrics
|
||||
import json
|
||||
import re
|
||||
|
||||
|
||||
|
||||
class MetricsController(Controller):
|
||||
|
|
|
|||
Loading…
Reference in a new issue