This website requires JavaScript.
Explore
Help
Register
Sign In
External
/
signoz
Watch
1
Star
0
Fork
0
You've already forked signoz
mirror of
https://github.com/SigNoz/signoz.git
synced
2025-12-22 01:46:39 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
signoz
/
frontend
/
src
/
constants
/
global.ts
5 lines
86 B
TypeScript
Raw
Normal View
History
Unescape
Escape
feat: show rate limit warning in services page when total RPS > 100 (#4266) * feat: show rate limit warning in services page when total rps > 100 * feat: update message * feat: rate limit message should be shown only to cloud users on trail --------- Co-authored-by: Vishal Sharma <makeavish786@gmail.com>
2023-12-22 00:51:37 +05:30
const
MAX_RPS_LIMIT
=
100
;
export
{
MAX_RPS_LIMIT
}
;
[FE]: spaces in legend formatting (#4349) * refactor: spaces in legend formatting * refactor: spaces in legend formatting * chore: string to const string * refactor: replace string by const
2024-01-17 15:17:51 +05:30
export
const
LEGEND
=
'legend'
;
Reference in New Issue
Copy Permalink