Skip to content
Snippets Groups Projects
Commit fdc61525 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Support configuring Monasca log pipeline performance"

parents a883cbc6 01da9384
No related branches found
No related tags found
No related merge requests found
......@@ -64,6 +64,14 @@ monasca_metrics_topic: "metrics"
monasca_raw_logs_topic: "logs"
monasca_transformed_logs_topic: "transformed-logs"
# Processing pipeline threads. In a large scale deployment you will likely
# want to tune these with finer precision. For example, if you have a very
# high log throughput, the log metrics service consumer may require a
# higher thread count than the producer. You will also want to ensure that
# the total number of threads across all instances of a service does not
# exceed the Kafka topic partition count.
monasca_log_pipeline_threads: 2
####################
# Docker
####################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment