diff --git a/docs/sources/flow/reference/components/module.http.md b/docs/sources/flow/reference/components/module.http.md index dd8e39f1467e..a2a198a2a321 100644 --- a/docs/sources/flow/reference/components/module.http.md +++ b/docs/sources/flow/reference/components/module.http.md @@ -63,7 +63,7 @@ arguments | [arguments][] | Arguments to pass to the module. | no fallback_cache | [fallback_cache][] | A local cache that is used as a fallback if the remote endpoint is unavailable or returns an error. | no [arguments]: #arguments-block -[fallback_cache]: #fallback_cache-(experimental) +[fallback_cache]: #fallback_cache-experimental ### arguments block @@ -113,7 +113,9 @@ unhealthy, and the health includes the error from loading the module. ## Debug information -`module.http` does not expose any component-specific debug information. +`module.http` exposes the following debug information: + +* (Relevant only when [fallback_cache][] is enabled) The total number of fallbacks to the local cache and the total number of failed fallbacks. ## Debug metrics diff --git a/docs/sources/flow/reference/components/remote.http.md b/docs/sources/flow/reference/components/remote.http.md index f5ce9d627a18..d90db87adb46 100644 --- a/docs/sources/flow/reference/components/remote.http.md +++ b/docs/sources/flow/reference/components/remote.http.md @@ -76,7 +76,7 @@ basic_auth` refers to an `basic_auth` block defined inside a `client` block. [authorization]: #authorization-block [oauth2]: #oauth2-block [tls_config]: #tls_config-block -[fallback_cache]: #fallback_cache-(experimental) +[fallback_cache]: #fallback_cache-experimental ### client block @@ -133,7 +133,9 @@ request of the specified URL succeeds. ## Debug information -`remote.http` does not expose any component-specific debug information. +`remote.http` exposes the following debug information: + +* (Relevant only when [fallback_cache][] is enabled) The total number of fallbacks to the local cache and the total number of failed fallbacks. ## Debug metrics