Export jemalloc stats to prometheus when used (#9882)

This commit is contained in:
Erik Johnston 2021-05-06 15:54:07 +01:00 committed by GitHub
parent eba431c539
commit 8771b1337d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 200 additions and 0 deletions

View file

@ -629,6 +629,7 @@ try:
except AttributeError:
pass
__all__ = [
"MetricsResource",
"generate_latest",