monitor apis metrics
Project description
An exporter about prometheus, written in Python, mainly provides monitoring of api data functions, as follows: 1. Request quantity 2. Request duration per second 3. The number being requested 4. The last request took time
For details, please see: https://github.com/prometheus/client_python
Usage example: """
from apimon import ApiMonitor
apimonitor = ApiMonitor(app_name="your app name")
apimonitor.setup_metrics(app) # your app object instance
"""
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
apimon-0.0.3.tar.gz
(3.7 kB
view hashes)
Built Distribution
apimon-0.0.3-py3-none-any.whl
(4.1 kB
view hashes)