logs-analyzer/signoz/frontend/tests/service/utils.ts
2024-09-02 22:47:30 +03:00

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