Vikrant Gupta 2ae75e6196
feat: happy flow for services from list view to all the three details tab rendering the correct tables (#3942)
* feat: complete services flow

* feat: complete all the three tab flows

* feat: address review comments
2023-11-14 18:06:17 +05:30

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',
};