Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
lauranooooo committed Jun 4, 2024
1 parent 2ca80d2 commit cf312b5
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 percent of the internal RAFT requests completely, and add random latency to others.
Add an environment variable which, if set, will drop some percentage of the internal RAFT requests 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 cf312b5

Please sign in to comment.