|
@@ -19,8 +19,8 @@ export const CHART_HEIGHT = 160;
|
|
|
export const CACHE_BASE_URL = `/performance/${BASE_URL}`;
|
|
|
|
|
|
export const BASE_FILTERS: SpanMetricsQueryFilters = {
|
|
|
- 'span.op': 'cache.get_item', // TODO - add more span ops as they become available, we can't use span.module because db.redis is also `cache`
|
|
|
-};
|
|
|
+ 'span.op': '[cache.get_item,cache.get]', // TODO - add more span ops as they become available, we can't use span.module because db.redis is also `cache`
|
|
|
+}; // TODO - Its akward to construct an array here, mutibleSearch should support array values
|
|
|
|
|
|
export const ONBOARDING_CONTENT = {
|
|
|
title: t('Start collecting Insights about your Caches!'),
|