7 lines
188 B
TypeScript
Raw Normal View History

export const SERVICE_TABLE_HEADERS = {
APPLICATION: 'Applicaton',
P99LATENCY: 'P99 latency (in ms)',
ERROR_RATE: 'Error Rate (% of total)',
OPS_PER_SECOND: 'Operations Per Second',
};