asmclient utility package
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
asmclient-0.2.2.tar.gz
(5.0 kB
view hashes)
Built Distribution
Close
Hashes for asmclient-0.2.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | defbeb2a10f23626fc0c110878a8fde9a56de6d12dddd750d1cf69915f316ee3 |
|
MD5 | 129f6ff4654c1bc6e30ad416c460a5a0 |
|
BLAKE2b-256 | 4400562a6c824b3ba55329a9c0a14bb2fdc3f3b7e9bba154e869cc7df89ed2e3 |