Compare commits
1 Commits
optional_g
...
single_fue
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9e5ebeb744 |
@@ -101,7 +101,7 @@ def main():
|
||||
usage_datapoints = usage_to_datapoints(usage)
|
||||
logger.debug('Writing metrics to influx: %s', usage_datapoints)
|
||||
if not config["noop"].get(bool):
|
||||
influx_client.write_points(usage_datapoints, noop=config["noop"].get(bool))
|
||||
influx_client.write_points(usage_datapoints)
|
||||
except KeyboardInterrupt:
|
||||
break
|
||||
|
||||
|
||||
Reference in New Issue
Block a user