This is an automated email from the ASF dual-hosted git repository.
urfree pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
The following commit(s) were added to refs/heads/main by this push:
new b92681dbf491 Docs sync done from apache/pulsar (#d5b36da)
b92681dbf491 is described below
commit b92681dbf4914b5fe5b507a83fab500800692f3d
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Apr 17 01:30:26 2024 +0000
Docs sync done from apache/pulsar (#d5b36da)
---
static/reference/next/config/reference-configuration-broker.md | 2 +-
static/reference/next/config/reference-configuration-standalone.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/static/reference/next/config/reference-configuration-broker.md
b/static/reference/next/config/reference-configuration-broker.md
index b9017bd0df6c..cab9e7f7e7ba 100644
--- a/static/reference/next/config/reference-configuration-broker.md
+++ b/static/reference/next/config/reference-configuration-broker.md
@@ -1330,7 +1330,7 @@ Classname of Pluggable JVM GC metrics logger that can log
GC specific metrics
**Category**: Metrics
### metricsBufferResponse
-If true, export buffered metrics
+Set to true to enable the broker to cache the metrics response; the default is
false. The caching period is defined by `managedLedgerStatsPeriodSeconds`. The
broker returns the same response for subsequent requests within the same
period. Ensure that the scrape interval of your monitoring system matches the
caching period.
**Type**: `boolean`
diff --git a/static/reference/next/config/reference-configuration-standalone.md
b/static/reference/next/config/reference-configuration-standalone.md
index b9017bd0df6c..cab9e7f7e7ba 100644
--- a/static/reference/next/config/reference-configuration-standalone.md
+++ b/static/reference/next/config/reference-configuration-standalone.md
@@ -1330,7 +1330,7 @@ Classname of Pluggable JVM GC metrics logger that can log
GC specific metrics
**Category**: Metrics
### metricsBufferResponse
-If true, export buffered metrics
+Set to true to enable the broker to cache the metrics response; the default is
false. The caching period is defined by `managedLedgerStatsPeriodSeconds`. The
broker returns the same response for subsequent requests within the same
period. Ensure that the scrape interval of your monitoring system matches the
caching period.
**Type**: `boolean`