File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
x-pack/plugins/infra/server/lib/adapters/framework Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ export interface InfraServerPluginDeps {
2020 home : HomeServerPluginSetup ;
2121 spaces : SpacesPluginSetup ;
2222 usageCollection : UsageCollectionSetup ;
23- metrics : VisTypeTimeseriesSetup ;
23+ visTypeTimeseries : VisTypeTimeseriesSetup ;
2424 features : FeaturesPluginSetup ;
2525 apm : APMPluginContract ;
2626 alerting : AlertingPluginContract ;
Original file line number Diff line number Diff line change @@ -245,7 +245,7 @@ export class KibanaFramework {
245245 timerange : { min : number ; max : number } ,
246246 filters : any [ ]
247247 ) : Promise < InfraTSVBResponse > {
248- const { getVisData } = this . plugins . metrics ;
248+ const { getVisData } = this . plugins . visTypeTimeseries ;
249249 if ( typeof getVisData !== 'function' ) {
250250 throw new Error ( 'TSVB is not available' ) ;
251251 }
You can’t perform that action at this time.
0 commit comments