8000
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 d4fb405 commit 067a600Copy full SHA for 067a600
prometheus_client/exposition.py
@@ -37,7 +37,7 @@ def make_wsgi_app(registry=core.REGISTRY):
37
def prometheus_app(environ, start_response):
38
params = parse_qs(environ.get('QUERY_STRING', ''))
39
r = registry
40
- encoder, content_type = choose_encoder(environ.get['HTTP_ACCEPT'])
+ encoder, content_type = choose_encoder(environ.get('HTTP_ACCEPT'))
41
if 'name[]' in params:
42
r = r.restricted_registry(params['name[]'])
43
output = encoder(r)
0 commit comments