Minor readme fixes
Change-Id: If3d9bda0ebb62edaf05a6c4b35ba2ef717b582d3
This commit is contained in:
parent
fbd51a043f
commit
a16876d845
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user