Minor readme fixes

Change-Id: If3d9bda0ebb62edaf05a6c4b35ba2ef717b582d3
This commit is contained in:
Ryan Brandt 2015-12-16 14:17:57 -07:00
parent fbd51a043f
commit a16876d845
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ monasca-persister
The Monitoring Persister consumes metrics and alarm state transitions from the Message Queue and stores them in the Metrics and Alarms database.
Although the Persister isn't primarly a Web service it uses DropWizard, https://dropwizard.github.io/dropwizard/, which provides a nice Web appliction framework to expose an http endpoint that provides an interface through which metrics about the Persister can be queried as well as health status.
Although the Persister isn't primarily a Web service it uses DropWizard, https://dropwizard.github.io/dropwizard/, which provides a nice Web application framework to expose an http endpoint that provides an interface through which metrics about the Persister can be queried as well as health status.
The basic design of the Persister is to have one Kafka consumer publish to a Disruptor, https://github.com/LMAX-Exchange/disruptor, that has output processors. The output processors use prepared batch statements to write to the Metrics and Alarms database.