diff --git a/reference/html/index.html b/reference/html/index.html index 4c1de5373..499c0dc69 100644 --- a/reference/html/index.html +++ b/reference/html/index.html @@ -204,6 +204,7 @@ $(addBlockSwitches);
TracingFilterWith Brave 5.7 you have various options of providing customizers for your project. Brave ships with
+TracingCustomizer - allows configuration plugins to collaborate on building an instance of Tracing.
CurrentTraceContextCustomizer - allows configuration plugins to collaborate on building an instance of CurrentTraceContext.
ExtraFieldCustomizer - allows configuration plugins to collaborate on building an instance of ExtraFieldPropagation.Factory.
Sleuth will search for beans of those types and automatically apply customizations.
+If a customization of client / server parsing of the HTTP related spans is required, diff --git a/reference/html/spring-cloud-sleuth.html b/reference/html/spring-cloud-sleuth.html index 4c1de5373..499c0dc69 100644 --- a/reference/html/spring-cloud-sleuth.html +++ b/reference/html/spring-cloud-sleuth.html @@ -204,6 +204,7 @@ $(addBlockSwitches);
TracingFilterWith Brave 5.7 you have various options of providing customizers for your project. Brave ships with
+TracingCustomizer - allows configuration plugins to collaborate on building an instance of Tracing.
CurrentTraceContextCustomizer - allows configuration plugins to collaborate on building an instance of CurrentTraceContext.
ExtraFieldCustomizer - allows configuration plugins to collaborate on building an instance of ExtraFieldPropagation.Factory.
Sleuth will search for beans of those types and automatically apply customizations.
+If a customization of client / server parsing of the HTTP related spans is required,