Skip to content

Commit

Permalink
Update projects/raft-otel/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Wagner-Hall <dawagner@gmail.com>
  • Loading branch information
lauranooooo and illicitonion authored Jun 6, 2024
1 parent b83a961 commit 36dee81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/raft-otel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ Create a [Board](https://docs.honeycomb.io/working-with-your-data/boards/) in ho

### Part 3: Debugging latency and failures using distributed tracing

Add an environment variable which, if set, will drop some percentage of the internal RAFT requests completely, and add latency to others.
Add an environment variable which, if set, will drop some percentage of the internal RAFT requests (i.e. requests between RAFT servers) completely, and add latency to others.
You can do this by modifying the `CallRequestVote` and `CallAppendEntries` methods in `server.go`.

Now, use Honeycomb to observe the dropped RPCs and delays that
Expand Down

0 comments on commit 36dee81

Please sign in to comment.