referrers.tsx 1.3 KB

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