mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
closes https://github.com/elastic/kibana/issues/170247 ## 📝 Summary This PR introduces a new state machine for controlling the new Dataset Quality Summary Panel. As part of this work, we had to introduce a new endpoint to fetch and calculate the Estimated Data in last 24h. ## 💡For Reviewers ### State Machine The new state machine introduces 3 parallel states to fetch the values displayed in the summary panel. In case of failures in any of them, a retry mechanism is introduced to try the fetch 1 more time after 5 seconds interval. If the fetch fails again, we display an error toast notification. ![Screenshot 2024-02-08 at 09 01 34]( |
||
---|---|---|
.. | ||
src/bytes_formatter | ||
index.ts | ||
jest.config.js | ||
kibana.jsonc | ||
package.json | ||
REASDME.md | ||
tsconfig.json |