From baefbc40b8e8cae2106390473e595b5ea0625cf7 Mon Sep 17 00:00:00 2001 From: lauranooooo Date: Tue, 4 Jun 2024 16:09:10 +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 de4aabbb..6b86b359 100644 --- a/projects/raft-otel/README.md +++ b/projects/raft-otel/README.md @@ -12,7 +12,7 @@ we are going to use distributed tracing to understand its behaviour. ## Learning Objectives - Describe the differences between distributed tracing and logging and metrics -- Implement RAFT +- Implement RAFT (or run and modify an existing implementation) - Instrument an application with distributed tracing - Use distributed tracing to get a detailed understanding of complex application behaviour - Minimise costs of distributed tracing