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.98.tar.gz
(6.4 kB
view hashes)
Built Distribution
Close
Hashes for hawkflow-0.0.98-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 16ab63e6beccd5e8705562ef0f0c4ca7f32ab5e3fad8a4551642ac37ebc62e90 |
|
MD5 | 0bd6144d816b6ae1ad9494979ef62ab6 |
|
BLAKE2b-256 | 954783f49ae24b691784ece559a69282d7a42517437bbff6bad896b0111e5176 |