forked from prometheus/prometheus
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Unify react fetcher components (prometheus#6629)
* set useFetch loading flag to be true initially Signed-off-by: blalov <[email protected]> * make extended props optional Signed-off-by: blalov <[email protected]> * add status indicator to targets page Signed-off-by: blalov <[email protected]> * add status indicator to tsdb status page Signed-off-by: blalov <[email protected]> * spread response in Alerts Signed-off-by: blalov <[email protected]> * disable eslint func retun type rule Signed-off-by: blalov <[email protected]> * add status indicator to Service Discovery page Signed-off-by: blalov <[email protected]> * refactor PanelList Signed-off-by: blalov <[email protected]> * test fix Signed-off-by: blalov <[email protected]> * use local storage hook in PanelList Signed-off-by: blalov <[email protected]> * use 'useFetch' for fetching metrics Signed-off-by: blalov <[email protected]> * left-overs Signed-off-by: blalov <[email protected]> * remove targets page custom error message Signed-off-by: Boyko Lalov <[email protected]> * adding components displayName Signed-off-by: Boyko Lalov <[email protected]> * display more user friendly error messages Signed-off-by: Boyko Lalov <[email protected]> * update status page snapshot Signed-off-by: Boyko Lalov <[email protected]> * pr review changes Signed-off-by: Boyko Lalov <[email protected]> * fix broken tests Signed-off-by: Boyko Lalov <[email protected]> * fix typos Signed-off-by: Boyko Lalov <[email protected]>
- Loading branch information
Showing
19 changed files
with
406 additions
and
907 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.