Merge "Support configuring Monasca Persister performance"

This commit is contained in:
Zuul 2018-10-03 14:20:06 +00:00 committed by Gerrit Code Review
commit 77d7ab20c2
2 changed files with 2 additions and 1 deletions

View File

@ -145,6 +145,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

View File

@ -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 }}