File tree 1 file changed +4
-4
lines changed
static/app/views/insights/cache/views
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ import {ModulePageFilterBar} from 'sentry/views/insights/common/components/modul
26
26
import { ModulePageProviders } from 'sentry/views/insights/common/components/modulePageProviders' ;
27
27
import { ModulesOnboarding } from 'sentry/views/insights/common/components/modulesOnboarding' ;
28
28
import { ModuleBodyUpsellHook } from 'sentry/views/insights/common/components/moduleUpsellHookWrapper' ;
29
- import CacheMissRateWidget from 'sentry/views/insights/common/components/widgets/cacheMissRateWidget ' ;
30
- import CacheThroughputWidget from 'sentry/views/insights/common/components/widgets/cacheThroughputWidget ' ;
29
+ import CacheMissRateChartWidget from 'sentry/views/insights/common/components/widgets/cacheMissRateChartWidget ' ;
30
+ import CacheThroughputChartWidget from 'sentry/views/insights/common/components/widgets/cacheThroughputChartWidget ' ;
31
31
import {
32
32
useMetrics ,
33
33
useSpanMetrics ,
@@ -191,10 +191,10 @@ export function CacheLandingPage() {
191
191
</ ModuleLayout . Full >
192
192
< ModulesOnboarding moduleName = { ModuleName . CACHE } >
193
193
< ModuleLayout . Half >
194
- < CacheMissRateWidget />
194
+ < CacheMissRateChartWidget />
195
195
</ ModuleLayout . Half >
196
196
< ModuleLayout . Half >
197
- < CacheThroughputWidget />
197
+ < CacheThroughputChartWidget />
198
198
</ ModuleLayout . Half >
199
199
< ModuleLayout . Full >
200
200
< TransactionsTable
You can’t perform that action at this time.
0 commit comments