HawkFlow.ai
Project description
HawkFlow.ai
Monitoring for anyone that writes code
- Install the pip package
pip install hawkflow
- Usage:
import time
from hawkflowclient.hawkflow_api import *
# authenticate with your API key
hf = HawkflowAPI("YOUR_API_KEY")
# start timing your code - pass through process (required) and meta (optional) parameters
print("sending timing start data to hawkflow")
hf.start("your_process_name", "your_meta_data")
# do some work
print("sleeping for 5 seconds...")
time.sleep(5)
# end timing this piece of code - process (required) and meta (optional) parameters should match the start
print("sending timing end data to hawkflow")
hf.end("your_process_name", "your_meta_data")
More examples: HawkFlow.ai Python examples
Read the docs: HawkFlow.ai documentation
What is HawkFlow.ai?
HawkFlow.ai is a new monitoring platform that makes it easier than ever to make monitoring part of your development process. Whether you are an Engineer, a Data Scientist, an Analyst, or anyone else that writes code, HawkFlow.ai helps you and your team take ownership of monitoring.
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
hawkflow-0.0.991.tar.gz
(6.4 kB
view hashes)
Built Distribution
Close
Hashes for hawkflow-0.0.991-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | da25110b6c058b05c88ddd29450e84fa5767333c5792bfd5314e318add892e77 |
|
MD5 | 6333b6c09bafbac5a31750eaee72f048 |
|
BLAKE2b-256 | b8236c9ddaeab1079567bd57f999d0862b0dd80d72c32584628be73c57fce4bf |