https://github.com/tailhook/cantal
Heartbeating and monitoring solution
https://github.com/tailhook/cantal
javascript metrics monitoring monitoring-server rust
Last synced: 11 months ago
JSON representation
Heartbeating and monitoring solution
- Host: GitHub
- URL: https://github.com/tailhook/cantal
- Owner: tailhook
- License: mit
- Created: 2015-02-04T13:41:34.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T17:42:05.000Z (about 3 years ago)
- Last Synced: 2025-03-18T11:39:14.057Z (11 months ago)
- Topics: javascript, metrics, monitoring, monitoring-server, rust
- Language: Rust
- Size: 3.52 MB
- Stars: 43
- Watchers: 8
- Forks: 5
- Open Issues: 26
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
======
Cantal
======
:Status: beta
:Documentation: http://cantal.readthedocs.io/
Cantal is an expermimental heartbeating, monitoring and statistics solution.
Main design goals:
* Nearly zero-cost for application to send data
* Fine grained statistics and current state info
* Decentralized and highly available
Cantal consists of:
* A protocol to submit monitoring data to local agent
* The reference implementation of the library for python (cantal-py_)
* Command-line tool to view data
* Local agent to collect/aggregate/forward data
* A protocol for forwarding data to aggregator (carbon/graphite)
License
=======
Licensed under
* MIT license (LICENSE_ or http://opensource.org/licenses/MIT)
Contribution
------------
Unless you explicitly state otherwise, any contribution intentionally
submitted for inclusion in the work by you, shall be licensed under
the MIT license, without any additional terms or conditions.
.. _LICENSE: https://github.com/tailhook/cantal/blob/master/LICENSE
.. _cantal-py: https://github.com/tailhook/cantal-py