Skip to content
Snippets Groups Projects
Commit 39e68363 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

v2.16.6

parent 862d81c7
No related branches found
No related tags found
No related merge requests found
# v2.16.7
# v2.16.6
* trace_exception can take None as an argument
* added option to specify a custom metric source for
......@@ -54,7 +54,7 @@ class PrometheusHTTPExporterThread(TerminableThread):
class HTTPServer(http.server.HTTPServer):
def __init__(self):
super().__init__((self.interface, self.port), PrometheusHandler,
super().__init__((self_2.interface, self_2.port), PrometheusHandler,
bind_and_activate=False)
def get_metric_data(self):
......
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