From cf312b5538452721a0b0dbb59c7c731a2c390939 Mon Sep 17 00:00:00 2001 From: lauranooooo Date: Tue, 4 Jun 2024 16:14:19 +0100 Subject: [PATCH] more --- projects/raft-otel/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/raft-otel/README.md b/projects/raft-otel/README.md index 001fe688..15aaefb5 100644 --- a/projects/raft-otel/README.md +++ b/projects/raft-otel/README.md @@ -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