mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[Serverless] Increasing metrics reset interval to 2 minutes (#181073)
Increasing the metric reset interval for the `/api/task_manager/metrics` API to 2 minutes from 30 seconds. We believe 30 seconds is too aggressive based on data from the overview cluster that shows metrics being collected anywhere from 10 seconds (the expected interval) to 2 minutes.
This commit is contained in:
parent
5f0b9f7110
commit
336eef029f
1 changed files with 1 additions and 0 deletions
|
@ -139,6 +139,7 @@ uiSettings:
|
|||
# Task Manager
|
||||
xpack.task_manager.allow_reading_invalid_state: false
|
||||
xpack.task_manager.request_timeouts.update_by_query: 60000
|
||||
xpack.task_manager.metrics_reset_interval: 120000
|
||||
|
||||
# Reporting feature
|
||||
xpack.screenshotting.enabled: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue