We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b356472 commit 0941262Copy full SHA for 0941262
prometheus_client/exposition.py
@@ -146,6 +146,7 @@ class _PrintHandler(WSGIRequestHandler):
146
def log_message(self, format, *args):
147
print(format % args)
148
149
+
150
class ThreadingWSGIServer(ThreadingMixIn, WSGIServer):
151
"""Thread per request HTTP server."""
152
# Make worker threads "fire and forget". Beginning with Python 3.7 this
0 commit comments