Skip to content

Commit

Permalink
Update refinery_config.md
Browse files Browse the repository at this point in the history
Co-authored-by: Kent Quirk <[email protected]>
  • Loading branch information
VinozzZ and kentquirk authored Dec 2, 2024
1 parent 7d674ad commit 822231f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion refinery_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -1016,7 +1016,8 @@ When `distributed`, Refinery will instead keep spans on the node where they were
This can reduce the amount of traffic between peers in most cases, and can help avoid a situation where a single large trace can cause a memory overrun on a single node.
If `distributed`, the amount of traffic between peers will be reduced, but the amount of traffic between Refinery and Redis will significantly increase, because Refinery uses Redis to distribute the trace decisions to all nodes in the cluster.
It is important to adjust the size of the Redis cluster in this case.
NOTE: This setting is not compatible with `DryRun` when set to true.
The total volume of network traffic in `distributed` mode should be expected to decrease unless the cluster size is very large (hundreds of nodes).
NOTE: This setting is not compatible with `DryRun` when set to `distributed`.
See `DryRun` for more information.

- Not eligible for live reload.
Expand Down

0 comments on commit 822231f

Please sign in to comment.