Skip to content

tailhook/cantal-py

Repository files navigation

Cantal-Py

Status: Beta
Documentation:https://cantal-py.readthedocs.io/
Parent Project:https://github.com/tailhook/cantal

Cantal is an expermimental heartbeating, monitoring and statistics solution. This is a python library for sending statistics data to cantal.

Example

import cantal

ticks = cantal.Counter(group="main_loop", metric="ticks")

def main():
    cantal.start()

    while True:
        sleep(0.1)
        ticks.incr(1)

if __name__ == '__main__':
    main

License

Licensed under either of

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

Python library for cantal

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Languages