From 224f9dd2c1e1d4c5fd3a9f9891616aba56dd4611 Mon Sep 17 00:00:00 2001 From: James Phillips Date: Thu, 6 Jul 2017 12:19:39 -0700 Subject: [PATCH] Adds links to Lifeguard info. --- website/source/docs/internals/gossip.html.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/website/source/docs/internals/gossip.html.md b/website/source/docs/internals/gossip.html.md index 50e3a881db..3e57816d04 100644 --- a/website/source/docs/internals/gossip.html.md +++ b/website/source/docs/internals/gossip.html.md @@ -54,5 +54,10 @@ telemetry, and simply causing the overall cluster to waste CPU and network resources diagnosing a failure that may not truly exist. Lifeguard completely resolves this issue with novel enhancements to SWIM. -Please see the [Serf's gossip protocol guide](https://www.serf.io/docs/internals/gossip.html#lifeguard) -section on Lifeguard for more details. + +For more details about Lifeguard, please see the +[Making Gossip More Robust with Lifeguard](https://www.hashicorp.com/blog/making-gossip-more-robust-with-lifeguard/) +blog post, which provides a high level overview of the HashiCorp Research paper +[Lifeguard : SWIM-ing with Situational Awareness](https://arxiv.org/abs/1707.00788). The +[Serf gossip protocol guide](https://www.serf.io/docs/internals/gossip.html#lifeguard) +also provides some lower-level details about the gossip protocol and Lifeguard.