Skip to content

Commit

Permalink
Fix space issue with TSVB requests from Metrics UI
Browse files Browse the repository at this point in the history
  • Loading branch information
simianhacker committed Feb 11, 2020
1 parent bcabf9c commit 407db4a
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -200,6 +200,9 @@ export class InfraKibanaBackendFrameworkAdapter implements InfraBackendFramework
},
}
);

request.getBasePath = () => basePath;

const result = await getVisData(request);
return result as InfraTSVBResponse;
}
Expand Down

0 comments on commit 407db4a

Please sign in to comment.