Event-based Debugging, Monitoring and Billing solution for OpenStack.
Go to file
Bernhard K. Weisshuhn 469cd43d85 force pickle session serializer (workaround for django 1.6+) 2014-02-06 12:26:57 +01:00
docs Fixing some doc formatting 2014-01-17 13:43:47 -05:00
etc setup using pbr 2014-01-17 17:50:13 +00:00
migrations - Converted migration to South data migration 2013-06-24 20:23:32 +05:30
reports adding the new status counts to usage audit 2013-12-20 12:17:21 +05:30
scripts Added script to populate instance_flavor_id 2013-10-29 22:27:36 +05:30
stacktach Added search API for jsonreports 2014-01-21 15:16:37 +05:30
static upgrade to StackTach v2 2012-10-26 15:00:50 -03:00
templates Adding request_id to search options 2013-06-12 16:35:08 -04:00
tests Added search API for jsonreports 2014-01-21 15:16:37 +05:30
util Updating glance usage seed to work with latest code 2014-01-09 14:32:17 -05:00
verifier Merge pull request #251 from manalilatkar/stacktach_down_scenario 2014-01-06 07:48:11 -08:00
worker Fixing logging 2013-11-07 10:12:55 -05:00
.gitignore Added db APIs for Glance 2013-12-12 13:00:46 +05:30
.travis.yml Disabling travis emails 2013-09-13 13:21:33 -04:00
README.md points to readthedocs 2014-01-17 18:40:19 +00:00
__init__.py started extracting code 2012-02-20 11:54:13 -08:00
manage.py Increased list of fields that are verified 2013-06-24 18:57:18 +05:30
run_integration_tests.sh Unit tests for RawData parsing 2013-01-25 16:04:21 -05:00
run_tests.sh Erasing coverage datafile on each run 2013-06-18 14:47:27 -04:00
run_tests_venv.sh Adding support for venv test running. 2013-08-07 14:56:29 +00:00
settings.py force pickle session serializer (workaround for django 1.6+) 2014-02-06 12:26:57 +01:00
setup.cfg setup using pbr 2014-01-17 17:50:13 +00:00
setup.py setup using pbr 2014-01-17 17:50:13 +00:00
urls.py novastats and other site templates 2012-02-29 07:46:37 -06:00

README.md

Build Status

StackTach

StackTach is a debugging / monitoring utility for OpenStack ([Open]StackTach[ometer]). StackTach can work with multiple datacenters including multi-cell deployments.

Watch the video here: http://www.youtube.com/watch?v=pZgwDHZ3wm0

Overview

OpenStack has the ability to publish notifications to a RabbitMQ exchange as they occur. So, rather than pouring through reams of logs across multiple servers, you can now watch requests travel through the system from a single location.

A detailed description of the notifications published by OpenStack is available here

Documentation

http://stacktach.readthedocs.org/