1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-01 00:08:27 +01:00
unleash.unleash/frontend/src/component
Thomas Heartman b0541a0af2
feat: add remaining resource usage to instance stats (#7958)
Updates the instance stats endpoint with 
- maxEnvironmentStrategies
- maxConstraints
- maxConstraintValues

It adds the following rows to the front end table:
- segments (already in the payload, just not used for the table before)
- API tokens (separate rows for type, + one for total) (also existed
before, but wasn't listed)
- Highest number of strategies used for a single flag in a single
environment
- Highest number of constraints used on a single strategy
- Highest number of values used for a single constraint


![image](https://github.com/user-attachments/assets/57798f8e-c466-4590-820b-15afd3729243)
2024-08-22 13:09:26 +02:00
..
accessOverview
admin feat: add remaining resource usage to instance stats (#7958) 2024-08-22 13:09:26 +02:00
application Refactor: Remove react-timeago (#7943) 2024-08-21 12:03:03 +02:00
archive Refactor: Remove react-timeago (#7943) 2024-08-21 12:03:03 +02:00
banners
changeRequest Refactor: Remove react-timeago (#7943) 2024-08-21 12:03:03 +02:00
commandBar feat: command menu docs (#7963) 2024-08-22 14:07:15 +03:00
common chore: remove create feature component (#7959) 2024-08-22 11:30:41 +03:00
context
demo
environments
events
feature chore: remove create feature component (#7959) 2024-08-22 11:30:41 +03:00
featureTypes
feedback
feedbackNew
filter
insights Cleaning up stale flag: insightsV2 with value true (#7896) 2024-08-21 12:01:35 +02:00
integrations [Gitar] Cleaning up stale flag: integrationEvents with value true (#7940) 2024-08-21 14:25:24 +02:00
layout
loginHistory
maintenance
menu chore: remove create feature component (#7959) 2024-08-22 11:30:41 +03:00
playground/Playground [Gitar] Cleaning up stale flag: changeRequestPlayground with value true (#7920) 2024-08-19 15:33:55 +02:00
project chore: remove create feature component (#7959) 2024-08-22 11:30:41 +03:00
providers
segments
signals
splash
strategies
tags
user
App.tsx
InitialRedirect.tsx