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 7a7fda6 commit d7d7dc2Copy full SHA for d7d7dc2
prometheus_client/openmetrics/exposition.py
@@ -29,7 +29,8 @@ def _is_valid_exemplar_metric(metric, sample):
29
return False
30
31
32
-def generate_latest_fn(escaping=ALLOWUTF8):
+def generate_latest_fn(escaping):
33
+ '''Returns a generate_latest function that will always use the given escaping.'''
34
return lambda registry: generate_latest(registry, escaping)
35
36
0 commit comments