Support configuring Monasca Persister performance
On a single node deployment, the Monasca persister can limit the rate at which Monasca can persist metrics to InfluxDB. Increasing the thread count can remove this bottle neck. Partially-Implements: blueprint monasca-roles Change-Id: I763a5ae6aa8c8ab3bf766ab5b58c386da74a188b
This commit is contained in:
parent
6b4cd657ad
commit
9c2e0b81d5
@ -123,6 +123,7 @@ monasca_periodic_notifications_period: 60
|
||||
# the total number of threads across all instances of a service does not
|
||||
# exceed the Kafka topic partition count.
|
||||
monasca_log_pipeline_threads: 2
|
||||
monasca_metric_pipeline_threads: 2
|
||||
|
||||
####################
|
||||
# Docker
|
||||
|
@ -17,7 +17,7 @@ num_processors = 1
|
||||
[kafka_metrics]
|
||||
uri = {{ monasca_kafka_servers }}
|
||||
topic = {{ monasca_metrics_topic }}
|
||||
num_processors = 1
|
||||
num_processors = {{ monasca_metric_pipeline_threads }}
|
||||
|
||||
[zookeeper]
|
||||
uri = {{ monasca_zookeeper_servers }}
|
||||
|
Loading…
Reference in New Issue
Block a user