mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-29 16:14:42 +00:00
* feat: create live logs page and custom top nav * fix: success button color * fix: turn back color * feat: add live logs where clause (#3325) * feat: add live logs where clause * fix: undefined scenario * feat: get live data (#3337) * feat: get live data * fix: change color, change number format * chore: useMemo is updated * feat: add live logs list (#3341) * feat: add live logs list * feat: hide view if error, clear logs * feat: add condition for disable initial loading * fix: double request * fix: render id in the where clause * fix: render where clause and live list * fix: last log padding * fix: list data loading * fix: no logs text * fix: logs list size * fix: small issues * fix: render view with memo --------- Co-authored-by: Palash Gupta <palashgdev@gmail.com> --------- Co-authored-by: Palash Gupta <palashgdev@gmail.com> --------- Co-authored-by: Palash Gupta <palashgdev@gmail.com> * fix: build is fixed --------- Co-authored-by: Palash Gupta <palashgdev@gmail.com> Co-authored-by: Yunus M <myounis.ar@live.com>
38 lines
1.4 KiB
JSON
38 lines
1.4 KiB
JSON
{
|
|
"SIGN_UP": "SigNoz | Sign Up",
|
|
"LOGIN": "SigNoz | Login",
|
|
"SERVICE_METRICS": "SigNoz | Service Metrics",
|
|
"SERVICE_MAP": "SigNoz | Service Map",
|
|
"TRACE": "SigNoz | Trace",
|
|
"TRACE_DETAIL": "SigNoz | Trace Detail",
|
|
"TRACES_EXPLORER": "SigNoz | Traces Explorer",
|
|
"SETTINGS": "SigNoz | Settings",
|
|
"INSTRUMENTATION": "SigNoz | Get Started",
|
|
"USAGE_EXPLORER": "SigNoz | Usage Explorer",
|
|
"APPLICATION": "SigNoz | Home",
|
|
"ALL_DASHBOARD": "SigNoz | All Dashboards",
|
|
"DASHBOARD": "SigNoz | Dashboard",
|
|
"DASHBOARD_WIDGET": "SigNoz | Dashboard Widget",
|
|
"EDIT_ALERTS": "SigNoz | Edit Alerts",
|
|
"LIST_ALL_ALERT": "SigNoz | All Alerts",
|
|
"ALERTS_NEW": "SigNoz | New Alert",
|
|
"ALL_CHANNELS": "SigNoz | All Channels",
|
|
"CHANNELS_NEW": "SigNoz | New Channel",
|
|
"CHANNELS_EDIT": "SigNoz | Edit Channel",
|
|
"ALL_ERROR": "SigNoz | All Errors",
|
|
"ERROR_DETAIL": "SigNoz | Error Detail",
|
|
"VERSION": "SigNoz | Version",
|
|
"MY_SETTINGS": "SigNoz | My Settings",
|
|
"ORG_SETTINGS": "SigNoz | Organization Settings",
|
|
"SOMETHING_WENT_WRONG": "SigNoz | Something Went Wrong",
|
|
"UN_AUTHORIZED": "SigNoz | Unauthorized",
|
|
"NOT_FOUND": "SigNoz | Page Not Found",
|
|
"LOGS": "SigNoz | Logs",
|
|
"LOGS_EXPLORER": "SigNoz | Logs Explorer",
|
|
"LIVE_LOGS": "SigNoz | Live Logs",
|
|
"HOME_PAGE": "Open source Observability Platform | SigNoz",
|
|
"PASSWORD_RESET": "SigNoz | Password Reset",
|
|
"LIST_LICENSES": "SigNoz | List of Licenses",
|
|
"DEFAULT": "Open source Observability Platform | SigNoz"
|
|
}
|