Skip to content
Snippets Groups Projects
Commit e3b858e6 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

return the safe writer!

parent 56476d1f
No related branches found
No related tags found
2 merge requests!264Server-side metric for spent ZKAPs for Prometheus,!265Add a metric for invalid ZKAP attempts
...@@ -202,6 +202,8 @@ def make_safe_writer(metrics_path, registry): ...@@ -202,6 +202,8 @@ def make_safe_writer(metrics_path, registry):
except Exception: except Exception:
pass pass
return safe_writer
_init_storage = _Client.__dict__["init_storage"] _init_storage = _Client.__dict__["init_storage"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment