mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-06-22 06:57:14 +08:00

* feat: complete services flow * feat: complete all the three tab flows * feat: address review comments
7 lines
188 B
TypeScript
7 lines
188 B
TypeScript
export const SERVICE_TABLE_HEADERS = {
|
|
APPLICATION: 'Applicaton',
|
|
P99LATENCY: 'P99 latency (in ms)',
|
|
ERROR_RATE: 'Error Rate (% of total)',
|
|
OPS_PER_SECOND: 'Operations Per Second',
|
|
};
|