referrers.ts 965 B

12345678910111213
  1. export enum Referrer {
  2. LANDING_CACHE_HIT_MISS_CHART = 'api.performance.cache.landing-cache-hit-miss-chart',
  3. LANDING_CACHE_THROUGHPUT_CHART = 'api.performance.cache.landing-cache-throughput-chart',
  4. LANDING_CACHE_TRANSACTION_LIST = 'api.performance.cache.landing-cache-transaction-list',
  5. LANDING_CACHE_TRANSACTION_DURATION = 'api.performance.cache.landing-cache-transaction-duration',
  6. SAMPLES_CACHE_METRICS_RIBBON = 'api.performance.cache.samples-cache-metrics-ribbon',
  7. SAMPLES_CACHE_TRANSACTION_DURATION_CHART = 'api.performance.cache.samples-cache-transaction-duration-chart',
  8. SAMPLES_CACHE_TRANSACTION_DURATION = 'api.performance.cache.samples-cache-transaction-duration',
  9. SAMPLES_CACHE_SPAN_SAMPLES = 'api.performance.cache.samples-cache-span-samples',
  10. SAMPLES_CACHE_SPAN_SAMPLES_TRANSACTION_DURATION = 'api.performance.cache.samples-cache-span-samples',
  11. SAMPLES_CACHE_HIT_MISS_CHART = 'api.performance.cache.samples-cache-hit-miss-chart',
  12. }