referrers.ts 614 B

12345678910111213
  1. export enum Referrer {
  2. QUEUES_LANDING_ONBOARDING = 'api.performance.queues.landing-onboarding',
  3. QUEUES_LANDING_CHARTS = 'api.performance.queues.landing-charts',
  4. QUEUES_LANDING_DESTINATIONS_TABLE = 'api.performance.queues.landing-destinations-table',
  5. QUEUES_SUMMARY = 'api.performance.queues.summary',
  6. QUEUES_SUMMARY_CHARTS = 'api.performance.queues.summary-charts',
  7. QUEUES_SUMMARY_TRANSACTIONS_TABLE = 'api.performance.queues.summary-transactions-table',
  8. QUEUES_SAMPLES_PANEL = 'api.performance.queues.samples-panel',
  9. QUEUES_SAMPLES_PANEL_TABLE = 'api.performance.queues.samples-panel-table',
  10. }