We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26b1506 commit 6c59bd5Copy full SHA for 6c59bd5
metric_providers/psu/energy/ac/mcp/machine/provider.py
@@ -4,7 +4,7 @@
4
from metric_providers.base import BaseMetricProvider
5
6
class PsuEnergyAcMcpMachineProvider(BaseMetricProvider):
7
- def __init__(self, resolutions, skip_check=False):
+ def __init__(self, resolution, skip_check=False):
8
super().__init__(
9
metric_name='psu_energy_ac_mcp_machine',
10
metrics={'time': int, 'value': int},
0 commit comments