Esempio n. 1
0
 def get(self):
     """Get metrics for upload service
     ---
     description: Get metrics for upload service
     responses:
         200:
             description: OK
             content:
                 text/plain:
                     schema:
                         type: string
     """
     self.write(mnm.generate_latest())
Esempio n. 2
0
 def get(self):
     self.write(mnm.generate_latest())