Skip to content

Commit

Permalink
fix(metrics): disable keep-alives for internal traffic
Browse files Browse the repository at this point in the history
  • Loading branch information
swiatekm committed Sep 13, 2023
1 parent 1dab1a0 commit 92679a3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ exporters:
queue_size: 10000
num_consumers: 10
storage: file_storage
# this improves load balancing at the cost of more network traffic
disable_keep_alives: true

extensions:
health_check: {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ spec:
queue_size: 10000
num_consumers: 10
storage: file_storage
# this improves load balancing at the cost of more network traffic
disable_keep_alives: true
extensions:
health_check: {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ spec:
queue_size: 10000
num_consumers: 10
storage: file_storage
# this improves load balancing at the cost of more network traffic
disable_keep_alives: true
extensions:
health_check: {}
Expand Down

0 comments on commit 92679a3

Please sign in to comment.