mirror of
https://github.com/Unleash/unleash.git
synced 2025-03-04 00:18:40 +01:00
docs(4.3): update tech debt section.
This commit is contained in:
parent
d59d2f141e
commit
5653331eea
@ -18,13 +18,13 @@ A toggle being (potentially) stale, does not affect how it performs in your appl
|
||||
|
||||
In order to assist with removing unused feature toggles, Unleash provides a technical debt dashboard in the management-ui. You can find it by clicking on “Advanced” in the top-line menu then choose _Reporting_ in the dropdown menu.
|
||||
|
||||

|
||||

|
||||
|
||||
The dasboard includes a health report card, and a list of toggles that can be filtrated on different parameters.
|
||||
|
||||
### Report card {#report-card}
|
||||
|
||||

|
||||

|
||||
|
||||
The report card includes some statistics of your application. It lists the overall amount of your active toggles, the overall amount of stale toggles, and lastly, the toggles that Unleash believes should be stale. This calculation is performed on the basis of toggle types:
|
||||
|
||||
@ -46,6 +46,6 @@ The health rating updates once every hour, so there may be some lag if you have
|
||||
|
||||
### Toggle list {#toggle-list}
|
||||
|
||||

|
||||

|
||||
|
||||
The toggle list gives an overview over all of your toggles and their status. In this list you can sort the toggles by their name, last seen, created, expired, status and report. This will allow you to quickly get an overview over which toggles may be worth deprecating and removing from the code.
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 69 KiB |
Binary file not shown.
Before Width: | Height: | Size: 568 KiB After Width: | Height: | Size: 226 KiB |
Loading…
Reference in New Issue
Block a user