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