Use grpc to improve the CPU utilization of the logging agent.

pull/6/head
Bryan Moyles 2018-03-09 10:09:30 -05:00
parent 7c9293e1c3
commit c05504b736
1 changed files with 2 additions and 0 deletions

View File

@ -377,6 +377,7 @@ data:
disable_retry_limit
# Use multiple threads for processing.
num_threads 2
use_grpc true
labels {
# The logging backend will take responsibility for double writing to
# the necessary resource types when this label is set.
@ -404,6 +405,7 @@ data:
max_retry_wait 30
disable_retry_limit
num_threads 2
use_grpc true
labels {
# The logging backend will take responsibility for double writing to
# the necessary resource types when this label is set.