referrers.tsx 1.2 KB

12345678910111213141516
  1. export enum Referrer {
  2. LANDING_DOMAINS_LIST = 'api.performance.http.landing-domains-list',
  3. LANDING_DURATION_CHART = 'api.performance.http.landing-duration-chart',
  4. LANDING_RESPONSE_CODE_CHART = 'api.performance.http.landing-response-code-chart',
  5. LANDING_THROUGHPUT_CHART = 'api.performance.http.landing-throughput-chart',
  6. DOMAIN_SUMMARY_DURATION_CHART = 'api.performance.http.domain-summary-duration-chart',
  7. DOMAIN_SUMMARY_METRICS_RIBBON = 'api.performance.http.domain-summary-metrics-ribbon',
  8. DOMAIN_SUMMARY_RESPONSE_CODE_CHART = 'api.performance.http.domain-summary-response-code-chart',
  9. DOMAIN_SUMMARY_THROUGHPUT_CHART = 'api.performance.http.domain-summary-throughput-chart',
  10. DOMAIN_SUMMARY_TRANSACTIONS_LIST = 'api.performance.http.domain-summary-transactions-list',
  11. SAMPLES_PANEL_DURATION_CHART = 'api.performance.http.samples-panel-duration-chart',
  12. SAMPLES_PANEL_DURATION_SAMPLES = 'api.performance.http.samples-panel-duration-samples',
  13. SAMPLES_PANEL_METRICS_RIBBON = 'api.performance.http.samples-panel-metrics-ribbon',
  14. SAMPLES_PANEL_RESPONSE_CODE_CHART = 'api.performance.http.samples-panel-response-code-chart',
  15. SAMPLES_PANEL_RESPONSE_CODE_SAMPLES = 'api.performance.http.samples-panel-response-code-samples',
  16. }