You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -696,7 +702,8 @@ public String toSafeString(List<WildcardMatcher> value) {
696
702
.key("central_config")
697
703
.tags("added[1.8.0]")
698
704
.configurationCategory(CORE_CATEGORY)
699
-
.description("When enabled, the agent will make periodic requests to the APM Server to fetch updated configuration.")
705
+
.description("When enabled, the agent will make periodic requests to the APM Server to fetch updated configuration.\n"
706
+
+ "The frequency of the periodic request is driven by the `Cache-Control` header returned from APM Server/Integration, falling back to 5 minutes if not defined.")
Copy file name to clipboardExpand all lines: docs/configuration.asciidoc
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1270,6 +1270,7 @@ Example: `0ms`.
1270
1270
==== `central_config` (added[1.8.0])
1271
1271
1272
1272
When enabled, the agent will make periodic requests to the APM Server to fetch updated configuration.
1273
+
The frequency of the periodic request is driven by the `Cache-Control` header returned from APM Server/Integration, falling back to 5 minutes if not defined.
# When enabled, the agent will make periodic requests to the APM Server to fetch updated configuration.
4065
+
# The frequency of the periodic request is driven by the `Cache-Control` header returned from APM Server/Integration, falling back to 5 minutes if not defined.
0 commit comments