File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -409,7 +409,7 @@ This comes with a number of limitations:
409
409
- Custom collectors do not work (e.g. cpu and memory metrics)
410
410
- The pushgateway cannot be used
411
411
- Gauges cannot use the ` pid ` label
412
- - Gunicron 's ` preload_app ` feature are equivilents are not supported
412
+ - Gunicorn 's ` preload_app ` feature and equivalents are not supported
413
413
414
414
There's several steps to getting this working:
415
415
Original file line number Diff line number Diff line change @@ -336,7 +336,7 @@ def __init__(self, filename):
336
336
self ._positions [key ] = pos
337
337
338
338
def _init_value (self , key ):
339
- """Initilize a value. Lock must be held by caller."""
339
+ """Initialize a value. Lock must be held by caller."""
340
340
encoded = key .encode ('utf-8' )
341
341
# Pad to be 8-byte aligned.
342
342
padded = encoded + (b' ' * (8 - (len (encoded ) + 4 ) % 8 ))
You can’t perform that action at this time.
0 commit comments