Commit 194f6279 authored by jithu.tagore's avatar jithu.tagore

Update infra_as_service_monitor.py

parent 2d28b0e3
......@@ -192,7 +192,7 @@ def docker_container():
print("datetime")
time=(end_date.astimezone(datetime.timezone.utc) - start_date.astimezone(datetime.timezone.utc))
print(time)
data.append([i.name, i.id, i.attrs["State"]["Status"]],time)
data.append([i.name, i.id, i.attrs["State"]["Status"]],time)
print(data)
except Exception as e:
logger.exception(e)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment