From 3edfbc6fe9920ed257f5356e6c16206b38c47059 Mon Sep 17 00:00:00 2001 From: Tim Quinn Date: Sun, 5 Mar 2023 10:59:31 -0500 Subject: [PATCH] Remove claim that metrics are automatically propated from the webserver to the webclient (#6319) --- docs/se/webclient.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/se/webclient.adoc b/docs/se/webclient.adoc index 61304b5c1eb..9417f9afd38 100644 --- a/docs/se/webclient.adoc +++ b/docs/se/webclient.adoc @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// - Copyright (c) 2020, 2022 Oracle and/or its affiliates. + Copyright (c) 2020, 2023 Oracle and/or its affiliates. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -48,8 +48,8 @@ Creates every client and request as a builder pattern. This improves readability * *Redirect chain* + Follows the redirect chain and perform requests on the correct endpoint by itself. -* *Tracing, metrics and security propagation* + -Automatically propagates the configured tracing, metrics and security settings of the Helidon WebServer to the WebClient and uses them during request and response. +* *Tracing and security propagation* + +Automatically propagates the configured tracing and security settings of the Helidon WebServer to the WebClient and uses them during request and response. include::{rootdir}/includes/dependencies.adoc[]