{ "id": "apm", "client": { "classes": [], "functions": [], "interfaces": [ { "parentPluginId": "apm", "id": "def-public.ConfigSchema", "type": "Interface", "tags": [], "label": "ConfigSchema", "description": [], "path": "x-pack/plugins/apm/public/index.ts", "deprecated": false, "children": [ { "parentPluginId": "apm", "id": "def-public.ConfigSchema.serviceMapEnabled", "type": "boolean", "tags": [], "label": "serviceMapEnabled", "description": [], "path": "x-pack/plugins/apm/public/index.ts", "deprecated": false }, { "parentPluginId": "apm", "id": "def-public.ConfigSchema.profilingEnabled", "type": "boolean", "tags": [], "label": "profilingEnabled", "description": [], "path": "x-pack/plugins/apm/public/index.ts", "deprecated": false }, { "parentPluginId": "apm", "id": "def-public.ConfigSchema.ui", "type": "Object", "tags": [], "label": "ui", "description": [], "signature": [ "{ enabled: boolean; }" ], "path": "x-pack/plugins/apm/public/index.ts", "deprecated": false } ], "initialIsOpen": false } ], "enums": [], "misc": [], "objects": [], "setup": { "parentPluginId": "apm", "id": "def-public.ApmPluginSetup", "type": "Type", "tags": [], "label": "ApmPluginSetup", "description": [], "signature": [ "{}" ], "path": "x-pack/plugins/apm/public/plugin.ts", "deprecated": false, "lifecycle": "setup", "initialIsOpen": true }, "start": { "parentPluginId": "apm", "id": "def-public.ApmPluginStart", "type": "Type", "tags": [], "label": "ApmPluginStart", "description": [], "signature": [ "void" ], "path": "x-pack/plugins/apm/public/plugin.ts", "deprecated": false, "lifecycle": "start", "initialIsOpen": true } }, "server": { "classes": [ { "parentPluginId": "apm", "id": "def-server.APMPlugin", "type": "Class", "tags": [], "label": "APMPlugin", "description": [], "signature": [ { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMPlugin", "text": "APMPlugin" }, " implements ", { "pluginId": "core", "scope": "server", "docId": "kibCorePluginApi", "section": "def-server.Plugin", "text": "Plugin" }, "<", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMPluginSetup", "text": "APMPluginSetup" }, ", void, ", "APMPluginSetupDependencies", ", ", "APMPluginStartDependencies", ">" ], "path": "x-pack/plugins/apm/server/plugin.ts", "deprecated": false, "children": [ { "parentPluginId": "apm", "id": "def-server.APMPlugin.Unnamed", "type": "Function", "tags": [], "label": "Constructor", "description": [], "signature": [ "any" ], "path": "x-pack/plugins/apm/server/plugin.ts", "deprecated": false, "children": [ { "parentPluginId": "apm", "id": "def-server.APMPlugin.Unnamed.$1", "type": "Object", "tags": [], "label": "initContext", "description": [], "signature": [ { "pluginId": "core", "scope": "server", "docId": "kibCorePluginApi", "section": "def-server.PluginInitializerContext", "text": "PluginInitializerContext" }, "" ], "path": "x-pack/plugins/apm/server/plugin.ts", "deprecated": false, "isRequired": true } ], "returnComment": [] }, { "parentPluginId": "apm", "id": "def-server.APMPlugin.setup", "type": "Function", "tags": [], "label": "setup", "description": [], "signature": [ "(core: ", { "pluginId": "core", "scope": "server", "docId": "kibCorePluginApi", "section": "def-server.CoreSetup", "text": "CoreSetup" }, "<", "APMPluginStartDependencies", ", unknown>, plugins: Pick<", "APMPluginSetupDependencies", ", \"data\" | \"cloud\" | \"security\" | \"home\" | \"features\" | \"fleet\" | \"ml\" | \"spaces\" | \"actions\" | \"usageCollection\" | \"licensing\" | \"observability\" | \"ruleRegistry\" | \"taskManager\" | \"alerting\">) => { config$: ", "Observable", "; serviceMapEnabled: boolean; serviceMapFingerprintBucketSize: number; serviceMapTraceIdBucketSize: number; serviceMapFingerprintGlobalBucketSize: number; serviceMapTraceIdGlobalBucketSize: number; serviceMapMaxTracesPerRequest: number; autocreateApmIndexPattern: boolean; ui: Readonly<{} & { enabled: boolean; transactionGroupBucketSize: number; maxTraceItems: number; }>; searchAggregatedTransactions: ", "SearchAggregatedTransactionSetting", "; telemetryCollectionEnabled: boolean; metricsInterval: number; profilingEnabled: boolean; agent: Readonly<{} & { migrations: Readonly<{} & { enabled: boolean; }>; }>; }>>; getApmIndices: () => Promise<", "ApmIndicesConfig", ">; createApmEventClient: ({ request, context, debug, }: { debug?: boolean | undefined; request: ", { "pluginId": "core", "scope": "server", "docId": "kibCoreHttpPluginApi", "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "; context: ", "ApmPluginRequestHandlerContext", "; }) => Promise<{ search(operationName: string, params: TParams): Promise<", "InferSearchResponseOf", ">, ESSearchRequestOf, {}>>; termsEnum(operationName: string, params: ", "APMEventESTermsEnumRequest", "): Promise<", "TermsEnumResponse", ">; }>; }" ], "path": "x-pack/plugins/apm/server/plugin.ts", "deprecated": false, "children": [ { "parentPluginId": "apm", "id": "def-server.APMPlugin.setup.$1", "type": "Object", "tags": [], "label": "core", "description": [], "signature": [ { "pluginId": "core", "scope": "server", "docId": "kibCorePluginApi", "section": "def-server.CoreSetup", "text": "CoreSetup" }, "<", "APMPluginStartDependencies", ", unknown>" ], "path": "x-pack/plugins/apm/server/plugin.ts", "deprecated": false, "isRequired": true }, { "parentPluginId": "apm", "id": "def-server.APMPlugin.setup.$2", "type": "Object", "tags": [], "label": "plugins", "description": [], "signature": [ "Pick<", "APMPluginSetupDependencies", ", \"data\" | \"cloud\" | \"security\" | \"home\" | \"features\" | \"fleet\" | \"ml\" | \"spaces\" | \"actions\" | \"usageCollection\" | \"licensing\" | \"observability\" | \"ruleRegistry\" | \"taskManager\" | \"alerting\">" ], "path": "x-pack/plugins/apm/server/plugin.ts", "deprecated": false, "isRequired": true } ], "returnComment": [] }, { "parentPluginId": "apm", "id": "def-server.APMPlugin.start", "type": "Function", "tags": [], "label": "start", "description": [], "signature": [ "(core: ", { "pluginId": "core", "scope": "server", "docId": "kibCorePluginApi", "section": "def-server.CoreStart", "text": "CoreStart" }, ") => void" ], "path": "x-pack/plugins/apm/server/plugin.ts", "deprecated": false, "children": [ { "parentPluginId": "apm", "id": "def-server.APMPlugin.start.$1", "type": "Object", "tags": [], "label": "core", "description": [], "signature": [ { "pluginId": "core", "scope": "server", "docId": "kibCorePluginApi", "section": "def-server.CoreStart", "text": "CoreStart" } ], "path": "x-pack/plugins/apm/server/plugin.ts", "deprecated": false, "isRequired": true } ], "returnComment": [] }, { "parentPluginId": "apm", "id": "def-server.APMPlugin.stop", "type": "Function", "tags": [], "label": "stop", "description": [], "signature": [ "() => void" ], "path": "x-pack/plugins/apm/server/plugin.ts", "deprecated": false, "children": [], "returnComment": [] } ], "initialIsOpen": false } ], "functions": [], "interfaces": [ { "parentPluginId": "apm", "id": "def-server.APMRouteHandlerResources", "type": "Interface", "tags": [], "label": "APMRouteHandlerResources", "description": [], "path": "x-pack/plugins/apm/server/routes/typings.ts", "deprecated": false, "children": [ { "parentPluginId": "apm", "id": "def-server.APMRouteHandlerResources.request", "type": "Object", "tags": [], "label": "request", "description": [], "signature": [ { "pluginId": "core", "scope": "server", "docId": "kibCoreHttpPluginApi", "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" ], "path": "x-pack/plugins/apm/server/routes/typings.ts", "deprecated": false }, { "parentPluginId": "apm", "id": "def-server.APMRouteHandlerResources.context", "type": "Object", "tags": [], "label": "context", "description": [], "signature": [ "ApmPluginRequestHandlerContext" ], "path": "x-pack/plugins/apm/server/routes/typings.ts", "deprecated": false }, { "parentPluginId": "apm", "id": "def-server.APMRouteHandlerResources.params", "type": "Object", "tags": [], "label": "params", "description": [], "signature": [ "{ query: { _inspect: boolean; start?: number | undefined; end?: number | undefined; uiFilters?: ", "UxUIFilters", " | undefined; }; }" ], "path": "x-pack/plugins/apm/server/routes/typings.ts", "deprecated": false }, { "parentPluginId": "apm", "id": "def-server.APMRouteHandlerResources.config", "type": "Object", "tags": [], "label": "config", "description": [], "signature": [ "{ readonly enabled: boolean; readonly indices: Readonly<{} & { error: string; metric: string; span: string; transaction: string; sourcemap: string; onboarding: string; }>; readonly serviceMapEnabled: boolean; readonly serviceMapFingerprintBucketSize: number; readonly serviceMapTraceIdBucketSize: number; readonly serviceMapFingerprintGlobalBucketSize: number; readonly serviceMapTraceIdGlobalBucketSize: number; readonly serviceMapMaxTracesPerRequest: number; readonly autocreateApmIndexPattern: boolean; readonly ui: Readonly<{} & { enabled: boolean; transactionGroupBucketSize: number; maxTraceItems: number; }>; readonly searchAggregatedTransactions: ", "SearchAggregatedTransactionSetting", "; readonly telemetryCollectionEnabled: boolean; readonly metricsInterval: number; readonly profilingEnabled: boolean; readonly agent: Readonly<{} & { migrations: Readonly<{} & { enabled: boolean; }>; }>; }" ], "path": "x-pack/plugins/apm/server/routes/typings.ts", "deprecated": false }, { "parentPluginId": "apm", "id": "def-server.APMRouteHandlerResources.logger", "type": "Object", "tags": [], "label": "logger", "description": [], "signature": [ { "pluginId": "@kbn/logging", "scope": "server", "docId": "kibKbnLoggingPluginApi", "section": "def-server.Logger", "text": "Logger" } ], "path": "x-pack/plugins/apm/server/routes/typings.ts", "deprecated": false }, { "parentPluginId": "apm", "id": "def-server.APMRouteHandlerResources.core", "type": "Object", "tags": [], "label": "core", "description": [], "signature": [ "{ setup: ", { "pluginId": "core", "scope": "server", "docId": "kibCorePluginApi", "section": "def-server.CoreSetup", "text": "CoreSetup" }, "; start: () => Promise<", { "pluginId": "core", "scope": "server", "docId": "kibCorePluginApi", "section": "def-server.CoreStart", "text": "CoreStart" }, ">; }" ], "path": "x-pack/plugins/apm/server/routes/typings.ts", "deprecated": false }, { "parentPluginId": "apm", "id": "def-server.APMRouteHandlerResources.plugins", "type": "Object", "tags": [], "label": "plugins", "description": [], "signature": [ "{ data: { setup: ", { "pluginId": "data", "scope": "server", "docId": "kibDataPluginApi", "section": "def-server.DataPluginSetup", "text": "DataPluginSetup" }, "; start: () => Promise<", { "pluginId": "data", "scope": "server", "docId": "kibDataPluginApi", "section": "def-server.DataPluginStart", "text": "DataPluginStart" }, ">; }; features: { setup: ", { "pluginId": "features", "scope": "server", "docId": "kibFeaturesPluginApi", "section": "def-server.PluginSetupContract", "text": "PluginSetupContract" }, "; start: () => Promise<", { "pluginId": "features", "scope": "server", "docId": "kibFeaturesPluginApi", "section": "def-server.PluginStartContract", "text": "PluginStartContract" }, ">; }; licensing: { setup: ", { "pluginId": "licensing", "scope": "server", "docId": "kibLicensingPluginApi", "section": "def-server.LicensingPluginSetup", "text": "LicensingPluginSetup" }, "; start: () => Promise<", { "pluginId": "licensing", "scope": "server", "docId": "kibLicensingPluginApi", "section": "def-server.LicensingPluginStart", "text": "LicensingPluginStart" }, ">; }; observability: { setup: { getScopedAnnotationsClient: (requestContext: ", { "pluginId": "core", "scope": "server", "docId": "kibCorePluginApi", "section": "def-server.RequestHandlerContext", "text": "RequestHandlerContext" }, " & { licensing: ", { "pluginId": "licensing", "scope": "server", "docId": "kibLicensingPluginApi", "section": "def-server.LicensingApiRequestHandlerContext", "text": "LicensingApiRequestHandlerContext" }, "; }, request: ", { "pluginId": "core", "scope": "server", "docId": "kibCoreHttpPluginApi", "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ") => Promise<{ readonly index: string; create: (createParams: { annotation: { type: string; }; '@timestamp': string; message: string; } & { tags?: string[] | undefined; service?: { name?: string | undefined; environment?: string | undefined; version?: string | undefined; } | undefined; }) => Promise<{ _id: string; _index: string; _source: ", "Annotation", "; }>; getById: (getByIdParams: { id: string; }) => Promise<", "GetResponse", ">; delete: (deleteParams: { id: string; }) => Promise<", "DeleteResponse", ">; } | undefined>; }; start: () => Promise; }; ruleRegistry: { setup: ", { "pluginId": "ruleRegistry", "scope": "server", "docId": "kibRuleRegistryPluginApi", "section": "def-server.RuleRegistryPluginSetupContract", "text": "RuleRegistryPluginSetupContract" }, "; start: () => Promise<", { "pluginId": "ruleRegistry", "scope": "server", "docId": "kibRuleRegistryPluginApi", "section": "def-server.RuleRegistryPluginStartContract", "text": "RuleRegistryPluginStartContract" }, ">; }; cloud?: { setup: ", { "pluginId": "cloud", "scope": "server", "docId": "kibCloudPluginApi", "section": "def-server.CloudSetup", "text": "CloudSetup" }, "; start: () => Promise; } | undefined; security?: { setup: ", { "pluginId": "security", "scope": "server", "docId": "kibSecurityPluginApi", "section": "def-server.SecurityPluginSetup", "text": "SecurityPluginSetup" }, "; start: () => Promise<", { "pluginId": "security", "scope": "server", "docId": "kibSecurityPluginApi", "section": "def-server.SecurityPluginStart", "text": "SecurityPluginStart" }, ">; } | undefined; home?: { setup: ", { "pluginId": "home", "scope": "server", "docId": "kibHomePluginApi", "section": "def-server.HomeServerPluginSetup", "text": "HomeServerPluginSetup" }, "; start: () => Promise<", { "pluginId": "home", "scope": "server", "docId": "kibHomePluginApi", "section": "def-server.HomeServerPluginStart", "text": "HomeServerPluginStart" }, ">; } | undefined; fleet?: { setup: void; start: () => Promise<", { "pluginId": "fleet", "scope": "server", "docId": "kibFleetPluginApi", "section": "def-server.FleetStartContract", "text": "FleetStartContract" }, ">; } | undefined; ml?: { setup: ", "SharedServices", "; start: () => Promise; } | undefined; spaces?: { setup: ", { "pluginId": "spaces", "scope": "server", "docId": "kibSpacesPluginApi", "section": "def-server.SpacesPluginSetup", "text": "SpacesPluginSetup" }, "; start: () => Promise<", { "pluginId": "spaces", "scope": "server", "docId": "kibSpacesPluginApi", "section": "def-server.SpacesPluginStart", "text": "SpacesPluginStart" }, ">; } | undefined; actions?: { setup: ", { "pluginId": "actions", "scope": "server", "docId": "kibActionsPluginApi", "section": "def-server.PluginSetupContract", "text": "PluginSetupContract" }, "; start: () => Promise<", { "pluginId": "actions", "scope": "server", "docId": "kibActionsPluginApi", "section": "def-server.PluginStartContract", "text": "PluginStartContract" }, ">; } | undefined; usageCollection?: { setup: ", { "pluginId": "usageCollection", "scope": "server", "docId": "kibUsageCollectionPluginApi", "section": "def-server.UsageCollectionSetup", "text": "UsageCollectionSetup" }, "; start: () => Promise; } | undefined; taskManager?: { setup: ", { "pluginId": "taskManager", "scope": "server", "docId": "kibTaskManagerPluginApi", "section": "def-server.TaskManagerSetupContract", "text": "TaskManagerSetupContract" }, "; start: () => Promise<", { "pluginId": "taskManager", "scope": "server", "docId": "kibTaskManagerPluginApi", "section": "def-server.TaskManagerStartContract", "text": "TaskManagerStartContract" }, ">; } | undefined; alerting?: { setup: ", { "pluginId": "alerting", "scope": "server", "docId": "kibAlertingPluginApi", "section": "def-server.PluginSetupContract", "text": "PluginSetupContract" }, "; start: () => Promise<", { "pluginId": "alerting", "scope": "server", "docId": "kibAlertingPluginApi", "section": "def-server.PluginStartContract", "text": "PluginStartContract" }, ">; } | undefined; }" ], "path": "x-pack/plugins/apm/server/routes/typings.ts", "deprecated": false }, { "parentPluginId": "apm", "id": "def-server.APMRouteHandlerResources.ruleDataClient", "type": "Object", "tags": [], "label": "ruleDataClient", "description": [], "signature": [ { "pluginId": "ruleRegistry", "scope": "server", "docId": "kibRuleRegistryPluginApi", "section": "def-server.IRuleDataClient", "text": "IRuleDataClient" } ], "path": "x-pack/plugins/apm/server/routes/typings.ts", "deprecated": false }, { "parentPluginId": "apm", "id": "def-server.APMRouteHandlerResources.telemetryUsageCounter", "type": "Object", "tags": [], "label": "telemetryUsageCounter", "description": [], "signature": [ { "pluginId": "usageCollection", "scope": "server", "docId": "kibUsageCollectionPluginApi", "section": "def-server.IUsageCounter", "text": "IUsageCounter" }, " | undefined" ], "path": "x-pack/plugins/apm/server/routes/typings.ts", "deprecated": false } ], "initialIsOpen": false } ], "enums": [ { "parentPluginId": "apm", "id": "def-server.ProcessorEvent", "type": "Enum", "tags": [], "label": "ProcessorEvent", "description": [], "path": "x-pack/plugins/apm/common/processor_event.ts", "deprecated": false, "initialIsOpen": false } ], "misc": [ { "parentPluginId": "apm", "id": "def-server.APIEndpoint", "type": "Type", "tags": [], "label": "APIEndpoint", "description": [], "signature": [ "\"POST /internal/apm/index_pattern/static\" | \"GET /internal/apm/index_pattern/dynamic\" | \"GET /internal/apm/environments\" | \"GET /internal/apm/services/{serviceName}/errors\" | \"GET /internal/apm/services/{serviceName}/errors/{groupId}\" | \"GET /internal/apm/services/{serviceName}/errors/distribution\" | \"GET /internal/apm/services/{serviceName}/metrics/charts\" | \"GET /internal/apm/observability_overview\" | \"GET /internal/apm/observability_overview/has_data\" | \"GET /api/apm/rum/client-metrics\" | \"GET /api/apm/rum-client/page-load-distribution\" | \"GET /api/apm/rum-client/page-load-distribution/breakdown\" | \"GET /api/apm/rum-client/page-view-trends\" | \"GET /api/apm/rum-client/services\" | \"GET /api/apm/rum-client/visitor-breakdown\" | \"GET /api/apm/rum-client/web-core-vitals\" | \"GET /api/apm/rum-client/long-task-metrics\" | \"GET /api/apm/rum-client/url-search\" | \"GET /api/apm/rum-client/js-errors\" | \"GET /api/apm/observability_overview/has_rum_data\" | \"GET /internal/apm/service-map\" | \"GET /internal/apm/service-map/service/{serviceName}\" | \"GET /internal/apm/service-map/backend/{backendName}\" | \"GET /internal/apm/services/{serviceName}/serviceNodes\" | \"GET /internal/apm/services\" | \"GET /internal/apm/services/detailed_statistics\" | \"GET /internal/apm/services/{serviceName}/metadata/details\" | \"GET /internal/apm/services/{serviceName}/metadata/icons\" | \"GET /internal/apm/services/{serviceName}/agent\" | \"GET /internal/apm/services/{serviceName}/transaction_types\" | \"GET /internal/apm/services/{serviceName}/node/{serviceNodeName}/metadata\" | \"GET /api/apm/services/{serviceName}/annotation/search\" | \"POST /api/apm/services/{serviceName}/annotation\" | \"GET /internal/apm/services/{serviceName}/error_groups/main_statistics\" | \"GET /internal/apm/services/{serviceName}/error_groups/detailed_statistics\" | \"GET /internal/apm/services/{serviceName}/service_overview_instances/details/{serviceNodeName}\" | \"GET /internal/apm/services/{serviceName}/throughput\" | \"GET /internal/apm/services/{serviceName}/service_overview_instances/main_statistics\" | \"GET /internal/apm/services/{serviceName}/service_overview_instances/detailed_statistics\" | \"GET /internal/apm/services/{serviceName}/dependencies\" | \"GET /internal/apm/services/{serviceName}/dependencies/breakdown\" | \"GET /internal/apm/services/{serviceName}/profiling/timeline\" | \"GET /internal/apm/services/{serviceName}/profiling/statistics\" | \"GET /internal/apm/services/{serviceName}/alerts\" | \"GET /internal/apm/services/{serviceName}/infrastructure\" | \"GET /internal/apm/suggestions\" | \"GET /internal/apm/traces/{traceId}\" | \"GET /internal/apm/traces\" | \"GET /internal/apm/traces/{traceId}/root_transaction\" | \"GET /internal/apm/transactions/{transactionId}\" | \"GET /internal/apm/services/{serviceName}/transactions/groups/main_statistics\" | \"GET /internal/apm/services/{serviceName}/transactions/groups/detailed_statistics\" | \"GET /internal/apm/services/{serviceName}/transactions/charts/latency\" | \"GET /internal/apm/services/{serviceName}/transactions/traces/samples\" | \"GET /internal/apm/services/{serviceName}/transaction/charts/breakdown\" | \"GET /internal/apm/services/{serviceName}/transactions/charts/error_rate\" | \"GET /internal/apm/alerts/chart_preview/transaction_error_rate\" | \"GET /internal/apm/alerts/chart_preview/transaction_duration\" | \"GET /internal/apm/alerts/chart_preview/transaction_error_count\" | \"GET /api/apm/settings/agent-configuration\" | \"GET /api/apm/settings/agent-configuration/view\" | \"DELETE /api/apm/settings/agent-configuration\" | \"PUT /api/apm/settings/agent-configuration\" | \"POST /api/apm/settings/agent-configuration/search\" | \"GET /api/apm/settings/agent-configuration/services\" | \"GET /api/apm/settings/agent-configuration/environments\" | \"GET /api/apm/settings/agent-configuration/agent_name\" | \"GET /internal/apm/settings/anomaly-detection/jobs\" | \"POST /internal/apm/settings/anomaly-detection/jobs\" | \"GET /internal/apm/settings/anomaly-detection/environments\" | \"GET /internal/apm/settings/apm-index-settings\" | \"GET /internal/apm/settings/apm-indices\" | \"POST /internal/apm/settings/apm-indices/save\" | \"GET /internal/apm/settings/custom_links/transaction\" | \"GET /internal/apm/settings/custom_links\" | \"POST /internal/apm/settings/custom_links\" | \"PUT /internal/apm/settings/custom_links/{id}\" | \"DELETE /internal/apm/settings/custom_links/{id}\" | \"GET /api/apm/sourcemaps\" | \"POST /api/apm/sourcemaps\" | \"DELETE /api/apm/sourcemaps/{id}\" | \"GET /internal/apm/fleet/has_data\" | \"GET /internal/apm/fleet/agents\" | \"POST /internal/apm/fleet/apm_server_schema\" | \"GET /internal/apm/fleet/apm_server_schema/unsupported\" | \"GET /internal/apm/fleet/migration_check\" | \"POST /internal/apm/fleet/cloud_apm_package_policy\" | \"GET /internal/apm/backends/top_backends\" | \"GET /internal/apm/backends/{backendName}/upstream_services\" | \"GET /internal/apm/backends/{backendName}/metadata\" | \"GET /internal/apm/backends/{backendName}/charts/latency\" | \"GET /internal/apm/backends/{backendName}/charts/throughput\" | \"GET /internal/apm/backends/{backendName}/charts/error_rate\" | \"GET /internal/apm/fallback_to_transactions\" | \"GET /internal/apm/has_data\" | \"GET /internal/apm/event_metadata/{processorEvent}/{id}\"" ], "path": "x-pack/plugins/apm/server/routes/get_global_apm_server_route_repository.ts", "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "apm", "id": "def-server.APM_SERVER_FEATURE_ID", "type": "string", "tags": [], "label": "APM_SERVER_FEATURE_ID", "description": [], "signature": [ "\"apm\"" ], "path": "x-pack/plugins/apm/common/alert_types.ts", "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "apm", "id": "def-server.APMConfig", "type": "Type", "tags": [], "label": "APMConfig", "description": [], "signature": [ "{ readonly enabled: boolean; readonly indices: Readonly<{} & { error: string; metric: string; span: string; transaction: string; sourcemap: string; onboarding: string; }>; readonly serviceMapEnabled: boolean; readonly serviceMapFingerprintBucketSize: number; readonly serviceMapTraceIdBucketSize: number; readonly serviceMapFingerprintGlobalBucketSize: number; readonly serviceMapTraceIdGlobalBucketSize: number; readonly serviceMapMaxTracesPerRequest: number; readonly autocreateApmIndexPattern: boolean; readonly ui: Readonly<{} & { enabled: boolean; transactionGroupBucketSize: number; maxTraceItems: number; }>; readonly searchAggregatedTransactions: ", "SearchAggregatedTransactionSetting", "; readonly telemetryCollectionEnabled: boolean; readonly metricsInterval: number; readonly profilingEnabled: boolean; readonly agent: Readonly<{} & { migrations: Readonly<{} & { enabled: boolean; }>; }>; }" ], "path": "x-pack/plugins/apm/server/index.ts", "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "apm", "id": "def-server.ApmIndicesConfigName", "type": "Type", "tags": [], "label": "ApmIndicesConfigName", "description": [], "signature": [ "\"error\" | \"metric\" | \"span\" | \"transaction\" | \"sourcemap\" | \"onboarding\"" ], "path": "x-pack/plugins/apm/server/index.ts", "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "apm", "id": "def-server.APMServerRouteRepository", "type": "Type", "tags": [], "label": "APMServerRouteRepository", "description": [], "signature": [ { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRouteRepository", "text": "ServerRouteRepository" }, "<", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", ", "APMRouteCreateOptions", ", { \"POST /internal/apm/index_pattern/static\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"POST /internal/apm/index_pattern/static\", undefined, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", { created: boolean; }, ", "APMRouteCreateOptions", ">; } & { \"GET /internal/apm/index_pattern/dynamic\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/index_pattern/dynamic\", undefined, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", { dynamicIndexPattern: ", "IndexPatternTitleAndFields", " | undefined; }, ", "APMRouteCreateOptions", ">; } & { \"GET /internal/apm/environments\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/environments\", ", "TypeC", "<{ query: ", "IntersectionC", "<[", "PartialC", "<{ serviceName: ", "StringC", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>]>; }>, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", { environments: string[]; }, ", "APMRouteCreateOptions", ">; } & { \"GET /internal/apm/services/{serviceName}/errors\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/services/{serviceName}/errors\", ", "TypeC", "<{ path: ", "TypeC", "<{ serviceName: ", "StringC", "; }>; query: ", "IntersectionC", "<[", "PartialC", "<{ sortField: ", "StringC", "; sortDirection: ", "UnionC", "<[", "LiteralC", "<\"asc\">, ", "LiteralC", "<\"desc\">]>; }>, ", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", "NonEmptyStringBrand", ">]>; }>, ", "TypeC", "<{ kuery: ", "StringC", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>]>; }>, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", { errorGroups: { message: string; occurrenceCount: number; culprit: string | undefined; groupId: string; latestOccurrenceAt: string; handled: boolean | undefined; type: string | undefined; }[]; }, ", "APMRouteCreateOptions", ">; } & { \"GET /internal/apm/services/{serviceName}/errors/{groupId}\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/services/{serviceName}/errors/{groupId}\", ", "TypeC", "<{ path: ", "TypeC", "<{ serviceName: ", "StringC", "; groupId: ", "StringC", "; }>; query: ", "IntersectionC", "<[", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", "NonEmptyStringBrand", ">]>; }>, ", "TypeC", "<{ kuery: ", "StringC", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>]>; }>, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", { transaction: ", "Transaction", " | undefined; error: ", "APMError", "; occurrencesCount: number; }, ", "APMRouteCreateOptions", ">; } & { \"GET /internal/apm/services/{serviceName}/errors/distribution\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/services/{serviceName}/errors/distribution\", ", "TypeC", "<{ path: ", "TypeC", "<{ serviceName: ", "StringC", "; }>; query: ", "IntersectionC", "<[", "PartialC", "<{ groupId: ", "StringC", "; }>, ", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", "NonEmptyStringBrand", ">]>; }>, ", "TypeC", "<{ kuery: ", "StringC", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>]>; }>, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", { noHits: boolean; buckets: { key: number; count: number; }[]; bucketSize: number; }, ", "APMRouteCreateOptions", ">; } & { \"GET /internal/apm/services/{serviceName}/metrics/charts\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/services/{serviceName}/metrics/charts\", ", "TypeC", "<{ path: ", "TypeC", "<{ serviceName: ", "StringC", "; }>; query: ", "IntersectionC", "<[", "TypeC", "<{ agentName: ", "StringC", "; }>, ", "PartialC", "<{ serviceNodeName: ", "StringC", "; }>, ", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", "NonEmptyStringBrand", ">]>; }>, ", "TypeC", "<{ kuery: ", "StringC", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>]>; }>, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", ", "MetricsChartsByAgentAPIResponse", ", ", "APMRouteCreateOptions", ">; } & { \"GET /internal/apm/observability_overview\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/observability_overview\", ", "TypeC", "<{ query: ", "IntersectionC", "<[", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>, ", "TypeC", "<{ bucketSize: ", "StringC", "; }>]>; }>, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", { serviceCount: number; transactionPerMinute: { value: undefined; timeseries: never[]; } | { value: number; timeseries: { x: number; y: number | null; }[]; }; }, ", "APMRouteCreateOptions", ">; } & { \"GET /internal/apm/observability_overview/has_data\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/observability_overview/has_data\", undefined, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", { hasData: boolean; indices: ", "ApmIndicesConfig", "; }, ", "APMRouteCreateOptions", ">; } & { \"GET /api/apm/rum/client-metrics\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"GET /api/apm/rum/client-metrics\", ", "TypeC", "<{ query: ", "IntersectionC", "<[", "TypeC", "<{ uiFilters: ", "StringC", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>, ", "PartialC", "<{ urlQuery: ", "StringC", "; percentile: ", "StringC", "; }>]>; }>, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", { pageViews: { value: number; }; totalPageLoadDuration: { value: number; }; backEnd: { value: number; }; frontEnd: { value: number; }; }, ", "APMRouteCreateOptions", ">; } & { \"GET /api/apm/rum-client/page-load-distribution\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"GET /api/apm/rum-client/page-load-distribution\", ", "TypeC", "<{ query: ", "IntersectionC", "<[", "IntersectionC", "<[", "TypeC", "<{ uiFilters: ", "StringC", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>, ", "PartialC", "<{ urlQuery: ", "StringC", "; percentile: ", "StringC", "; }>]>, ", "PartialC", "<{ minPercentile: ", "StringC", "; maxPercentile: ", "StringC", "; }>]>; }>, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", { pageLoadDistribution: { pageLoadDistribution: { x: number; y: number; }[]; percentiles: Record | undefined; minDuration: number; maxDuration: number; } | null; }, ", "APMRouteCreateOptions", ">; } & { \"GET /api/apm/rum-client/page-load-distribution/breakdown\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"GET /api/apm/rum-client/page-load-distribution/breakdown\", ", "TypeC", "<{ query: ", "IntersectionC", "<[", "IntersectionC", "<[", "TypeC", "<{ uiFilters: ", "StringC", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>, ", "PartialC", "<{ urlQuery: ", "StringC", "; percentile: ", "StringC", "; }>]>, ", "PartialC", "<{ minPercentile: ", "StringC", "; maxPercentile: ", "StringC", "; }>, ", "TypeC", "<{ breakdown: ", "StringC", "; }>]>; }>, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", { pageLoadDistBreakdown: { name: string; data: { x: number; y: number; }[]; }[] | undefined; }, ", "APMRouteCreateOptions", ">; } & { \"GET /api/apm/rum-client/page-view-trends\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"GET /api/apm/rum-client/page-view-trends\", ", "TypeC", "<{ query: ", "IntersectionC", "<[", "IntersectionC", "<[", "TypeC", "<{ uiFilters: ", "StringC", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>, ", "PartialC", "<{ urlQuery: ", "StringC", "; percentile: ", "StringC", "; }>]>, ", "PartialC", "<{ breakdowns: ", "StringC", "; }>]>; }>, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", { topItems: string[]; items: Record[]; }, ", "APMRouteCreateOptions", ">; } & { \"GET /api/apm/rum-client/services\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"GET /api/apm/rum-client/services\", ", "TypeC", "<{ query: ", "IntersectionC", "<[", "TypeC", "<{ uiFilters: ", "StringC", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>]>; }>, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", { rumServices: string[]; }, ", "APMRouteCreateOptions", ">; } & { \"GET /api/apm/rum-client/visitor-breakdown\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"GET /api/apm/rum-client/visitor-breakdown\", ", "TypeC", "<{ query: ", "IntersectionC", "<[", "TypeC", "<{ uiFilters: ", "StringC", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>, ", "PartialC", "<{ urlQuery: ", "StringC", "; percentile: ", "StringC", "; }>]>; }>, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", { os: { count: number; name: string; }[]; browsers: { count: number; name: string; }[]; }, ", "APMRouteCreateOptions", ">; } & { \"GET /api/apm/rum-client/web-core-vitals\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"GET /api/apm/rum-client/web-core-vitals\", ", "TypeC", "<{ query: ", "IntersectionC", "<[", "TypeC", "<{ uiFilters: ", "StringC", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>, ", "PartialC", "<{ urlQuery: ", "StringC", "; percentile: ", "StringC", "; }>]>; }>, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", { coreVitalPages: number; cls: number | null; fid: number | null | undefined; lcp: number | null | undefined; tbt: number; fcp: number | null | undefined; lcpRanks: number[]; fidRanks: number[]; clsRanks: number[]; }, ", "APMRouteCreateOptions", ">; } & { \"GET /api/apm/rum-client/long-task-metrics\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"GET /api/apm/rum-client/long-task-metrics\", ", "TypeC", "<{ query: ", "IntersectionC", "<[", "TypeC", "<{ uiFilters: ", "StringC", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>, ", "PartialC", "<{ urlQuery: ", "StringC", "; percentile: ", "StringC", "; }>]>; }>, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", { noOfLongTasks: number; sumOfLongTasks: number; longestLongTask: number; }, ", "APMRouteCreateOptions", ">; } & { \"GET /api/apm/rum-client/url-search\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"GET /api/apm/rum-client/url-search\", ", "TypeC", "<{ query: ", "IntersectionC", "<[", "TypeC", "<{ uiFilters: ", "StringC", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>, ", "PartialC", "<{ urlQuery: ", "StringC", "; percentile: ", "StringC", "; }>]>; }>, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", { total: number; items: { url: string; count: number; pld: number; }[]; }, ", "APMRouteCreateOptions", ">; } & { \"GET /api/apm/rum-client/js-errors\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"GET /api/apm/rum-client/js-errors\", ", "TypeC", "<{ query: ", "IntersectionC", "<[", "TypeC", "<{ uiFilters: ", "StringC", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>, ", "TypeC", "<{ pageSize: ", "StringC", "; pageIndex: ", "StringC", "; }>, ", "PartialC", "<{ urlQuery: ", "StringC", "; }>]>; }>, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", { totalErrorPages: number; totalErrors: number; totalErrorGroups: number; items: { count: number; errorGroupId: React.ReactText; errorMessage: string; }[] | undefined; }, ", "APMRouteCreateOptions", ">; } & { \"GET /api/apm/observability_overview/has_rum_data\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"GET /api/apm/observability_overview/has_rum_data\", ", "PartialC", "<{ query: ", "PartialC", "<{ uiFilters: ", "StringC", "; start: ", "Type", "; end: ", "Type", "; }>; }>, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", { indices: string; hasData: boolean; serviceName: string | number | undefined; }, ", "APMRouteCreateOptions", ">; } & { \"GET /internal/apm/service-map\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/service-map\", ", "TypeC", "<{ query: ", "IntersectionC", "<[", "PartialC", "<{ serviceName: ", "StringC", "; }>, ", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", "NonEmptyStringBrand", ">]>; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>]>; }>, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", { elements: (", "ConnectionElement", " | { data: { id: string; 'span.type': string; label: string; groupedConnections: ({ 'service.name': string; 'service.environment': string | null; 'agent.name': string; serviceAnomalyStats?: ", "ServiceAnomalyStats", " | undefined; label: string | undefined; id?: string | undefined; parent?: string | undefined; position?: cytoscape.Position | undefined; } | { 'span.destination.service.resource': string; 'span.type': string; 'span.subtype': string; label: string | undefined; id?: string | undefined; parent?: string | undefined; position?: cytoscape.Position | undefined; } | { id: string; source: string | undefined; target: string | undefined; label: string | undefined; bidirectional?: boolean | undefined; isInverseEdge?: boolean | undefined; } | undefined)[]; }; } | { data: { id: string; source: string; target: string; }; })[]; }, ", "APMRouteCreateOptions", ">; } & { \"GET /internal/apm/service-map/service/{serviceName}\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/service-map/service/{serviceName}\", ", "TypeC", "<{ path: ", "TypeC", "<{ serviceName: ", "StringC", "; }>; query: ", "IntersectionC", "<[", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", "NonEmptyStringBrand", ">]>; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>]>; }>, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", { avgMemoryUsage: number | null; avgCpuUsage: number | null; transactionStats: { avgTransactionDuration: number | null; avgRequestsPerMinute: number | null; }; avgErrorRate: number | null; }, ", "APMRouteCreateOptions", ">; } & { \"GET /internal/apm/service-map/backend/{backendName}\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/service-map/backend/{backendName}\", ", "TypeC", "<{ path: ", "TypeC", "<{ backendName: ", "StringC", "; }>; query: ", "IntersectionC", "<[", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", "NonEmptyStringBrand", ">]>; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>]>; }>, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", { avgErrorRate: null; transactionStats: { avgRequestsPerMinute: null; avgTransactionDuration: null; }; } | { avgErrorRate: number; transactionStats: { avgRequestsPerMinute: number; avgTransactionDuration: number; }; }, ", "APMRouteCreateOptions", ">; } & { \"GET /internal/apm/services/{serviceName}/serviceNodes\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/services/{serviceName}/serviceNodes\", ", "TypeC", "<{ path: ", "TypeC", "<{ serviceName: ", "StringC", "; }>; query: ", "IntersectionC", "<[", "TypeC", "<{ kuery: ", "StringC", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>, ", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", "NonEmptyStringBrand", ">]>; }>]>; }>, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", { serviceNodes: { name: string; cpu: number | null; heapMemory: number | null; hostName: string | null | undefined; nonHeapMemory: number | null; threadCount: number | null; }[]; }, ", "APMRouteCreateOptions", ">; } & { \"GET /internal/apm/services\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/services\", ", "TypeC", "<{ query: ", "IntersectionC", "<[", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", "NonEmptyStringBrand", ">]>; }>, ", "TypeC", "<{ kuery: ", "StringC", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>]>; }>, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", { items: JoinedReturnType<{ serviceName: string; transactionType: string; environments: string[]; agentName: ", "AgentName", "; latency: number | null; transactionErrorRate: number; throughput: number; } | { serviceName: string; environments: string[]; agentName: ", "AgentName", "; } | { serviceName: string; healthStatus: ", "ServiceHealthStatus", "; }, { serviceName: string; transactionType: string; environments: string[]; agentName: ", "AgentName", "; latency: number | null; transactionErrorRate: number; throughput: number; } & { serviceName: string; environments: string[]; agentName: ", "AgentName", "; } & { serviceName: string; healthStatus: ", "ServiceHealthStatus", "; }>; hasLegacyData: boolean; }, ", "APMRouteCreateOptions", ">; } & { \"GET /internal/apm/services/detailed_statistics\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/services/detailed_statistics\", ", "TypeC", "<{ query: ", "IntersectionC", "<[", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", "NonEmptyStringBrand", ">]>; }>, ", "TypeC", "<{ kuery: ", "StringC", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>, ", "PartialC", "<{ offset: ", "StringC", "; }>, ", "TypeC", "<{ serviceNames: ", "Type", "; }>]>; }>, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", { currentPeriod: _.Dictionary<{ serviceName: string; latency: { x: number; y: number | null; }[]; transactionErrorRate: { x: number; y: number; }[]; throughput: { x: number; y: number; }[]; }>; previousPeriod: _.Dictionary<{ serviceName: string; latency: { x: number; y: number | null; }[]; transactionErrorRate: { x: number; y: number; }[]; throughput: { x: number; y: number; }[]; }>; }, ", "APMRouteCreateOptions", ">; } & { \"GET /internal/apm/services/{serviceName}/metadata/details\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/services/{serviceName}/metadata/details\", ", "TypeC", "<{ path: ", "TypeC", "<{ serviceName: ", "StringC", "; }>; query: ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>; }>, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", ", "ServiceMetadataDetails", ", ", "APMRouteCreateOptions", ">; } & { \"GET /internal/apm/services/{serviceName}/metadata/icons\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/services/{serviceName}/metadata/icons\", ", "TypeC", "<{ path: ", "TypeC", "<{ serviceName: ", "StringC", "; }>; query: ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>; }>, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", ", "ServiceMetadataIcons", ", ", "APMRouteCreateOptions", ">; } & { \"GET /internal/apm/services/{serviceName}/agent\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/services/{serviceName}/agent\", ", "TypeC", "<{ path: ", "TypeC", "<{ serviceName: ", "StringC", "; }>; query: ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>; }>, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", { agentName?: undefined; runtimeName?: undefined; } | { agentName: string | undefined; runtimeName: string | undefined; }, ", "APMRouteCreateOptions", ">; } & { \"GET /internal/apm/services/{serviceName}/transaction_types\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/services/{serviceName}/transaction_types\", ", "TypeC", "<{ path: ", "TypeC", "<{ serviceName: ", "StringC", "; }>; query: ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>; }>, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", { transactionTypes: string[]; }, ", "APMRouteCreateOptions", ">; } & { \"GET /internal/apm/services/{serviceName}/node/{serviceNodeName}/metadata\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/services/{serviceName}/node/{serviceNodeName}/metadata\", ", "TypeC", "<{ path: ", "TypeC", "<{ serviceName: ", "StringC", "; serviceNodeName: ", "StringC", "; }>; query: ", "IntersectionC", "<[", "TypeC", "<{ kuery: ", "StringC", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>]>; }>, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", { host: React.ReactText; containerId: React.ReactText; }, ", "APMRouteCreateOptions", ">; } & { \"GET /api/apm/services/{serviceName}/annotation/search\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"GET /api/apm/services/{serviceName}/annotation/search\", ", "TypeC", "<{ path: ", "TypeC", "<{ serviceName: ", "StringC", "; }>; query: ", "IntersectionC", "<[", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", "NonEmptyStringBrand", ">]>; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>]>; }>, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", { annotations: ", "Annotation", "[]; }, ", "APMRouteCreateOptions", ">; } & { \"POST /api/apm/services/{serviceName}/annotation\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"POST /api/apm/services/{serviceName}/annotation\", ", "TypeC", "<{ path: ", "TypeC", "<{ serviceName: ", "StringC", "; }>; body: ", "IntersectionC", "<[", "TypeC", "<{ '@timestamp': ", "Type", "; service: ", "IntersectionC", "<[", "TypeC", "<{ version: ", "StringC", "; }>, ", "PartialC", "<{ environment: ", "StringC", "; }>]>; }>, ", "PartialC", "<{ message: ", "StringC", "; tags: ", "ArrayC", "<", "StringC", ">; }>]>; }>, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", { _id: string; _index: string; _source: ", "Annotation", "; }, ", "APMRouteCreateOptions", ">; } & { \"GET /internal/apm/services/{serviceName}/error_groups/main_statistics\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/services/{serviceName}/error_groups/main_statistics\", ", "TypeC", "<{ path: ", "TypeC", "<{ serviceName: ", "StringC", "; }>; query: ", "IntersectionC", "<[", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", "NonEmptyStringBrand", ">]>; }>, ", "TypeC", "<{ kuery: ", "StringC", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>, ", "TypeC", "<{ transactionType: ", "StringC", "; }>]>; }>, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", { is_aggregation_accurate: boolean; error_groups: { group_id: string; name: string; lastSeen: number; occurrences: number; }[]; }, ", "APMRouteCreateOptions", ">; } & { \"GET /internal/apm/services/{serviceName}/error_groups/detailed_statistics\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/services/{serviceName}/error_groups/detailed_statistics\", ", "TypeC", "<{ path: ", "TypeC", "<{ serviceName: ", "StringC", "; }>; query: ", "IntersectionC", "<[", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", "NonEmptyStringBrand", ">]>; }>, ", "TypeC", "<{ kuery: ", "StringC", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>, ", "PartialC", "<{ comparisonStart: ", "Type", "; comparisonEnd: ", "Type", "; }>, ", "TypeC", "<{ numBuckets: ", "Type", "; transactionType: ", "StringC", "; groupIds: ", "Type", "; }>]>; }>, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", { currentPeriod: _.Dictionary<{ groupId: string; timeseries: ", "Coordinate", "[]; }>; previousPeriod: _.Dictionary<{ timeseries: { x: number; y: number | null | undefined; }[]; groupId: string; }>; }, ", "APMRouteCreateOptions", ">; } & { \"GET /internal/apm/services/{serviceName}/service_overview_instances/details/{serviceNodeName}\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/services/{serviceName}/service_overview_instances/details/{serviceNodeName}\", ", "TypeC", "<{ path: ", "TypeC", "<{ serviceName: ", "StringC", "; serviceNodeName: ", "StringC", "; }>; query: ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>; }>, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", { '@timestamp': string; agent: (", "Agent", " & { name: string; version: string; }) | ({ name: string; version: string; } & ", "Agent", "); service: ", "Service", " | (", "Service", " & { name: string; node?: { name: string; } | undefined; environment?: string | undefined; version?: string | undefined; }) | (", "Service", " & { node?: { name: string; } | undefined; }) | (", "Service", " & { name: string; node?: { name: string; } | undefined; environment?: string | undefined; version?: string | undefined; } & { node?: { name: string; } | undefined; }) | (", "Service", " & { node?: { name: string; } | undefined; } & { name: string; node?: { name: string; } | undefined; environment?: string | undefined; version?: string | undefined; }); container: ", "Container", " | undefined; kubernetes: ", "Kubernetes", " | undefined; host: ", "Host", " | undefined; cloud: ", "Cloud", " | undefined; }, ", "APMRouteCreateOptions", ">; } & { \"GET /internal/apm/services/{serviceName}/throughput\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/services/{serviceName}/throughput\", ", "TypeC", "<{ path: ", "TypeC", "<{ serviceName: ", "StringC", "; }>; query: ", "IntersectionC", "<[", "TypeC", "<{ transactionType: ", "StringC", "; }>, ", "PartialC", "<{ transactionName: ", "StringC", "; }>, ", "IntersectionC", "<[", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", "NonEmptyStringBrand", ">]>; }>, ", "TypeC", "<{ kuery: ", "StringC", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>, ", "PartialC", "<{ comparisonStart: ", "Type", "; comparisonEnd: ", "Type", "; }>]>]>; }>, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", { currentPeriod: { x: number; y: number | null; }[]; previousPeriod: { x: number; y: number | null | undefined; }[]; throughputUnit: ", "ThroughputUnit", "; }, ", "APMRouteCreateOptions", ">; } & { \"GET /internal/apm/services/{serviceName}/service_overview_instances/main_statistics\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/services/{serviceName}/service_overview_instances/main_statistics\", ", "TypeC", "<{ path: ", "TypeC", "<{ serviceName: ", "StringC", "; }>; query: ", "IntersectionC", "<[", "TypeC", "<{ latencyAggregationType: ", "UnionC", "<[", "LiteralC", "<", "LatencyAggregationType", ".avg>, ", "LiteralC", "<", "LatencyAggregationType", ".p95>, ", "LiteralC", "<", "LatencyAggregationType", ".p99>]>; transactionType: ", "StringC", "; }>, ", "PartialC", "<{ comparisonStart: ", "Type", "; comparisonEnd: ", "Type", "; }>, ", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", "NonEmptyStringBrand", ">]>; }>, ", "TypeC", "<{ kuery: ", "StringC", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>]>; }>, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", { currentPeriod: { serviceNodeName: string; errorRate?: number | undefined; latency?: number | undefined; throughput?: number | undefined; cpuUsage?: number | null | undefined; memoryUsage?: number | null | undefined; }[]; previousPeriod: { serviceNodeName: string; errorRate?: number | undefined; latency?: number | undefined; throughput?: number | undefined; cpuUsage?: number | null | undefined; memoryUsage?: number | null | undefined; }[]; }, ", "APMRouteCreateOptions", ">; } & { \"GET /internal/apm/services/{serviceName}/service_overview_instances/detailed_statistics\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/services/{serviceName}/service_overview_instances/detailed_statistics\", ", "TypeC", "<{ path: ", "TypeC", "<{ serviceName: ", "StringC", "; }>; query: ", "IntersectionC", "<[", "TypeC", "<{ latencyAggregationType: ", "UnionC", "<[", "LiteralC", "<", "LatencyAggregationType", ".avg>, ", "LiteralC", "<", "LatencyAggregationType", ".p95>, ", "LiteralC", "<", "LatencyAggregationType", ".p99>]>; transactionType: ", "StringC", "; serviceNodeIds: ", "Type", "; numBuckets: ", "Type", "; }>, ", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", "NonEmptyStringBrand", ">]>; }>, ", "TypeC", "<{ kuery: ", "StringC", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>, ", "PartialC", "<{ comparisonStart: ", "Type", "; comparisonEnd: ", "Type", "; }>]>; }>, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", { currentPeriod: _.Dictionary<{ serviceNodeName: string; errorRate?: ", "Coordinate", "[] | undefined; latency?: ", "Coordinate", "[] | undefined; throughput?: ", "Coordinate", "[] | undefined; cpuUsage?: ", "Coordinate", "[] | undefined; memoryUsage?: ", "Coordinate", "[] | undefined; }>; previousPeriod: _.Dictionary<{ cpuUsage: { x: number; y: number | null | undefined; }[]; errorRate: { x: number; y: number | null | undefined; }[]; latency: { x: number; y: number | null | undefined; }[]; memoryUsage: { x: number; y: number | null | undefined; }[]; throughput: { x: number; y: number | null | undefined; }[]; serviceNodeName: string; }>; }, ", "APMRouteCreateOptions", ">; } & { \"GET /internal/apm/services/{serviceName}/dependencies\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/services/{serviceName}/dependencies\", ", "TypeC", "<{ path: ", "TypeC", "<{ serviceName: ", "StringC", "; }>; query: ", "IntersectionC", "<[", "TypeC", "<{ numBuckets: ", "Type", "; }>, ", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", "NonEmptyStringBrand", ">]>; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>, ", "PartialC", "<{ offset: ", "StringC", "; }>]>; }>, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", { serviceDependencies: { currentStats: { latency: { value: number | null; timeseries: ", "Coordinate", "[]; }; throughput: { value: number | null; timeseries: ", "Coordinate", "[]; }; errorRate: { value: number | null; timeseries: ", "Coordinate", "[]; }; totalTime: { value: number | null; timeseries: ", "Coordinate", "[]; }; } & { impact: number; }; previousStats: ({ latency: { value: number | null; timeseries: ", "Coordinate", "[]; }; throughput: { value: number | null; timeseries: ", "Coordinate", "[]; }; errorRate: { value: number | null; timeseries: ", "Coordinate", "[]; }; totalTime: { value: number | null; timeseries: ", "Coordinate", "[]; }; } & { impact: number; }) | null; location: ", "Node", "; }[]; }, ", "APMRouteCreateOptions", ">; } & { \"GET /internal/apm/services/{serviceName}/dependencies/breakdown\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/services/{serviceName}/dependencies/breakdown\", ", "TypeC", "<{ path: ", "TypeC", "<{ serviceName: ", "StringC", "; }>; query: ", "IntersectionC", "<[", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", "NonEmptyStringBrand", ">]>; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>, ", "TypeC", "<{ kuery: ", "StringC", "; }>]>; }>, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", { breakdown: { title: string; data: { x: number; y: number; }[]; }[]; }, ", "APMRouteCreateOptions", ">; } & { \"GET /internal/apm/services/{serviceName}/profiling/timeline\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/services/{serviceName}/profiling/timeline\", ", "TypeC", "<{ path: ", "TypeC", "<{ serviceName: ", "StringC", "; }>; query: ", "IntersectionC", "<[", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", "NonEmptyStringBrand", ">]>; }>, ", "TypeC", "<{ kuery: ", "StringC", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>]>; }>, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", { profilingTimeline: { x: number; valueTypes: { wall_time: number; cpu_time: number; samples: number; alloc_objects: number; alloc_space: number; inuse_objects: number; inuse_space: number; unknown: number; }; }[]; }, ", "APMRouteCreateOptions", ">; } & { \"GET /internal/apm/services/{serviceName}/profiling/statistics\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/services/{serviceName}/profiling/statistics\", ", "TypeC", "<{ path: ", "TypeC", "<{ serviceName: ", "StringC", "; }>; query: ", "IntersectionC", "<[", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", "NonEmptyStringBrand", ">]>; }>, ", "TypeC", "<{ kuery: ", "StringC", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>, ", "TypeC", "<{ valueType: ", "UnionC", "<[", "LiteralC", "<", "ProfilingValueType", ".wallTime>, ", "LiteralC", "<", "ProfilingValueType", ".cpuTime>, ", "LiteralC", "<", "ProfilingValueType", ".samples>, ", "LiteralC", "<", "ProfilingValueType", ".allocObjects>, ", "LiteralC", "<", "ProfilingValueType", ".allocSpace>, ", "LiteralC", "<", "ProfilingValueType", ".inuseObjects>, ", "LiteralC", "<", "ProfilingValueType", ".inuseSpace>]>; }>]>; }>, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", { nodes: Record; rootNodes: string[]; }, ", "APMRouteCreateOptions", ">; } & { \"GET /internal/apm/services/{serviceName}/alerts\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/services/{serviceName}/alerts\", ", "TypeC", "<{ path: ", "TypeC", "<{ serviceName: ", "StringC", "; }>; query: ", "IntersectionC", "<[", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>, ", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", "NonEmptyStringBrand", ">]>; }>, ", "TypeC", "<{ transactionType: ", "StringC", "; }>]>; }>, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", { alerts: Partial>[]; }, ", "APMRouteCreateOptions", ">; } & { \"GET /internal/apm/services/{serviceName}/infrastructure\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/services/{serviceName}/infrastructure\", ", "TypeC", "<{ path: ", "TypeC", "<{ serviceName: ", "StringC", "; }>; query: ", "IntersectionC", "<[", "TypeC", "<{ kuery: ", "StringC", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>, ", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", "NonEmptyStringBrand", ">]>; }>]>; }>, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", { serviceInfrastructure: { containerIds: string[]; hostNames: string[]; }; }, ", "APMRouteCreateOptions", ">; } & { \"GET /internal/apm/suggestions\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/suggestions\", ", "PartialC", "<{ query: ", "TypeC", "<{ field: ", "StringC", "; string: ", "StringC", "; }>; }>, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", { terms: string[]; }, ", "APMRouteCreateOptions", ">; } & { \"GET /internal/apm/traces/{traceId}\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/traces/{traceId}\", ", "TypeC", "<{ path: ", "TypeC", "<{ traceId: ", "StringC", "; }>; query: ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>; }>, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", { exceedsMax: boolean; traceDocs: TypeOfProcessorEvent<", "ProcessorEvent", ".transaction | ", "ProcessorEvent", ".span>[]; errorDocs: ", "APMError", "[]; }, ", "APMRouteCreateOptions", ">; } & { \"GET /internal/apm/traces\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/traces\", ", "TypeC", "<{ query: ", "IntersectionC", "<[", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", "NonEmptyStringBrand", ">]>; }>, ", "TypeC", "<{ kuery: ", "StringC", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>]>; }>, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", { items: ", "TransactionGroup", "[]; }, ", "APMRouteCreateOptions", ">; } & { \"GET /internal/apm/traces/{traceId}/root_transaction\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/traces/{traceId}/root_transaction\", ", "TypeC", "<{ path: ", "TypeC", "<{ traceId: ", "StringC", "; }>; }>, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", { transaction: ", "Transaction", "; }, ", "APMRouteCreateOptions", ">; } & { \"GET /internal/apm/transactions/{transactionId}\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/transactions/{transactionId}\", ", "TypeC", "<{ path: ", "TypeC", "<{ transactionId: ", "StringC", "; }>; }>, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", { transaction: ", "Transaction", "; }, ", "APMRouteCreateOptions", ">; } & { \"GET /internal/apm/services/{serviceName}/transactions/groups/main_statistics\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/services/{serviceName}/transactions/groups/main_statistics\", ", "TypeC", "<{ path: ", "TypeC", "<{ serviceName: ", "StringC", "; }>; query: ", "IntersectionC", "<[", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", "NonEmptyStringBrand", ">]>; }>, ", "TypeC", "<{ kuery: ", "StringC", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>, ", "TypeC", "<{ transactionType: ", "StringC", "; latencyAggregationType: ", "UnionC", "<[", "LiteralC", "<", "LatencyAggregationType", ".avg>, ", "LiteralC", "<", "LatencyAggregationType", ".p95>, ", "LiteralC", "<", "LatencyAggregationType", ".p99>]>; }>]>; }>, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", { transactionGroups: { transactionType: string; name: string; latency: number | null; throughput: number; errorRate: number; impact: number; }[]; isAggregationAccurate: boolean; bucketSize: number; }, ", "APMRouteCreateOptions", ">; } & { \"GET /internal/apm/services/{serviceName}/transactions/groups/detailed_statistics\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/services/{serviceName}/transactions/groups/detailed_statistics\", ", "TypeC", "<{ path: ", "TypeC", "<{ serviceName: ", "StringC", "; }>; query: ", "IntersectionC", "<[", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", "NonEmptyStringBrand", ">]>; }>, ", "TypeC", "<{ kuery: ", "StringC", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>, ", "PartialC", "<{ comparisonStart: ", "Type", "; comparisonEnd: ", "Type", "; }>, ", "TypeC", "<{ transactionNames: ", "Type", "; numBuckets: ", "Type", "; transactionType: ", "StringC", "; latencyAggregationType: ", "UnionC", "<[", "LiteralC", "<", "LatencyAggregationType", ".avg>, ", "LiteralC", "<", "LatencyAggregationType", ".p95>, ", "LiteralC", "<", "LatencyAggregationType", ".p99>]>; }>]>; }>, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", { currentPeriod: _.Dictionary<{ transactionName: string; latency: ", "Coordinate", "[]; throughput: ", "Coordinate", "[]; errorRate: ", "Coordinate", "[]; impact: number; }>; previousPeriod: _.Dictionary<{ errorRate: { x: number; y: number | null | undefined; }[]; throughput: { x: number; y: number | null | undefined; }[]; latency: { x: number; y: number | null | undefined; }[]; transactionName: string; impact: number; }>; }, ", "APMRouteCreateOptions", ">; } & { \"GET /internal/apm/services/{serviceName}/transactions/charts/latency\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/services/{serviceName}/transactions/charts/latency\", ", "TypeC", "<{ path: ", "TypeC", "<{ serviceName: ", "StringC", "; }>; query: ", "IntersectionC", "<[", "TypeC", "<{ transactionType: ", "StringC", "; latencyAggregationType: ", "UnionC", "<[", "LiteralC", "<", "LatencyAggregationType", ".avg>, ", "LiteralC", "<", "LatencyAggregationType", ".p95>, ", "LiteralC", "<", "LatencyAggregationType", ".p99>]>; }>, ", "PartialC", "<{ transactionName: ", "StringC", "; }>, ", "IntersectionC", "<[", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", "NonEmptyStringBrand", ">]>; }>, ", "TypeC", "<{ kuery: ", "StringC", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>, ", "PartialC", "<{ comparisonStart: ", "Type", "; comparisonEnd: ", "Type", "; }>]>]>; }>, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", { currentPeriod: { overallAvgDuration: number | null; latencyTimeseries: { x: number; y: number | null; }[]; }; previousPeriod: { latencyTimeseries: { x: number; y: number | null | undefined; }[]; overallAvgDuration: number | null; }; anomalyTimeseries: { jobId: string; anomalyScore: { x0: number; x: number; y: number; }[]; anomalyBoundaries: { x: number; y0: number; y: number; }[]; } | undefined; }, ", "APMRouteCreateOptions", ">; } & { \"GET /internal/apm/services/{serviceName}/transactions/traces/samples\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/services/{serviceName}/transactions/traces/samples\", ", "TypeC", "<{ path: ", "TypeC", "<{ serviceName: ", "StringC", "; }>; query: ", "IntersectionC", "<[", "TypeC", "<{ transactionType: ", "StringC", "; transactionName: ", "StringC", "; }>, ", "PartialC", "<{ transactionId: ", "StringC", "; traceId: ", "StringC", "; sampleRangeFrom: ", "Type", "; sampleRangeTo: ", "Type", "; }>, ", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", "NonEmptyStringBrand", ">]>; }>, ", "TypeC", "<{ kuery: ", "StringC", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>]>; }>, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", { noHits: boolean; traceSamples: { transactionId: string; traceId: string; }[]; }, ", "APMRouteCreateOptions", ">; } & { \"GET /internal/apm/services/{serviceName}/transaction/charts/breakdown\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/services/{serviceName}/transaction/charts/breakdown\", ", "TypeC", "<{ path: ", "TypeC", "<{ serviceName: ", "StringC", "; }>; query: ", "IntersectionC", "<[", "TypeC", "<{ transactionType: ", "StringC", "; }>, ", "PartialC", "<{ transactionName: ", "StringC", "; }>, ", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", "NonEmptyStringBrand", ">]>; }>, ", "TypeC", "<{ kuery: ", "StringC", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>]>; }>, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", { timeseries: { title: string; color: string; type: string; data: { x: number; y: number | null; }[]; hideLegend: boolean; legendValue: string; }[]; }, ", "APMRouteCreateOptions", ">; } & { \"GET /internal/apm/services/{serviceName}/transactions/charts/error_rate\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/services/{serviceName}/transactions/charts/error_rate\", ", "TypeC", "<{ path: ", "TypeC", "<{ serviceName: ", "StringC", "; }>; query: ", "IntersectionC", "<[", "TypeC", "<{ transactionType: ", "StringC", "; }>, ", "PartialC", "<{ transactionName: ", "StringC", "; }>, ", "IntersectionC", "<[", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", "NonEmptyStringBrand", ">]>; }>, ", "TypeC", "<{ kuery: ", "StringC", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>, ", "PartialC", "<{ comparisonStart: ", "Type", "; comparisonEnd: ", "Type", "; }>]>]>; }>, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", { currentPeriod: { noHits: boolean; transactionErrorRate: ", "Coordinate", "[]; average: number | null; }; previousPeriod: { transactionErrorRate: { x: number; y: number | null | undefined; }[]; noHits: boolean; average: number | null; }; }, ", "APMRouteCreateOptions", ">; } & { \"GET /internal/apm/alerts/chart_preview/transaction_error_rate\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/alerts/chart_preview/transaction_error_rate\", ", "TypeC", "<{ query: ", "IntersectionC", "<[", "PartialC", "<{ aggregationType: ", "UnionC", "<[", "LiteralC", "<\"avg\">, ", "LiteralC", "<\"95th\">, ", "LiteralC", "<\"99th\">]>; serviceName: ", "StringC", "; transactionType: ", "StringC", "; }>, ", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", "NonEmptyStringBrand", ">]>; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>, ", "TypeC", "<{ interval: ", "StringC", "; }>]>; }>, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", { errorRateChartPreview: { x: number; y: number; }[]; }, ", "APMRouteCreateOptions", ">; } & { \"GET /internal/apm/alerts/chart_preview/transaction_duration\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/alerts/chart_preview/transaction_duration\", ", "TypeC", "<{ query: ", "IntersectionC", "<[", "PartialC", "<{ aggregationType: ", "UnionC", "<[", "LiteralC", "<\"avg\">, ", "LiteralC", "<\"95th\">, ", "LiteralC", "<\"99th\">]>; serviceName: ", "StringC", "; transactionType: ", "StringC", "; }>, ", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", "NonEmptyStringBrand", ">]>; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>, ", "TypeC", "<{ interval: ", "StringC", "; }>]>; }>, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", { latencyChartPreview: { x: number; y: number | null; }[]; }, ", "APMRouteCreateOptions", ">; } & { \"GET /internal/apm/alerts/chart_preview/transaction_error_count\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/alerts/chart_preview/transaction_error_count\", ", "TypeC", "<{ query: ", "IntersectionC", "<[", "PartialC", "<{ aggregationType: ", "UnionC", "<[", "LiteralC", "<\"avg\">, ", "LiteralC", "<\"95th\">, ", "LiteralC", "<\"99th\">]>; serviceName: ", "StringC", "; transactionType: ", "StringC", "; }>, ", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", "NonEmptyStringBrand", ">]>; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>, ", "TypeC", "<{ interval: ", "StringC", "; }>]>; }>, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", { errorCountChartPreview: { x: number; y: number; }[]; }, ", "APMRouteCreateOptions", ">; } & { \"GET /api/apm/settings/agent-configuration\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"GET /api/apm/settings/agent-configuration\", undefined, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", { configurations: ", "AgentConfiguration", "[]; }, ", "APMRouteCreateOptions", ">; } & { \"GET /api/apm/settings/agent-configuration/view\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"GET /api/apm/settings/agent-configuration/view\", ", "PartialC", "<{ query: ", "PartialC", "<{ name: ", "StringC", "; environment: ", "StringC", "; }>; }>, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", ", "AgentConfiguration", ", ", "APMRouteCreateOptions", ">; } & { \"DELETE /api/apm/settings/agent-configuration\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"DELETE /api/apm/settings/agent-configuration\", ", "TypeC", "<{ body: ", "TypeC", "<{ service: ", "PartialC", "<{ name: ", "StringC", "; environment: ", "StringC", "; }>; }>; }>, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", { result: string; }, ", "APMRouteCreateOptions", ">; } & { \"PUT /api/apm/settings/agent-configuration\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"PUT /api/apm/settings/agent-configuration\", ", "IntersectionC", "<[", "PartialC", "<{ query: ", "PartialC", "<{ overwrite: ", "Type", "; }>; }>, ", "TypeC", "<{ body: ", "IntersectionC", "<[", "PartialC", "<{ agent_name: ", "StringC", "; }>, ", "TypeC", "<{ service: ", "PartialC", "<{ name: ", "StringC", "; environment: ", "StringC", "; }>; settings: ", "IntersectionC", "<[", "RecordC", "<", "StringC", ", ", "StringC", ">, ", "PartialC", ">]>; }>]>; }>]>, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", void, ", "APMRouteCreateOptions", ">; } & { \"POST /api/apm/settings/agent-configuration/search\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"POST /api/apm/settings/agent-configuration/search\", ", "TypeC", "<{ body: ", "IntersectionC", "<[", "TypeC", "<{ service: ", "PartialC", "<{ name: ", "StringC", "; environment: ", "StringC", "; }>; }>, ", "PartialC", "<{ etag: ", "StringC", "; mark_as_applied_by_agent: ", "BooleanC", "; }>]>; }>, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", ", "SearchHit", "<", "AgentConfiguration", ", undefined, undefined> | null, ", "APMRouteCreateOptions", ">; } & { \"GET /api/apm/settings/agent-configuration/services\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"GET /api/apm/settings/agent-configuration/services\", undefined, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", { serviceNames: string[]; }, ", "APMRouteCreateOptions", ">; } & { \"GET /api/apm/settings/agent-configuration/environments\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"GET /api/apm/settings/agent-configuration/environments\", ", "PartialC", "<{ query: ", "PartialC", "<{ serviceName: ", "StringC", "; }>; }>, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", { environments: { name: string; alreadyConfigured: boolean; }[]; }, ", "APMRouteCreateOptions", ">; } & { \"GET /api/apm/settings/agent-configuration/agent_name\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"GET /api/apm/settings/agent-configuration/agent_name\", ", "TypeC", "<{ query: ", "TypeC", "<{ serviceName: ", "StringC", "; }>; }>, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", { agentName: string | undefined; }, ", "APMRouteCreateOptions", ">; } & { \"GET /internal/apm/settings/anomaly-detection/jobs\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/settings/anomaly-detection/jobs\", undefined, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", { jobs: { job_id: string; environment: string; }[]; hasLegacyJobs: boolean; }, ", "APMRouteCreateOptions", ">; } & { \"POST /internal/apm/settings/anomaly-detection/jobs\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"POST /internal/apm/settings/anomaly-detection/jobs\", ", "TypeC", "<{ body: ", "TypeC", "<{ environments: ", "ArrayC", "<", "StringC", ">; }>; }>, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", { jobCreated: boolean; }, ", "APMRouteCreateOptions", ">; } & { \"GET /internal/apm/settings/anomaly-detection/environments\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/settings/anomaly-detection/environments\", undefined, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", { environments: string[]; }, ", "APMRouteCreateOptions", ">; } & { \"GET /internal/apm/settings/apm-index-settings\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/settings/apm-index-settings\", undefined, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", { apmIndexSettings: { configurationName: \"error\" | \"metric\" | \"span\" | \"transaction\" | \"sourcemap\" | \"onboarding\"; defaultValue: string; savedValue: string | undefined; }[]; }, ", "APMRouteCreateOptions", ">; } & { \"GET /internal/apm/settings/apm-indices\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/settings/apm-indices\", undefined, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", ", "ApmIndicesConfig", ", ", "APMRouteCreateOptions", ">; } & { \"POST /internal/apm/settings/apm-indices/save\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"POST /internal/apm/settings/apm-indices/save\", ", "TypeC", "<{ body: ", "PartialC", "; }>, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", ", "SavedObject", "<{}>, ", "APMRouteCreateOptions", ">; } & { \"GET /internal/apm/settings/custom_links/transaction\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/settings/custom_links/transaction\", ", "PartialC", "<{ query: ", "PartialC", "<{ 'service.name': ", "StringC", "; 'service.environment': ", "StringC", "; 'transaction.name': ", "StringC", "; 'transaction.type': ", "StringC", "; }>; }>, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", ", "Transaction", ", ", "APMRouteCreateOptions", ">; } & { \"GET /internal/apm/settings/custom_links\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/settings/custom_links\", ", "PartialC", "<{ query: ", "PartialC", "<{ 'service.name': ", "StringC", "; 'service.environment': ", "StringC", "; 'transaction.name': ", "StringC", "; 'transaction.type': ", "StringC", "; }>; }>, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", { customLinks: ", "CustomLink", "[]; }, ", "APMRouteCreateOptions", ">; } & { \"POST /internal/apm/settings/custom_links\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"POST /internal/apm/settings/custom_links\", ", "TypeC", "<{ body: ", "IntersectionC", "<[", "TypeC", "<{ label: ", "StringC", "; url: ", "StringC", "; }>, ", "PartialC", "<{ id: ", "StringC", "; filters: ", "ArrayC", "<", "TypeC", "<{ key: ", "UnionC", "<[", "LiteralC", "<\"\">, ", "KeyofC", "<{ 'service.name': ", "StringC", "; 'service.environment': ", "StringC", "; 'transaction.name': ", "StringC", "; 'transaction.type': ", "StringC", "; }>]>; value: ", "StringC", "; }>>; }>]>; }>, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", void, ", "APMRouteCreateOptions", ">; } & { \"PUT /internal/apm/settings/custom_links/{id}\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"PUT /internal/apm/settings/custom_links/{id}\", ", "TypeC", "<{ path: ", "TypeC", "<{ id: ", "StringC", "; }>; body: ", "IntersectionC", "<[", "TypeC", "<{ label: ", "StringC", "; url: ", "StringC", "; }>, ", "PartialC", "<{ id: ", "StringC", "; filters: ", "ArrayC", "<", "TypeC", "<{ key: ", "UnionC", "<[", "LiteralC", "<\"\">, ", "KeyofC", "<{ 'service.name': ", "StringC", "; 'service.environment': ", "StringC", "; 'transaction.name': ", "StringC", "; 'transaction.type': ", "StringC", "; }>]>; value: ", "StringC", "; }>>; }>]>; }>, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", void, ", "APMRouteCreateOptions", ">; } & { \"DELETE /internal/apm/settings/custom_links/{id}\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"DELETE /internal/apm/settings/custom_links/{id}\", ", "TypeC", "<{ path: ", "TypeC", "<{ id: ", "StringC", "; }>; }>, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", { result: string; }, ", "APMRouteCreateOptions", ">; } & { \"GET /api/apm/sourcemaps\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"GET /api/apm/sourcemaps\", undefined, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", { artifacts: ", "ArtifactSourceMap", "[]; } | undefined, ", "APMRouteCreateOptions", ">; } & { \"POST /api/apm/sourcemaps\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"POST /api/apm/sourcemaps\", ", "TypeC", "<{ body: ", "TypeC", "<{ service_name: ", "StringC", "; service_version: ", "StringC", "; bundle_filepath: ", "StringC", "; sourcemap: ", "Type", "<{ version: number; sources: string[]; mappings: string; } & { names?: string[] | undefined; file?: string | undefined; sourceRoot?: string | undefined; sourcesContent?: string[] | undefined; }, string | Buffer, unknown>; }>; }>, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", ", { "pluginId": "fleet", "scope": "server", "docId": "kibFleetPluginApi", "section": "def-server.Artifact", "text": "Artifact" }, " | undefined, ", "APMRouteCreateOptions", ">; } & { \"DELETE /api/apm/sourcemaps/{id}\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"DELETE /api/apm/sourcemaps/{id}\", ", "TypeC", "<{ path: ", "TypeC", "<{ id: ", "StringC", "; }>; }>, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", void, ", "APMRouteCreateOptions", ">; } & { \"GET /internal/apm/fleet/has_data\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/fleet/has_data\", undefined, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", { hasData: boolean; }, ", "APMRouteCreateOptions", ">; } & { \"GET /internal/apm/fleet/agents\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/fleet/agents\", undefined, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", { cloudStandaloneSetup: { apmServerUrl: string | undefined; secretToken: string | undefined; } | undefined; isFleetEnabled: boolean; fleetAgents: { id: string; name: string; apmServerUrl: any; secretToken: any; }[]; }, ", "APMRouteCreateOptions", ">; } & { \"POST /internal/apm/fleet/apm_server_schema\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"POST /internal/apm/fleet/apm_server_schema\", ", "TypeC", "<{ body: ", "TypeC", "<{ schema: ", "RecordC", "<", "StringC", ", ", "UnknownC", ">; }>; }>, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", void, ", "APMRouteCreateOptions", ">; } & { \"GET /internal/apm/fleet/apm_server_schema/unsupported\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/fleet/apm_server_schema/unsupported\", undefined, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", { unsupported: { key: string; value: any; }[]; }, ", "APMRouteCreateOptions", ">; } & { \"GET /internal/apm/fleet/migration_check\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/fleet/migration_check\", undefined, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", { has_cloud_agent_policy: boolean; has_cloud_apm_package_policy: boolean; cloud_apm_migration_enabled: boolean; has_required_role: boolean | undefined; }, ", "APMRouteCreateOptions", ">; } & { \"POST /internal/apm/fleet/cloud_apm_package_policy\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"POST /internal/apm/fleet/cloud_apm_package_policy\", undefined, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", { cloudApmPackagePolicy: ", { "pluginId": "fleet", "scope": "common", "docId": "kibFleetPluginApi", "section": "def-common.PackagePolicy", "text": "PackagePolicy" }, "; }, ", "APMRouteCreateOptions", ">; } & { \"GET /internal/apm/backends/top_backends\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/backends/top_backends\", ", "IntersectionC", "<[", "TypeC", "<{ query: ", "IntersectionC", "<[", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>, ", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", "NonEmptyStringBrand", ">]>; }>, ", "TypeC", "<{ kuery: ", "StringC", "; }>, ", "TypeC", "<{ numBuckets: ", "Type", "; }>]>; }>, ", "PartialC", "<{ query: ", "PartialC", "<{ offset: ", "StringC", "; }>; }>]>, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", { backends: { currentStats: { latency: { value: number | null; timeseries: ", "Coordinate", "[]; }; throughput: { value: number | null; timeseries: ", "Coordinate", "[]; }; errorRate: { value: number | null; timeseries: ", "Coordinate", "[]; }; totalTime: { value: number | null; timeseries: ", "Coordinate", "[]; }; } & { impact: number; }; previousStats: ({ latency: { value: number | null; timeseries: ", "Coordinate", "[]; }; throughput: { value: number | null; timeseries: ", "Coordinate", "[]; }; errorRate: { value: number | null; timeseries: ", "Coordinate", "[]; }; totalTime: { value: number | null; timeseries: ", "Coordinate", "[]; }; } & { impact: number; }) | null; location: ", "Node", "; }[]; }, ", "APMRouteCreateOptions", ">; } & { \"GET /internal/apm/backends/{backendName}/upstream_services\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/backends/{backendName}/upstream_services\", ", "IntersectionC", "<[", "TypeC", "<{ path: ", "TypeC", "<{ backendName: ", "StringC", "; }>; query: ", "IntersectionC", "<[", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>, ", "TypeC", "<{ numBuckets: ", "Type", "; }>]>; }>, ", "PartialC", "<{ query: ", "IntersectionC", "<[", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", "NonEmptyStringBrand", ">]>; }>, ", "PartialC", "<{ offset: ", "StringC", "; }>, ", "TypeC", "<{ kuery: ", "StringC", "; }>]>; }>]>, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", { services: { currentStats: { latency: { value: number | null; timeseries: ", "Coordinate", "[]; }; throughput: { value: number | null; timeseries: ", "Coordinate", "[]; }; errorRate: { value: number | null; timeseries: ", "Coordinate", "[]; }; totalTime: { value: number | null; timeseries: ", "Coordinate", "[]; }; } & { impact: number; }; previousStats: ({ latency: { value: number | null; timeseries: ", "Coordinate", "[]; }; throughput: { value: number | null; timeseries: ", "Coordinate", "[]; }; errorRate: { value: number | null; timeseries: ", "Coordinate", "[]; }; totalTime: { value: number | null; timeseries: ", "Coordinate", "[]; }; } & { impact: number; }) | null; location: ", "Node", "; }[]; }, ", "APMRouteCreateOptions", ">; } & { \"GET /internal/apm/backends/{backendName}/metadata\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/backends/{backendName}/metadata\", ", "TypeC", "<{ path: ", "TypeC", "<{ backendName: ", "StringC", "; }>; query: ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>; }>, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", { metadata: { spanType: string | undefined; spanSubtype: string | undefined; }; }, ", "APMRouteCreateOptions", ">; } & { \"GET /internal/apm/backends/{backendName}/charts/latency\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/backends/{backendName}/charts/latency\", ", "TypeC", "<{ path: ", "TypeC", "<{ backendName: ", "StringC", "; }>; query: ", "IntersectionC", "<[", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>, ", "TypeC", "<{ kuery: ", "StringC", "; }>, ", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", "NonEmptyStringBrand", ">]>; }>, ", "PartialC", "<{ offset: ", "StringC", "; }>]>; }>, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", { currentTimeseries: { x: number; y: number; }[]; comparisonTimeseries: { x: number; y: number; }[] | null; }, ", "APMRouteCreateOptions", ">; } & { \"GET /internal/apm/backends/{backendName}/charts/throughput\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/backends/{backendName}/charts/throughput\", ", "TypeC", "<{ path: ", "TypeC", "<{ backendName: ", "StringC", "; }>; query: ", "IntersectionC", "<[", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>, ", "TypeC", "<{ kuery: ", "StringC", "; }>, ", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", "NonEmptyStringBrand", ">]>; }>, ", "PartialC", "<{ offset: ", "StringC", "; }>]>; }>, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", { currentTimeseries: { x: number; y: number | null; }[]; comparisonTimeseries: { x: number; y: number | null; }[] | null; }, ", "APMRouteCreateOptions", ">; } & { \"GET /internal/apm/backends/{backendName}/charts/error_rate\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/backends/{backendName}/charts/error_rate\", ", "TypeC", "<{ path: ", "TypeC", "<{ backendName: ", "StringC", "; }>; query: ", "IntersectionC", "<[", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>, ", "TypeC", "<{ kuery: ", "StringC", "; }>, ", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", "NonEmptyStringBrand", ">]>; }>, ", "PartialC", "<{ offset: ", "StringC", "; }>]>; }>, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", { currentTimeseries: { x: number; y: number; }[]; comparisonTimeseries: { x: number; y: number; }[] | null; }, ", "APMRouteCreateOptions", ">; } & { \"GET /internal/apm/fallback_to_transactions\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/fallback_to_transactions\", ", "PartialC", "<{ query: ", "IntersectionC", "<[", "TypeC", "<{ kuery: ", "StringC", "; }>, ", "PartialC", "<{ start: ", "Type", "; end: ", "Type", "; }>]>; }>, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", { fallbackToTransactions: boolean; }, ", "APMRouteCreateOptions", ">; } & { \"GET /internal/apm/has_data\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/has_data\", undefined, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", { hasData: boolean; }, ", "APMRouteCreateOptions", ">; } & { \"GET /internal/apm/event_metadata/{processorEvent}/{id}\": ", { "pluginId": "@kbn/server-route-repository", "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", "section": "def-server.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/event_metadata/{processorEvent}/{id}\", ", "TypeC", "<{ path: ", "TypeC", "<{ processorEvent: ", "UnionC", "<[", "LiteralC", "<", "ProcessorEvent", ".transaction>, ", "LiteralC", "<", "ProcessorEvent", ".error>, ", "LiteralC", "<", "ProcessorEvent", ".metric>, ", "LiteralC", "<", "ProcessorEvent", ".span>, ", "LiteralC", "<", "ProcessorEvent", ".profile>]>; id: ", "StringC", "; }>; }>, ", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, ", { metadata: Partial>; }, ", "APMRouteCreateOptions", ">; }>" ], "path": "x-pack/plugins/apm/server/routes/get_global_apm_server_route_repository.ts", "deprecated": false, "initialIsOpen": false } ], "objects": [], "setup": { "parentPluginId": "apm", "id": "def-server.APMPluginSetup", "type": "Interface", "tags": [], "label": "APMPluginSetup", "description": [], "path": "x-pack/plugins/apm/server/types.ts", "deprecated": false, "children": [ { "parentPluginId": "apm", "id": "def-server.APMPluginSetup.config$", "type": "Object", "tags": [], "label": "config$", "description": [], "signature": [ "Observable", "; serviceMapEnabled: boolean; serviceMapFingerprintBucketSize: number; serviceMapTraceIdBucketSize: number; serviceMapFingerprintGlobalBucketSize: number; serviceMapTraceIdGlobalBucketSize: number; serviceMapMaxTracesPerRequest: number; autocreateApmIndexPattern: boolean; ui: Readonly<{} & { enabled: boolean; transactionGroupBucketSize: number; maxTraceItems: number; }>; searchAggregatedTransactions: ", "SearchAggregatedTransactionSetting", "; telemetryCollectionEnabled: boolean; metricsInterval: number; profilingEnabled: boolean; agent: Readonly<{} & { migrations: Readonly<{} & { enabled: boolean; }>; }>; }>>" ], "path": "x-pack/plugins/apm/server/types.ts", "deprecated": false }, { "parentPluginId": "apm", "id": "def-server.APMPluginSetup.getApmIndices", "type": "Function", "tags": [], "label": "getApmIndices", "description": [], "signature": [ "() => Promise<", "ApmIndicesConfig", ">" ], "path": "x-pack/plugins/apm/server/types.ts", "deprecated": false, "children": [], "returnComment": [] }, { "parentPluginId": "apm", "id": "def-server.APMPluginSetup.createApmEventClient", "type": "Function", "tags": [], "label": "createApmEventClient", "description": [], "signature": [ "(params: { debug?: boolean | undefined; request: ", { "pluginId": "core", "scope": "server", "docId": "kibCoreHttpPluginApi", "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "; context: ", "ApmPluginRequestHandlerContext", "; }) => Promise<{ search(operationName: string, params: TParams): Promise<", "InferSearchResponseOf", ">, ESSearchRequestOf, {}>>; termsEnum(operationName: string, params: ", "APMEventESTermsEnumRequest", "): Promise<", "TermsEnumResponse", ">; }>" ], "path": "x-pack/plugins/apm/server/types.ts", "deprecated": false, "children": [ { "parentPluginId": "apm", "id": "def-server.APMPluginSetup.createApmEventClient.$1", "type": "Object", "tags": [], "label": "params", "description": [], "path": "x-pack/plugins/apm/server/types.ts", "deprecated": false, "children": [ { "parentPluginId": "apm", "id": "def-server.APMPluginSetup.createApmEventClient.$1.debug", "type": "CompoundType", "tags": [], "label": "debug", "description": [], "signature": [ "boolean | undefined" ], "path": "x-pack/plugins/apm/server/types.ts", "deprecated": false }, { "parentPluginId": "apm", "id": "def-server.APMPluginSetup.createApmEventClient.$1.request", "type": "Object", "tags": [], "label": "request", "description": [], "signature": [ { "pluginId": "core", "scope": "server", "docId": "kibCoreHttpPluginApi", "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" ], "path": "x-pack/plugins/apm/server/types.ts", "deprecated": false }, { "parentPluginId": "apm", "id": "def-server.APMPluginSetup.createApmEventClient.$1.context", "type": "Object", "tags": [], "label": "context", "description": [], "signature": [ "ApmPluginRequestHandlerContext" ], "path": "x-pack/plugins/apm/server/types.ts", "deprecated": false } ] } ], "returnComment": [] } ], "lifecycle": "setup", "initialIsOpen": true } }, "common": { "classes": [], "functions": [], "interfaces": [], "enums": [], "misc": [], "objects": [] } }