Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this PR do? What is the motivation?
Modifies the public refresh rate data shared with customers, as per this day it says that it takes around 30 seconds.
When taking a look at our internal documentation, it still says 30 seconds: https://datadoghq.atlassian.net/wiki/x/xwTGF (this is from May, 2020).
However, it seems like the code have been updated and now it has a note that it can take around 60 seconds:
https://github.com/DataDog/web-ui/blob/8258337c62d0705cacd19755c6a8196c5aba5d42/javascript/datadog/dashboard/components/Widget/WidgetAutoUpdateManager.tsx#L10
This caused confusion with my customer https://datadog.zendesk.com/agent/tickets/1955462, as it seems like they were expecting their public dashboard to refresh every 30 seconds, but when Support Agent was taking the time, it actually takes around 60 secs to be refreshed.
Merge instructions
Merge readiness:
Merge queue is enabled in this repo. To have it automatically merged after it receives the required reviews, create the PR (from a branch that follows the
<yourname>/description
naming convention) and then add the following PR comment:Additional notes