From 448daca83b3c6070dac17dba7dc793a5ff49473a Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Mon, 19 Feb 2018 08:39:59 +0100 Subject: [PATCH] Fixed a typo in the docs about baggage properties --- docs/src/main/asciidoc/spring-cloud-sleuth.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/spring-cloud-sleuth.adoc b/docs/src/main/asciidoc/spring-cloud-sleuth.adoc index 68e43a1be..c8424392a 100644 --- a/docs/src/main/asciidoc/spring-cloud-sleuth.adoc +++ b/docs/src/main/asciidoc/spring-cloud-sleuth.adoc @@ -428,7 +428,7 @@ Brave it's required to pass the list of baggage keys. There are two properties to achieve this. Via the `spring.sleuth.baggage-keys` you set keys that will get prefixed with `baggage-` for http calls and `baggage_` for messaging. You can also pass a list of prefixed keys that will be whitelisted without any prefix via -`spring.sleuth.prefixed-keys` property. +`spring.sleuth.propagation-keys` property. ==== Extracting a propagated context