File tree Expand file tree Collapse file tree
src/platform/packages/shared/kbn-apm-common/src/agent_configuration/setting_definitions Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99
1010import { omit } from 'lodash' ;
1111import { filterByAgent , settingDefinitions } from '.' ;
12- import type { AgentName } from '../../../typings/es_schemas/ui/fields/ agent' ;
12+ import type { AgentName } from '@kbn/elastic- agent-utils ' ;
1313import type { SettingDefinition } from './types' ;
1414
1515describe ( 'filterByAgent' , ( ) => {
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import * as t from 'io-ts';
1111import { sortBy } from 'lodash' ;
1212import { isRight } from 'fp-ts/Either' ;
1313import { PathReporter } from 'io-ts/lib/PathReporter' ;
14- import type { AgentName } from '@kbn/apm-types ' ;
14+ import type { AgentName } from '@kbn/elastic-agent-utils ' ;
1515import { isEDOTAgentName , isOTELAgentName , isRumOrMobileAgentName } from '@kbn/elastic-agent-utils' ;
1616import { booleanRt } from '../runtime_types/boolean_rt' ;
1717import { getIntegerRt } from '../runtime_types/integer_rt' ;
You can’t perform that action at this time.
0 commit comments