mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-10-14 13:31:31 +08:00

* feat: added url sharing for main domain list page api monitoring * feat: added shivanshus suggestions in qb payloads for spanid and kind string client filter * fix: limited the endpoints table limit to 1000 * feat: date picker in domain details drawer * feat: added top errors tab in domain details * fix: removed console logs * feat: new dep services top 10 errors localised date picker agrregate domain details etc * feat: added domain level and endpoint level stats * feat: added custom cell rendering in gridcard, added new table view in all endpoints * feat: added port column in endpoints table * feat: added custom title handling in gridtablecomponent * fix: fixed the traces corelation query for status code bar charts * feat: added zoom functionality on domain details charts * chore: add constants for standardisation Signed-off-by: Shivanshu Raj Shrivastava <shivanshu1333@gmail.com> * chore: add constants for standardisation in the API Signed-off-by: Shivanshu Raj Shrivastava <shivanshu1333@gmail.com> * feat: add tooltip to Endpoint Overview Signed-off-by: Shivanshu Raj Shrivastava <shivanshu1333@gmail.com> * feat: api monitoring feedback till 28th april * feat: added top errors to traces corelation * feat: added new rate col to status code table * feat: custom color mapping for uplot tooltip implemented * chore: added ApiMonitoringPage.test * chore: added uts for all endpoints, top errors and their utils * fix: minor fix * chore: moved test files to proper folder * chore: added endpoint details uts and its imported utils ut * chore: added endpoint dropdown uts and its imported utils ut * chore: added endpoint metrics uts and its imported utils ut * chore: added dependent services uts and its imported utils ut * chore: added status code bar chart uts and its imported utils ut * chore: added status code table uts and its imported utils ut