We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fb5058 commit 1cca4edCopy full SHA for 1cca4ed
1 file changed
prometheus_client/core.py
@@ -459,7 +459,7 @@ def get(self):
459
# Should we enable multi-process mode?
460
# This needs to be chosen before the first metric is constructed,
461
# and as that may be in some arbitrary library the user/admin has
462
-# no control over we use an enviroment variable.
+# no control over we use an environment variable.
463
if 'prometheus_multiproc_dir' in os.environ:
464
_ValueClass = _MultiProcessValue()
465
else:
0 commit comments