normalize metric label to match prometheus data-model guide

This commit is contained in:
Andre Schinkel 2021-10-03 08:48:40 +02:00
parent eb43e39a81
commit efa305eeec
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
from . import Controller
from owrx.metrics import CounterMetric, DirectMetric, Metrics
import json
import re
class MetricsController(Controller):