Add basic metrics with prometheus (ref #120)

This commit is contained in:
Tulir Asokan
2019-05-31 02:11:17 +03:00
parent 5c076933e7
commit 2dc04a8517
7 changed files with 49 additions and 1 deletions
+1
View File
@@ -6,6 +6,7 @@ extras = {
"fast_crypto": ["cryptg>=0.1,<0.2"],
"webp_convert": ["Pillow>=4.3.0,<6"],
"hq_thumbnails": ["moviepy>=1.0,<2.0"],
"metrics": ["prometheus-client>=0.6.0,<0.7.0"],
}
extras["all"] = list({dep for deps in extras.values() for dep in deps})