16535: Use package consts for http methods.
[arvados.git] / services / nodemanager / arvnodeman / status.py
index 20e30e14178c331c48a10916450f28a5e0075094..1e18996da6cacc24a6a0d7a06c6af91682912ef5 100644 (file)
@@ -78,7 +78,9 @@ class Tracker(object):
     def __init__(self):
         self._mtx = threading.Lock()
         self._latest = {
-            'cloud_errors': 0,
+            'list_nodes_errors': 0,
+            'create_node_errors': 0,
+            'destroy_node_errors': 0,
             'boot_failures': 0,
             'actor_exceptions': 0
         }