Skip to content

Commit

Permalink
Move core APM data fetching mechanisms to apm-data-access
Browse files Browse the repository at this point in the history
  • Loading branch information
crespocarlos committed Aug 2, 2024
1 parent bc79b99 commit 0b4f4f1
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
/*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License
* 2.0; you may not use this file except in compliance with the Elastic License
* 2.0.
*/
export {
getDocumentTypeFilterForServiceDestinationStatistics,
getBackwardCompatibleDocumentTypeFilter,
callAsyncWithDebug,
cancelEsRequestOnAbort,
getDebugBody,
getDebugTitle,
} from './lib/helpers';

0 comments on commit 0b4f4f1

Please sign in to comment.