Refine location
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import abc
|
||||
|
||||
|
||||
class IPrometheusDataExporter:
|
||||
@abc.abstractmethod
|
||||
def export(self):
|
||||
pass
|
||||
|
||||
def normalizeGaugename(self, originalName):
|
||||
return originalName.replace("-", "_").lower()
|
||||
Reference in New Issue
Block a user