You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
AttributeError: 'float' object has no attribute 'replace'
File "twisted/web/server.py", line 199, in process
self.render(resrc)
File "synapse/http/site.py", line 131, in render
Request.render(self, resrc)
File "twisted/web/server.py", line 259, in render
body = resrc.render(self)
File "twisted/web/resource.py", line 250, in render
return m(request)
File "prometheus_client/twisted/_exposition.py", line 18, in render_GET
return generate_latest(self.registry)
File "prometheus_client/exposition.py", line 78, in generate_latest
for k, v in sorted(labels.items())]))
File "prometheus_client/exposition.py", line 78, in <listcomp>
for k, v in sorted(labels.items())]))
Local variables at the time: k = 'le', v = 1.0
The text was updated successfully, but these errors were encountered:
Error is:
Local variables at the time:
k = 'le'
,v = 1.0
The text was updated successfully, but these errors were encountered: