Update metrics_source.py
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
from abc import ABC, abstractmethod
|
from abc import ABC, abstractmethod
|
||||||
from src.metric import *
|
from src.metric import Metric, CommandMetric, CustomMetric
|
||||||
import os
|
import os
|
||||||
|
|
||||||
|
|
||||||
@@ -40,4 +40,4 @@ class CustomMetricsSource(MetricsSource):
|
|||||||
|
|
||||||
def update(self):
|
def update(self):
|
||||||
for metric in self._metrics:
|
for metric in self._metrics:
|
||||||
metric.update()
|
metric.update()
|
||||||
|
|||||||
Reference in New Issue
Block a user