Skip to content
This repository has been archived by the owner on Apr 13, 2020. It is now read-only.
/ leela Public archive

Scalable metrics monitoring engine

License

Apache-2.0, Apache-2.0 licenses found

Licenses found

Apache-2.0
LICENSE
Apache-2.0
COPYING
Notifications You must be signed in to change notification settings

locaweb/leela

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

LEELA

Leela is a simple, but scalable, property-graph database where properties can be either time-series or key-value.

It was created to store information about about our datacenter and its many clients like applications and users of those applications. The properties provides an additional layer of information that allows to store historical data about entities like servers, supporting our monitoring system.

For an example, these entities can be easily represented in leela:

      o cpu-usage [time-series]
      |
      |  o hwinfo [json-data]
      |  |
   +---------+                        +--------+
   | machine |----------------------->| switch |
   +---------+                        +--------+
                                           |
           +------------+    +-----+       |
           | datacenter |<---| rak |<------+
           +------------+    +-----+

Contribute

Any help is welcome and there is no formal process. Just remember:

  • use good commit messages and provide a good description about what you are trying to achieve;
  • make sure your patch applies cleanly;
  • include/update tests;
  • update the documentation;

Documentation

License

APACHE-2.0

Author

Contributors