{ "id": "apm", "client": { "classes": [], "functions": [], "interfaces": [ { "parentPluginId": "apm", "id": "def-public.ConfigSchema", "type": "Interface", "tags": [], "label": "ConfigSchema", "description": [], "path": "x-pack/solutions/observability/plugins/apm/public/index.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "apm", "id": "def-public.ConfigSchema.serviceMapEnabled", "type": "boolean", "tags": [], "label": "serviceMapEnabled", "description": [], "path": "x-pack/solutions/observability/plugins/apm/public/index.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "apm", "id": "def-public.ConfigSchema.ui", "type": "Object", "tags": [], "label": "ui", "description": [], "signature": [ "{ enabled: boolean; }" ], "path": "x-pack/solutions/observability/plugins/apm/public/index.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "apm", "id": "def-public.ConfigSchema.latestAgentVersionsUrl", "type": "string", "tags": [], "label": "latestAgentVersionsUrl", "description": [], "path": "x-pack/solutions/observability/plugins/apm/public/index.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "apm", "id": "def-public.ConfigSchema.serverlessOnboarding", "type": "boolean", "tags": [], "label": "serverlessOnboarding", "description": [], "path": "x-pack/solutions/observability/plugins/apm/public/index.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "apm", "id": "def-public.ConfigSchema.managedServiceUrl", "type": "string", "tags": [], "label": "managedServiceUrl", "description": [], "path": "x-pack/solutions/observability/plugins/apm/public/index.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "apm", "id": "def-public.ConfigSchema.featureFlags", "type": "Object", "tags": [], "label": "featureFlags", "description": [], "signature": [ "{ agentConfigurationAvailable: boolean; configurableIndicesAvailable: boolean; infrastructureTabAvailable: boolean; infraUiAvailable: boolean; migrationToFleetAvailable: boolean; sourcemapApiAvailable: boolean; storageExplorerAvailable: boolean; profilingIntegrationAvailable: boolean; ruleFormV2Enabled: boolean; }" ], "path": "x-pack/solutions/observability/plugins/apm/public/index.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "apm", "id": "def-public.ConfigSchema.serverless", "type": "Object", "tags": [], "label": "serverless", "description": [], "signature": [ "{ enabled: boolean; }" ], "path": "x-pack/solutions/observability/plugins/apm/public/index.ts", "deprecated": false, "trackAdoption": false } ], "initialIsOpen": false } ], "enums": [], "misc": [], "objects": [], "setup": { "parentPluginId": "apm", "id": "def-public.ApmPluginSetup", "type": "Type", "tags": [], "label": "ApmPluginSetup", "description": [], "signature": [ "{ locator: ", { "pluginId": "share", "scope": "common", "docId": "kibSharePluginApi", "section": "def-common.LocatorPublic", "text": "LocatorPublic" }, "<{ serviceName: undefined; } | ({ serviceName: string; } & { dashboardId: string; } & { query: { environment: \"ENVIRONMENT_NOT_DEFINED\" | \"ENVIRONMENT_ALL\" | ", "Branded", "; }; }) | ({ serviceName: string; } & { dashboardId?: undefined; } & { serviceOverviewTab?: \"metrics\" | \"errors\" | \"traces\" | \"logs\" | \"transactions\" | undefined; } & { query: { environment: \"ENVIRONMENT_NOT_DEFINED\" | \"ENVIRONMENT_ALL\" | ", "Branded", "; } & { kuery?: string | undefined; rangeFrom?: string | undefined; rangeTo?: string | undefined; }; })>; }" ], "path": "x-pack/solutions/observability/plugins/apm/public/plugin.ts", "deprecated": false, "trackAdoption": false, "lifecycle": "setup", "initialIsOpen": true }, "start": { "parentPluginId": "apm", "id": "def-public.ApmPluginStart", "type": "Type", "tags": [], "label": "ApmPluginStart", "description": [], "signature": [ "void" ], "path": "x-pack/solutions/observability/plugins/apm/public/plugin.ts", "deprecated": false, "trackAdoption": 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 ", "Plugin", "<", { "pluginId": "apm", "scope": "server", "docId": "kibApmPluginApi", "section": "def-server.APMPluginSetup", "text": "APMPluginSetup" }, ", void, ", "APMPluginSetupDependencies", ", ", "APMPluginStartDependencies", ">" ], "path": "x-pack/solutions/observability/plugins/apm/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "apm", "id": "def-server.APMPlugin.Unnamed", "type": "Function", "tags": [], "label": "Constructor", "description": [], "signature": [ "any" ], "path": "x-pack/solutions/observability/plugins/apm/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "apm", "id": "def-server.APMPlugin.Unnamed.$1", "type": "Object", "tags": [], "label": "initContext", "description": [], "signature": [ "PluginInitializerContext", "" ], "path": "x-pack/solutions/observability/plugins/apm/server/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true } ], "returnComment": [] }, { "parentPluginId": "apm", "id": "def-server.APMPlugin.setup", "type": "Function", "tags": [], "label": "setup", "description": [], "signature": [ "(core: ", "CoreSetup", "<", "APMPluginStartDependencies", ", unknown>, plugins: ", "APMPluginSetupDependencies", ") => { config$: ", "Observable", "; }>; autoCreateApmDataView: boolean; serviceMapEnabled: boolean; serviceMapFingerprintBucketSize: number; serviceMapFingerprintGlobalBucketSize: number; serviceMapMaxAllowableBytes: number; serviceMapTraceIdBucketSize: number; serviceMapTraceIdGlobalBucketSize: number; serviceMapMaxTracesPerRequest: number; serviceMapTerminateAfter: number; serviceMapMaxTraces: number; ui: Readonly<{} & { enabled: boolean; maxTraceItems: number; }>; searchAggregatedTransactions: ", "SearchAggregatedTransactionSetting", "; telemetryCollectionEnabled: boolean; metricsInterval: number; forceSyntheticSource: boolean; latestAgentVersionsUrl: string; serverless: Readonly<{} & { enabled: true; }>; serverlessOnboarding: boolean; managedServiceUrl: string; featureFlags: Readonly<{} & { agentConfigurationAvailable: boolean; configurableIndicesAvailable: boolean; infrastructureTabAvailable: boolean; infraUiAvailable: boolean; migrationToFleetAvailable: boolean; sourcemapApiAvailable: boolean; storageExplorerAvailable: boolean; profilingIntegrationAvailable: boolean; ruleFormV2Enabled: boolean; }>; }>>; }" ], "path": "x-pack/solutions/observability/plugins/apm/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "apm", "id": "def-server.APMPlugin.setup.$1", "type": "Object", "tags": [], "label": "core", "description": [], "signature": [ "CoreSetup", "<", "APMPluginStartDependencies", ", unknown>" ], "path": "x-pack/solutions/observability/plugins/apm/server/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true }, { "parentPluginId": "apm", "id": "def-server.APMPlugin.setup.$2", "type": "Object", "tags": [], "label": "plugins", "description": [], "signature": [ "APMPluginSetupDependencies" ], "path": "x-pack/solutions/observability/plugins/apm/server/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true } ], "returnComment": [] }, { "parentPluginId": "apm", "id": "def-server.APMPlugin.start", "type": "Function", "tags": [], "label": "start", "description": [], "signature": [ "(core: ", "CoreStart", ", plugins: ", "APMPluginStartDependencies", ") => void" ], "path": "x-pack/solutions/observability/plugins/apm/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "apm", "id": "def-server.APMPlugin.start.$1", "type": "Object", "tags": [], "label": "core", "description": [], "signature": [ "CoreStart" ], "path": "x-pack/solutions/observability/plugins/apm/server/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true }, { "parentPluginId": "apm", "id": "def-server.APMPlugin.start.$2", "type": "Object", "tags": [], "label": "plugins", "description": [], "signature": [ "APMPluginStartDependencies" ], "path": "x-pack/solutions/observability/plugins/apm/server/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true } ], "returnComment": [] }, { "parentPluginId": "apm", "id": "def-server.APMPlugin.stop", "type": "Function", "tags": [], "label": "stop", "description": [], "signature": [ "() => void" ], "path": "x-pack/solutions/observability/plugins/apm/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [], "returnComment": [] } ], "initialIsOpen": false } ], "functions": [], "interfaces": [], "enums": [], "misc": [ { "parentPluginId": "apm", "id": "def-server.APIEndpoint", "type": "Type", "tags": [], "label": "APIEndpoint", "description": [], "signature": [ "\"POST /internal/apm/data_view/static\" | \"GET /internal/apm/data_view/index_pattern\" | \"GET /internal/apm/environments\" | \"GET /internal/apm/services/{serviceName}/errors/groups/main_statistics\" | \"GET /internal/apm/services/{serviceName}/errors/groups/main_statistics_by_transaction_name\" | \"POST /internal/apm/services/{serviceName}/errors/groups/detailed_statistics\" | \"GET /internal/apm/services/{serviceName}/errors/{groupId}/samples\" | \"GET /internal/apm/services/{serviceName}/errors/{groupId}/error/{errorId}\" | \"GET /internal/apm/services/{serviceName}/errors/distribution\" | \"GET /internal/apm/services/{serviceName}/errors/{groupId}/top_erroneous_transactions\" | \"POST /internal/apm/latency/overall_distribution/transactions\" | \"GET /internal/apm/services/{serviceName}/metrics/charts\" | \"GET /internal/apm/services/{serviceName}/metrics/nodes\" | \"GET /internal/apm/services/{serviceName}/metrics/serverless/charts\" | \"GET /internal/apm/services/{serviceName}/metrics/serverless/summary\" | \"GET /internal/apm/services/{serviceName}/metrics/serverless/functions_overview\" | \"GET /internal/apm/services/{serviceName}/metrics/serverless/active_instances\" | \"GET /internal/apm/observability_overview\" | \"GET /internal/apm/observability_overview/has_data\" | \"GET /internal/apm/service-map\" | \"GET /internal/apm/service-map/service/{serviceName}\" | \"GET /internal/apm/service-map/dependency\" | \"GET /internal/apm/services\" | \"POST /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 2023-10-31\" | \"POST /api/apm/services/{serviceName}/annotation 2023-10-31\" | \"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}/anomaly_charts\" | \"GET /internal/apm/services/{serviceName}/alerts_count\" | \"GET /internal/apm/entities/services/{serviceName}/logs_rate_timeseries\" | \"GET /internal/apm/entities/services/{serviceName}/logs_error_rate_timeseries\" | \"GET /internal/apm/entities/services/{serviceName}/summary\" | \"GET /internal/apm/service-groups\" | \"GET /internal/apm/service-group\" | \"POST /internal/apm/service-group\" | \"DELETE /internal/apm/service-group\" | \"GET /internal/apm/service-group/services\" | \"GET /internal/apm/service-group/counts\" | \"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/traces/find\" | \"POST /internal/apm/traces/aggregated_critical_path\" | \"GET /internal/apm/traces/{traceId}/transactions/{transactionId}\" | \"GET /internal/apm/traces/{traceId}/spans/{spanId}\" | \"GET /internal/apm/transactions\" | \"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/services/{serviceName}/transactions/charts/coldstart_rate\" | \"GET /internal/apm/services/{serviceName}/transactions/charts/coldstart_rate_by_transaction_name\" | \"GET /internal/apm/rule_types/transaction_error_rate/chart_preview\" | \"GET /internal/apm/rule_types/error_count/chart_preview\" | \"GET /internal/apm/rule_types/transaction_duration/chart_preview\" | \"GET /api/apm/settings/agent-configuration 2023-10-31\" | \"GET /api/apm/settings/agent-configuration/view 2023-10-31\" | \"DELETE /api/apm/settings/agent-configuration 2023-10-31\" | \"PUT /api/apm/settings/agent-configuration 2023-10-31\" | \"POST /api/apm/settings/agent-configuration/search 2023-10-31\" | \"GET /api/apm/settings/agent-configuration/environments 2023-10-31\" | \"GET /api/apm/settings/agent-configuration/agent_name 2023-10-31\" | \"GET /internal/apm/settings/anomaly-detection/jobs\" | \"POST /internal/apm/settings/anomaly-detection/jobs\" | \"GET /internal/apm/settings/anomaly-detection/environments\" | \"POST /internal/apm/settings/anomaly-detection/update_to_v3\" | \"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 2023-10-31\" | \"POST /api/apm/sourcemaps 2023-10-31\" | \"DELETE /api/apm/sourcemaps/{id} 2023-10-31\" | \"POST /internal/apm/sourcemaps/migrate_fleet_artifacts\" | \"GET /internal/apm/fleet/has_apm_policies\" | \"GET /internal/apm/fleet/agents\" | \"POST /api/apm/fleet/apm_server_schema 2023-10-31\" | \"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/fleet/java_agent_versions\" | \"GET /internal/apm/dependencies/top_dependencies\" | \"GET /internal/apm/dependencies/upstream_services\" | \"GET /internal/apm/dependencies/metadata\" | \"GET /internal/apm/dependencies/charts/latency\" | \"GET /internal/apm/dependencies/charts/throughput\" | \"GET /internal/apm/dependencies/charts/error_rate\" | \"GET /internal/apm/dependencies/operations\" | \"GET /internal/apm/dependencies/charts/distribution\" | \"GET /internal/apm/dependencies/operations/spans\" | \"GET /internal/apm/correlations/field_candidates/transactions\" | \"GET /internal/apm/correlations/field_value_stats/transactions\" | \"POST /internal/apm/correlations/field_value_pairs/transactions\" | \"POST /internal/apm/correlations/significant_correlations/transactions\" | \"POST /internal/apm/correlations/p_values/transactions\" | \"GET /internal/apm/fallback_to_transactions\" | \"GET /internal/apm/has_data\" | \"GET /internal/apm/has_entities\" | \"GET /internal/apm/event_metadata/{processorEvent}/{id}\" | \"GET /internal/apm/agent_keys\" | \"GET /internal/apm/agent_keys/privileges\" | \"POST /internal/apm/api_key/invalidate\" | \"POST /api/apm/agent_keys 2023-10-31\" | \"GET /internal/apm/storage_explorer\" | \"GET /internal/apm/services/{serviceName}/storage_details\" | \"GET /internal/apm/storage_chart\" | \"GET /internal/apm/storage_explorer/privileges\" | \"GET /internal/apm/storage_explorer_summary_stats\" | \"GET /internal/apm/storage_explorer/is_cross_cluster_search\" | \"GET /internal/apm/storage_explorer/get_services\" | \"GET /internal/apm/traces/{traceId}/span_links/{spanId}/parents\" | \"GET /internal/apm/traces/{traceId}/span_links/{spanId}/children\" | \"GET /internal/apm/services/{serviceName}/infrastructure_attributes\" | \"GET /internal/apm/debug-telemetry\" | \"GET /internal/apm/time_range_metadata\" | \"GET /internal/apm/settings/labs\" | \"GET /internal/apm/get_agents_per_service\" | \"GET /internal/apm/get_latest_agent_versions\" | \"GET /internal/apm/services/{serviceName}/agent_instances\" | \"GET /internal/apm/mobile-services/{serviceName}/error/http_error_rate\" | \"GET /internal/apm/mobile-services/{serviceName}/errors/groups/main_statistics\" | \"POST /internal/apm/mobile-services/{serviceName}/errors/groups/detailed_statistics\" | \"GET /internal/apm/mobile-services/{serviceName}/error_terms\" | \"POST /internal/apm/mobile-services/{serviceName}/crashes/groups/detailed_statistics\" | \"GET /internal/apm/mobile-services/{serviceName}/crashes/groups/main_statistics\" | \"GET /internal/apm/mobile-services/{serviceName}/crashes/distribution\" | \"GET /internal/apm/services/{serviceName}/mobile/filters\" | \"GET /internal/apm/mobile-services/{serviceName}/most_used_charts\" | \"GET /internal/apm/mobile-services/{serviceName}/transactions/charts/sessions\" | \"GET /internal/apm/mobile-services/{serviceName}/transactions/charts/http_requests\" | \"GET /internal/apm/mobile-services/{serviceName}/stats\" | \"GET /internal/apm/mobile-services/{serviceName}/location/stats\" | \"GET /internal/apm/mobile-services/{serviceName}/terms\" | \"GET /internal/apm/mobile-services/{serviceName}/main_statistics\" | \"GET /internal/apm/mobile-services/{serviceName}/detailed_statistics\" | \"GET /internal/apm/diagnostics\" | \"POST /internal/apm/assistant/get_apm_timeseries\" | \"GET /internal/apm/assistant/get_downstream_dependencies\" | \"GET /internal/apm/services/{serviceName}/profiling/flamegraph\" | \"GET /internal/apm/profiling/status\" | \"GET /internal/apm/services/{serviceName}/profiling/functions\" | \"GET /internal/apm/services/{serviceName}/profiling/hosts/flamegraph\" | \"GET /internal/apm/services/{serviceName}/profiling/hosts/functions\" | \"POST /internal/apm/custom-dashboard\" | \"DELETE /internal/apm/custom-dashboard\" | \"GET /internal/apm/services/{serviceName}/dashboards\"" ], "path": "x-pack/solutions/observability/plugins/apm/server/routes/apm_routes/get_global_apm_server_route_repository.ts", "deprecated": false, "trackAdoption": 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/solutions/observability/plugins/apm/common/rules/apm_rule_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false }, { "parentPluginId": "apm", "id": "def-server.APMConfig", "type": "Type", "tags": [], "label": "APMConfig", "description": [], "signature": [ "{ readonly enabled: boolean; readonly agent: Readonly<{} & { migrations: Readonly<{} & { enabled: boolean; }>; }>; readonly autoCreateApmDataView: boolean; readonly serviceMapEnabled: boolean; readonly serviceMapFingerprintBucketSize: number; readonly serviceMapFingerprintGlobalBucketSize: number; readonly serviceMapMaxAllowableBytes: number; readonly serviceMapTraceIdBucketSize: number; readonly serviceMapTraceIdGlobalBucketSize: number; readonly serviceMapMaxTracesPerRequest: number; readonly serviceMapTerminateAfter: number; readonly serviceMapMaxTraces: number; readonly ui: Readonly<{} & { enabled: boolean; maxTraceItems: number; }>; readonly searchAggregatedTransactions: ", "SearchAggregatedTransactionSetting", "; readonly telemetryCollectionEnabled: boolean; readonly metricsInterval: number; readonly forceSyntheticSource: boolean; readonly latestAgentVersionsUrl: string; readonly serverless: Readonly<{} & { enabled: true; }>; readonly serverlessOnboarding: boolean; readonly managedServiceUrl: string; readonly featureFlags: Readonly<{} & { agentConfigurationAvailable: boolean; configurableIndicesAvailable: boolean; infrastructureTabAvailable: boolean; infraUiAvailable: boolean; migrationToFleetAvailable: boolean; sourcemapApiAvailable: boolean; storageExplorerAvailable: boolean; profilingIntegrationAvailable: boolean; ruleFormV2Enabled: boolean; }>; }" ], "path": "x-pack/solutions/observability/plugins/apm/server/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false }, { "parentPluginId": "apm", "id": "def-server.APMServerRouteRepository", "type": "Type", "tags": [], "label": "APMServerRouteRepository", "description": [], "signature": [ "{ \"GET /internal/apm/services/{serviceName}/dashboards\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/services/{serviceName}/dashboards\", ", "TypeC", "<{ path: ", "TypeC", "<{ serviceName: ", "StringC", "; }>; query: ", "IntersectionC", "<[", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>, ", "PartialC", "<{ checkFor: ", "UnionC", "<[", "LiteralC", "<\"entities\">, ", "LiteralC", "<\"services\">]>; }>]>; }>, ", "APMRouteHandlerResources", ", { serviceDashboards: ", "SavedApmCustomDashboard", "[]; }, ", "APMRouteCreateOptions", ">; \"DELETE /internal/apm/custom-dashboard\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"DELETE /internal/apm/custom-dashboard\", ", "TypeC", "<{ query: ", "TypeC", "<{ customDashboardId: ", "StringC", "; }>; }>, ", "APMRouteHandlerResources", ", void, ", "APMRouteCreateOptions", ">; \"POST /internal/apm/custom-dashboard\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"POST /internal/apm/custom-dashboard\", ", "TypeC", "<{ query: ", "UnionC", "<[", "PartialC", "<{ customDashboardId: ", "StringC", "; }>, ", "UndefinedC", "]>; body: ", "TypeC", "<{ dashboardSavedObjectId: ", "StringC", "; kuery: ", "UnionC", "<[", "StringC", ", ", "UndefinedC", "]>; serviceNameFilterEnabled: ", "BooleanC", "; serviceEnvironmentFilterEnabled: ", "BooleanC", "; }>; }>, ", "APMRouteHandlerResources", ", ", "SavedApmCustomDashboard", ", ", "APMRouteCreateOptions", ">; \"GET /internal/apm/services/{serviceName}/profiling/hosts/functions\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/services/{serviceName}/profiling/hosts/functions\", ", "TypeC", "<{ path: ", "TypeC", "<{ serviceName: ", "StringC", "; }>; query: ", "IntersectionC", "<[", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>, ", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", { "pluginId": "@kbn/io-ts-utils", "scope": "common", "docId": "kibKbnIoTsUtilsPluginApi", "section": "def-common.NonEmptyStringBrand", "text": "NonEmptyStringBrand" }, ">]>; }>, ", "TypeC", "<{ documentType: ", "UnionC", "<[", "LiteralC", "<", { "pluginId": "apmDataAccess", "scope": "common", "docId": "kibApmDataAccessPluginApi", "section": "def-common.ApmDocumentType", "text": "ApmDocumentType" }, ".ServiceTransactionMetric>, ", "LiteralC", "<", { "pluginId": "apmDataAccess", "scope": "common", "docId": "kibApmDataAccessPluginApi", "section": "def-common.ApmDocumentType", "text": "ApmDocumentType" }, ".TransactionMetric>, ", "LiteralC", "<", { "pluginId": "apmDataAccess", "scope": "common", "docId": "kibApmDataAccessPluginApi", "section": "def-common.ApmDocumentType", "text": "ApmDocumentType" }, ".TransactionEvent>]>; rollupInterval: ", "UnionC", "<[", "LiteralC", "<", { "pluginId": "apmDataAccess", "scope": "common", "docId": "kibApmDataAccessPluginApi", "section": "def-common.RollupInterval", "text": "RollupInterval" }, ".OneMinute>, ", "LiteralC", "<", { "pluginId": "apmDataAccess", "scope": "common", "docId": "kibApmDataAccessPluginApi", "section": "def-common.RollupInterval", "text": "RollupInterval" }, ".TenMinutes>, ", "LiteralC", "<", { "pluginId": "apmDataAccess", "scope": "common", "docId": "kibApmDataAccessPluginApi", "section": "def-common.RollupInterval", "text": "RollupInterval" }, ".SixtyMinutes>, ", "LiteralC", "<", { "pluginId": "apmDataAccess", "scope": "common", "docId": "kibApmDataAccessPluginApi", "section": "def-common.RollupInterval", "text": "RollupInterval" }, ".None>]>; }>, ", "TypeC", "<{ startIndex: ", "Type", "; endIndex: ", "Type", "; }>, ", "TypeC", "<{ kuery: ", "StringC", "; }>]>; }>, ", "APMRouteHandlerResources", ", { functions: ", { "pluginId": "@kbn/profiling-utils", "scope": "common", "docId": "kibKbnProfilingUtilsPluginApi", "section": "def-common.TopNFunctions", "text": "TopNFunctions" }, "; hostNames: string[]; containerIds: string[]; } | undefined, ", "APMRouteCreateOptions", ">; \"GET /internal/apm/services/{serviceName}/profiling/hosts/flamegraph\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/services/{serviceName}/profiling/hosts/flamegraph\", ", "TypeC", "<{ path: ", "TypeC", "<{ serviceName: ", "StringC", "; }>; query: ", "IntersectionC", "<[", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>, ", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", { "pluginId": "@kbn/io-ts-utils", "scope": "common", "docId": "kibKbnIoTsUtilsPluginApi", "section": "def-common.NonEmptyStringBrand", "text": "NonEmptyStringBrand" }, ">]>; }>, ", "TypeC", "<{ documentType: ", "UnionC", "<[", "LiteralC", "<", { "pluginId": "apmDataAccess", "scope": "common", "docId": "kibApmDataAccessPluginApi", "section": "def-common.ApmDocumentType", "text": "ApmDocumentType" }, ".ServiceTransactionMetric>, ", "LiteralC", "<", { "pluginId": "apmDataAccess", "scope": "common", "docId": "kibApmDataAccessPluginApi", "section": "def-common.ApmDocumentType", "text": "ApmDocumentType" }, ".TransactionMetric>, ", "LiteralC", "<", { "pluginId": "apmDataAccess", "scope": "common", "docId": "kibApmDataAccessPluginApi", "section": "def-common.ApmDocumentType", "text": "ApmDocumentType" }, ".TransactionEvent>]>; rollupInterval: ", "UnionC", "<[", "LiteralC", "<", { "pluginId": "apmDataAccess", "scope": "common", "docId": "kibApmDataAccessPluginApi", "section": "def-common.RollupInterval", "text": "RollupInterval" }, ".OneMinute>, ", "LiteralC", "<", { "pluginId": "apmDataAccess", "scope": "common", "docId": "kibApmDataAccessPluginApi", "section": "def-common.RollupInterval", "text": "RollupInterval" }, ".TenMinutes>, ", "LiteralC", "<", { "pluginId": "apmDataAccess", "scope": "common", "docId": "kibApmDataAccessPluginApi", "section": "def-common.RollupInterval", "text": "RollupInterval" }, ".SixtyMinutes>, ", "LiteralC", "<", { "pluginId": "apmDataAccess", "scope": "common", "docId": "kibApmDataAccessPluginApi", "section": "def-common.RollupInterval", "text": "RollupInterval" }, ".None>]>; }>, ", "TypeC", "<{ kuery: ", "StringC", "; }>]>; }>, ", "APMRouteHandlerResources", ", { flamegraph: ", { "pluginId": "@kbn/profiling-utils", "scope": "common", "docId": "kibKbnProfilingUtilsPluginApi", "section": "def-common.BaseFlameGraph", "text": "BaseFlameGraph" }, "; hostNames: string[]; containerIds: string[]; } | undefined, ", "APMRouteCreateOptions", ">; \"GET /internal/apm/services/{serviceName}/profiling/functions\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/services/{serviceName}/profiling/functions\", ", "TypeC", "<{ path: ", "TypeC", "<{ serviceName: ", "StringC", "; }>; query: ", "IntersectionC", "<[", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", { "pluginId": "@kbn/io-ts-utils", "scope": "common", "docId": "kibKbnIoTsUtilsPluginApi", "section": "def-common.NonEmptyStringBrand", "text": "NonEmptyStringBrand" }, ">]>; }>, ", "PartialC", "<{ transactionName: ", "StringC", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; startIndex: ", "Type", "; endIndex: ", "Type", "; transactionType: ", "StringC", "; }>, ", "TypeC", "<{ kuery: ", "StringC", "; }>]>; }>, ", "APMRouteHandlerResources", ", ", { "pluginId": "@kbn/profiling-utils", "scope": "common", "docId": "kibKbnProfilingUtilsPluginApi", "section": "def-common.TopNFunctions", "text": "TopNFunctions" }, " | undefined, ", "APMRouteCreateOptions", ">; \"GET /internal/apm/profiling/status\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/profiling/status\", undefined, ", "APMRouteHandlerResources", ", { initialized: boolean; }, ", "APMRouteCreateOptions", ">; \"GET /internal/apm/services/{serviceName}/profiling/flamegraph\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/services/{serviceName}/profiling/flamegraph\", ", "TypeC", "<{ path: ", "TypeC", "<{ serviceName: ", "StringC", "; }>; query: ", "IntersectionC", "<[", "TypeC", "<{ kuery: ", "StringC", "; }>, ", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", { "pluginId": "@kbn/io-ts-utils", "scope": "common", "docId": "kibKbnIoTsUtilsPluginApi", "section": "def-common.NonEmptyStringBrand", "text": "NonEmptyStringBrand" }, ">]>; }>, ", "PartialC", "<{ transactionName: ", "StringC", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; transactionType: ", "StringC", "; }>]>; }>, ", "APMRouteHandlerResources", ", ", { "pluginId": "@kbn/profiling-utils", "scope": "common", "docId": "kibKbnProfilingUtilsPluginApi", "section": "def-common.BaseFlameGraph", "text": "BaseFlameGraph" }, " | undefined, ", "APMRouteCreateOptions", ">; \"GET /internal/apm/assistant/get_downstream_dependencies\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/assistant/get_downstream_dependencies\", ", "TypeC", "<{ query: ", "IntersectionC", "<[", "TypeC", "<{ serviceName: ", "StringC", "; start: ", "StringC", "; end: ", "StringC", "; }>, ", "PartialC", "<{ serviceEnvironment: ", "StringC", "; }>]>; }>, ", "APMRouteHandlerResources", ", { content: ", "APMDownstreamDependency", "[]; }, ", "APMRouteCreateOptions", ">; \"POST /internal/apm/assistant/get_apm_timeseries\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"POST /internal/apm/assistant/get_apm_timeseries\", ", "TypeC", "<{ body: ", "TypeC", "<{ stats: ", "ArrayC", "<", "IntersectionC", "<[", "TypeC", "<{ 'service.name': ", "StringC", "; title: ", "StringC", "; timeseries: ", "UnionC", "<[", "IntersectionC", "<[", "TypeC", "<{ name: ", "UnionC", "<[", "LiteralC", "<", "ApmTimeseriesType", ".transactionThroughput>, ", "LiteralC", "<", "ApmTimeseriesType", ".transactionFailureRate>]>; }>, ", "PartialC", "<{ 'transaction.type': ", "StringC", "; 'transaction.name': ", "StringC", "; }>]>, ", "IntersectionC", "<[", "TypeC", "<{ name: ", "UnionC", "<[", "LiteralC", "<", "ApmTimeseriesType", ".exitSpanThroughput>, ", "LiteralC", "<", "ApmTimeseriesType", ".exitSpanFailureRate>, ", "LiteralC", "<", "ApmTimeseriesType", ".exitSpanLatency>]>; }>, ", "PartialC", "<{ 'span.destination.service.resource': ", "StringC", "; }>]>, ", "IntersectionC", "<[", "TypeC", "<{ name: ", "LiteralC", "<", "ApmTimeseriesType", ".transactionLatency>; function: ", "UnionC", "<[", "LiteralC", "<", "LatencyAggregationType", ".avg>, ", "LiteralC", "<", "LatencyAggregationType", ".p95>, ", "LiteralC", "<", "LatencyAggregationType", ".p99>]>; }>, ", "PartialC", "<{ 'transaction.type': ", "StringC", "; 'transaction.name': ", "StringC", "; }>]>, ", "TypeC", "<{ name: ", "LiteralC", "<", "ApmTimeseriesType", ".errorEventRate>; }>]>; }>, ", "PartialC", "<{ filter: ", "StringC", "; offset: ", "StringC", "; 'service.environment': ", "StringC", "; }>]>>; start: ", "StringC", "; end: ", "StringC", "; }>; }>, ", "APMRouteHandlerResources", ", { content: Omit<", "ApmTimeseries", ", \"data\">[]; data: ", "ApmTimeseries", "[]; }, ", "APMRouteCreateOptions", ">; \"GET /internal/apm/diagnostics\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/diagnostics\", ", "PartialC", "<{ query: ", "PartialC", "<{ kuery: ", "StringC", "; start: ", "Type", "; end: ", "Type", "; }>; }>, ", "APMRouteHandlerResources", ", { esResponses: { existingIndexTemplates: ", "IndicesGetIndexTemplateIndexTemplateItem", "[]; fieldCaps?: ", "FieldCapsResponse", " | undefined; indices?: ", "IndicesGetResponse", " | undefined; ingestPipelines?: ", "IngestGetPipelineResponse", " | undefined; }; diagnosticsPrivileges: { index: Record; cluster: Record; hasAllClusterPrivileges: boolean; hasAllIndexPrivileges: boolean; hasAllPrivileges: boolean; }; apmIndices: Readonly<{} & { error: string; transaction: string; span: string; metric: string; onboarding: string; sourcemap: string; }>; apmIndexTemplates: { name: string; isNonStandard: boolean; exists: boolean; }[]; fleetPackageInfo: { isInstalled: boolean; version?: string | undefined; }; kibanaVersion: string; elasticsearchVersion: string; apmEvents: ", "ApmEvent", "[]; invalidIndices?: ", "IndiciesItem", "[] | undefined; validIndices?: ", "IndiciesItem", "[] | undefined; dataStreams: ", "IndicesDataStream", "[]; nonDataStreamIndices: string[]; indexTemplatesByIndexPattern: { indexPattern: string; indexTemplates: { priority: number | undefined; isNonStandard: boolean; templateIndexPatterns: string[]; templateName: string; }[]; }[]; params: { start: number; end: number; kuery?: string | undefined; }; }, ", "APMRouteCreateOptions", ">; \"GET /internal/apm/mobile-services/{serviceName}/detailed_statistics\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/mobile-services/{serviceName}/detailed_statistics\", ", "TypeC", "<{ path: ", "TypeC", "<{ serviceName: ", "StringC", "; }>; query: ", "IntersectionC", "<[", "TypeC", "<{ kuery: ", "StringC", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>, ", "PartialC", "<{ offset: ", "StringC", "; }>, ", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", { "pluginId": "@kbn/io-ts-utils", "scope": "common", "docId": "kibKbnIoTsUtilsPluginApi", "section": "def-common.NonEmptyStringBrand", "text": "NonEmptyStringBrand" }, ">]>; }>, ", "TypeC", "<{ field: ", "StringC", "; fieldValues: ", "Type", "; }>]>; }>, ", "APMRouteHandlerResources", ", ", "MobileDetailedStatisticsResponse", ", ", "APMRouteCreateOptions", ">; \"GET /internal/apm/mobile-services/{serviceName}/main_statistics\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/mobile-services/{serviceName}/main_statistics\", ", "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", ", ", { "pluginId": "@kbn/io-ts-utils", "scope": "common", "docId": "kibKbnIoTsUtilsPluginApi", "section": "def-common.NonEmptyStringBrand", "text": "NonEmptyStringBrand" }, ">]>; }>, ", "TypeC", "<{ field: ", "StringC", "; }>]>; }>, ", "APMRouteHandlerResources", ", ", "MobileMainStatisticsResponse", ", ", "APMRouteCreateOptions", ">; \"GET /internal/apm/mobile-services/{serviceName}/terms\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/mobile-services/{serviceName}/terms\", ", "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", ", ", { "pluginId": "@kbn/io-ts-utils", "scope": "common", "docId": "kibKbnIoTsUtilsPluginApi", "section": "def-common.NonEmptyStringBrand", "text": "NonEmptyStringBrand" }, ">]>; }>, ", "TypeC", "<{ size: ", "Type", "; fieldName: ", "StringC", "; }>]>; }>, ", "APMRouteHandlerResources", ", { terms: ", "MobileTermsByFieldResponse", "; }, ", "APMRouteCreateOptions", ">; \"GET /internal/apm/mobile-services/{serviceName}/location/stats\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/mobile-services/{serviceName}/location/stats\", ", "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", ", ", { "pluginId": "@kbn/io-ts-utils", "scope": "common", "docId": "kibKbnIoTsUtilsPluginApi", "section": "def-common.NonEmptyStringBrand", "text": "NonEmptyStringBrand" }, ">]>; }>, ", "PartialC", "<{ offset: ", "StringC", "; }>, ", "PartialC", "<{ locationField: ", "StringC", "; }>]>; }>, ", "APMRouteHandlerResources", ", ", "MobileLocationStats", ", ", "APMRouteCreateOptions", ">; \"GET /internal/apm/mobile-services/{serviceName}/stats\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/mobile-services/{serviceName}/stats\", ", "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", ", ", { "pluginId": "@kbn/io-ts-utils", "scope": "common", "docId": "kibKbnIoTsUtilsPluginApi", "section": "def-common.NonEmptyStringBrand", "text": "NonEmptyStringBrand" }, ">]>; }>, ", "PartialC", "<{ offset: ", "StringC", "; }>, ", "PartialC", "<{ transactionType: ", "StringC", "; }>]>; }>, ", "APMRouteHandlerResources", ", ", "MobilePeriodStats", ", ", "APMRouteCreateOptions", ">; \"GET /internal/apm/mobile-services/{serviceName}/transactions/charts/http_requests\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/mobile-services/{serviceName}/transactions/charts/http_requests\", ", "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", ", ", { "pluginId": "@kbn/io-ts-utils", "scope": "common", "docId": "kibKbnIoTsUtilsPluginApi", "section": "def-common.NonEmptyStringBrand", "text": "NonEmptyStringBrand" }, ">]>; }>, ", "PartialC", "<{ offset: ", "StringC", "; }>, ", "PartialC", "<{ transactionType: ", "StringC", "; transactionName: ", "StringC", "; }>]>; }>, ", "APMRouteHandlerResources", ", ", "HttpRequestsTimeseries", ", ", "APMRouteCreateOptions", ">; \"GET /internal/apm/mobile-services/{serviceName}/transactions/charts/sessions\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/mobile-services/{serviceName}/transactions/charts/sessions\", ", "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", ", ", { "pluginId": "@kbn/io-ts-utils", "scope": "common", "docId": "kibKbnIoTsUtilsPluginApi", "section": "def-common.NonEmptyStringBrand", "text": "NonEmptyStringBrand" }, ">]>; }>, ", "PartialC", "<{ offset: ", "StringC", "; }>, ", "PartialC", "<{ transactionType: ", "StringC", "; transactionName: ", "StringC", "; }>]>; }>, ", "APMRouteHandlerResources", ", ", "SessionsTimeseries", ", ", "APMRouteCreateOptions", ">; \"GET /internal/apm/mobile-services/{serviceName}/most_used_charts\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/mobile-services/{serviceName}/most_used_charts\", ", "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", ", ", { "pluginId": "@kbn/io-ts-utils", "scope": "common", "docId": "kibKbnIoTsUtilsPluginApi", "section": "def-common.NonEmptyStringBrand", "text": "NonEmptyStringBrand" }, ">]>; }>, ", "PartialC", "<{ transactionType: ", "StringC", "; }>]>; }>, ", "APMRouteHandlerResources", ", { mostUsedCharts: { key: ", "MobilePropertyType", "; options: { key: string | number; docCount: number; }[]; }[]; }, ", "APMRouteCreateOptions", ">; \"GET /internal/apm/services/{serviceName}/mobile/filters\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/services/{serviceName}/mobile/filters\", ", "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", ", ", { "pluginId": "@kbn/io-ts-utils", "scope": "common", "docId": "kibKbnIoTsUtilsPluginApi", "section": "def-common.NonEmptyStringBrand", "text": "NonEmptyStringBrand" }, ">]>; }>, ", "PartialC", "<{ transactionType: ", "StringC", "; }>]>; }>, ", "APMRouteHandlerResources", ", { mobileFilters: ", "MobileFiltersResponse", "; }, ", "APMRouteCreateOptions", ">; \"GET /internal/apm/mobile-services/{serviceName}/crashes/distribution\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/mobile-services/{serviceName}/crashes/distribution\", ", "TypeC", "<{ path: ", "TypeC", "<{ serviceName: ", "StringC", "; }>; query: ", "IntersectionC", "<[", "PartialC", "<{ groupId: ", "StringC", "; }>, ", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", { "pluginId": "@kbn/io-ts-utils", "scope": "common", "docId": "kibKbnIoTsUtilsPluginApi", "section": "def-common.NonEmptyStringBrand", "text": "NonEmptyStringBrand" }, ">]>; }>, ", "TypeC", "<{ kuery: ", "StringC", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>, ", "PartialC", "<{ offset: ", "StringC", "; }>]>; }>, ", "APMRouteHandlerResources", ", ", "CrashDistributionResponse", ", ", "APMRouteCreateOptions", ">; \"GET /internal/apm/mobile-services/{serviceName}/crashes/groups/main_statistics\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/mobile-services/{serviceName}/crashes/groups/main_statistics\", ", "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", ", ", { "pluginId": "@kbn/io-ts-utils", "scope": "common", "docId": "kibKbnIoTsUtilsPluginApi", "section": "def-common.NonEmptyStringBrand", "text": "NonEmptyStringBrand" }, ">]>; }>, ", "TypeC", "<{ kuery: ", "StringC", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>]>; }>, ", "APMRouteHandlerResources", ", { errorGroups: ", "MobileCrashGroupMainStatisticsResponse", "; }, ", "APMRouteCreateOptions", ">; \"POST /internal/apm/mobile-services/{serviceName}/crashes/groups/detailed_statistics\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"POST /internal/apm/mobile-services/{serviceName}/crashes/groups/detailed_statistics\", ", "TypeC", "<{ path: ", "TypeC", "<{ serviceName: ", "StringC", "; }>; query: ", "IntersectionC", "<[", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", { "pluginId": "@kbn/io-ts-utils", "scope": "common", "docId": "kibKbnIoTsUtilsPluginApi", "section": "def-common.NonEmptyStringBrand", "text": "NonEmptyStringBrand" }, ">]>; }>, ", "TypeC", "<{ kuery: ", "StringC", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>, ", "PartialC", "<{ offset: ", "StringC", "; }>, ", "TypeC", "<{ numBuckets: ", "Type", "; }>]>; body: ", "TypeC", "<{ groupIds: ", "Type", "; }>; }>, ", "APMRouteHandlerResources", ", ", "MobileCrashesGroupPeriodsResponse", ", ", "APMRouteCreateOptions", ">; \"GET /internal/apm/mobile-services/{serviceName}/error_terms\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/mobile-services/{serviceName}/error_terms\", ", "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", ", ", { "pluginId": "@kbn/io-ts-utils", "scope": "common", "docId": "kibKbnIoTsUtilsPluginApi", "section": "def-common.NonEmptyStringBrand", "text": "NonEmptyStringBrand" }, ">]>; }>, ", "TypeC", "<{ size: ", "Type", "; fieldName: ", "StringC", "; }>]>; }>, ", "APMRouteHandlerResources", ", { terms: ", "MobileErrorTermsByFieldResponse", "; }, ", "APMRouteCreateOptions", ">; \"POST /internal/apm/mobile-services/{serviceName}/errors/groups/detailed_statistics\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"POST /internal/apm/mobile-services/{serviceName}/errors/groups/detailed_statistics\", ", "TypeC", "<{ path: ", "TypeC", "<{ serviceName: ", "StringC", "; }>; query: ", "IntersectionC", "<[", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", { "pluginId": "@kbn/io-ts-utils", "scope": "common", "docId": "kibKbnIoTsUtilsPluginApi", "section": "def-common.NonEmptyStringBrand", "text": "NonEmptyStringBrand" }, ">]>; }>, ", "TypeC", "<{ kuery: ", "StringC", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>, ", "PartialC", "<{ offset: ", "StringC", "; }>, ", "TypeC", "<{ numBuckets: ", "Type", "; }>]>; body: ", "TypeC", "<{ groupIds: ", "Type", "; }>; }>, ", "APMRouteHandlerResources", ", ", "MobileErrorGroupPeriodsResponse", ", ", "APMRouteCreateOptions", ">; \"GET /internal/apm/mobile-services/{serviceName}/errors/groups/main_statistics\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/mobile-services/{serviceName}/errors/groups/main_statistics\", ", "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", ", ", { "pluginId": "@kbn/io-ts-utils", "scope": "common", "docId": "kibKbnIoTsUtilsPluginApi", "section": "def-common.NonEmptyStringBrand", "text": "NonEmptyStringBrand" }, ">]>; }>, ", "TypeC", "<{ kuery: ", "StringC", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>]>; }>, ", "APMRouteHandlerResources", ", { errorGroups: ", "MobileErrorGroupMainStatisticsResponse", "; }, ", "APMRouteCreateOptions", ">; \"GET /internal/apm/mobile-services/{serviceName}/error/http_error_rate\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/mobile-services/{serviceName}/error/http_error_rate\", ", "TypeC", "<{ path: ", "TypeC", "<{ serviceName: ", "StringC", "; }>; query: ", "IntersectionC", "<[", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", { "pluginId": "@kbn/io-ts-utils", "scope": "common", "docId": "kibKbnIoTsUtilsPluginApi", "section": "def-common.NonEmptyStringBrand", "text": "NonEmptyStringBrand" }, ">]>; }>, ", "TypeC", "<{ kuery: ", "StringC", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>, ", "PartialC", "<{ offset: ", "StringC", "; }>]>; }>, ", "APMRouteHandlerResources", ", ", "MobileHttpErrorsTimeseries", ", ", "APMRouteCreateOptions", ">; \"GET /internal/apm/services/{serviceName}/agent_instances\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/services/{serviceName}/agent_instances\", ", "TypeC", "<{ path: ", "TypeC", "<{ serviceName: ", "StringC", "; }>; query: ", "IntersectionC", "<[", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", { "pluginId": "@kbn/io-ts-utils", "scope": "common", "docId": "kibKbnIoTsUtilsPluginApi", "section": "def-common.NonEmptyStringBrand", "text": "NonEmptyStringBrand" }, ">]>; }>, ", "TypeC", "<{ kuery: ", "StringC", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>, ", "TypeC", "<{ probability: ", "Type", "; }>]>; }>, ", "APMRouteHandlerResources", ", { items: ", "AgentExplorerAgentInstancesResponse", "; }, ", "APMRouteCreateOptions", ">; \"GET /internal/apm/get_latest_agent_versions\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/get_latest_agent_versions\", undefined, ", "APMRouteHandlerResources", ", ", "AgentLatestVersionsResponse", ", ", "APMRouteCreateOptions", ">; \"GET /internal/apm/get_agents_per_service\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/get_agents_per_service\", ", "TypeC", "<{ query: ", "IntersectionC", "<[", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", { "pluginId": "@kbn/io-ts-utils", "scope": "common", "docId": "kibKbnIoTsUtilsPluginApi", "section": "def-common.NonEmptyStringBrand", "text": "NonEmptyStringBrand" }, ">]>; }>, ", "TypeC", "<{ kuery: ", "StringC", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>, ", "TypeC", "<{ probability: ", "Type", "; }>, ", "PartialC", "<{ serviceName: ", "StringC", "; agentLanguage: ", "StringC", "; }>]>; }>, ", "APMRouteHandlerResources", ", ", "AgentExplorerAgentsResponse", ", ", "APMRouteCreateOptions", ">; \"GET /internal/apm/settings/labs\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/settings/labs\", undefined, ", "APMRouteHandlerResources", ", { labsItems: string[]; }, ", "APMRouteCreateOptions", ">; \"GET /internal/apm/time_range_metadata\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/time_range_metadata\", ", "TypeC", "<{ query: ", "IntersectionC", "<[", "TypeC", "<{ useSpanName: ", "Type", "; enableServiceTransactionMetrics: ", "Type", "; enableContinuousRollups: ", "Type", "; }>, ", "TypeC", "<{ kuery: ", "StringC", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>]>; }>, ", "APMRouteHandlerResources", ", ", { "pluginId": "apmDataAccess", "scope": "common", "docId": "kibApmDataAccessPluginApi", "section": "def-common.TimeRangeMetadata", "text": "TimeRangeMetadata" }, ", ", "APMRouteCreateOptions", ">; \"GET /internal/apm/debug-telemetry\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/debug-telemetry\", undefined, ", "APMRouteHandlerResources", ", ", "_DeepPartialObject", "<", "APMUsage", ">, ", "APMRouteCreateOptions", ">; \"GET /internal/apm/services/{serviceName}/infrastructure_attributes\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/services/{serviceName}/infrastructure_attributes\", ", "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", ", ", { "pluginId": "@kbn/io-ts-utils", "scope": "common", "docId": "kibKbnIoTsUtilsPluginApi", "section": "def-common.NonEmptyStringBrand", "text": "NonEmptyStringBrand" }, ">]>; }>]>; }>, ", "APMRouteHandlerResources", ", { containerIds: string[]; hostNames: string[]; podNames: string[]; }, ", "APMRouteCreateOptions", ">; \"GET /internal/apm/traces/{traceId}/span_links/{spanId}/children\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/traces/{traceId}/span_links/{spanId}/children\", ", "TypeC", "<{ path: ", "TypeC", "<{ traceId: ", "StringC", "; spanId: ", "StringC", "; }>; query: ", "IntersectionC", "<[", "TypeC", "<{ kuery: ", "StringC", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>]>; }>, ", "APMRouteHandlerResources", ", { spanLinksDetails: ", "SpanLinkDetails", "[]; }, ", "APMRouteCreateOptions", ">; \"GET /internal/apm/traces/{traceId}/span_links/{spanId}/parents\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/traces/{traceId}/span_links/{spanId}/parents\", ", "TypeC", "<{ path: ", "TypeC", "<{ traceId: ", "StringC", "; spanId: ", "StringC", "; }>; query: ", "IntersectionC", "<[", "TypeC", "<{ kuery: ", "StringC", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>, ", "TypeC", "<{ processorEvent: ", "UnionC", "<[", "LiteralC", "<", { "pluginId": "observability", "scope": "common", "docId": "kibObservabilityPluginApi", "section": "def-common.ProcessorEvent", "text": "ProcessorEvent" }, ".transaction>, ", "LiteralC", "<", { "pluginId": "observability", "scope": "common", "docId": "kibObservabilityPluginApi", "section": "def-common.ProcessorEvent", "text": "ProcessorEvent" }, ".error>, ", "LiteralC", "<", { "pluginId": "observability", "scope": "common", "docId": "kibObservabilityPluginApi", "section": "def-common.ProcessorEvent", "text": "ProcessorEvent" }, ".metric>, ", "LiteralC", "<", { "pluginId": "observability", "scope": "common", "docId": "kibObservabilityPluginApi", "section": "def-common.ProcessorEvent", "text": "ProcessorEvent" }, ".span>]>; }>]>; }>, ", "APMRouteHandlerResources", ", { spanLinksDetails: ", "SpanLinkDetails", "[]; }, ", "APMRouteCreateOptions", ">; \"GET /internal/apm/storage_explorer/get_services\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/storage_explorer/get_services\", ", "TypeC", "<{ query: ", "IntersectionC", "<[", "TypeC", "<{ indexLifecyclePhase: ", "UnionC", "<[", "LiteralC", "<", { "pluginId": "observabilityShared", "scope": "common", "docId": "kibObservabilitySharedPluginApi", "section": "def-common.IndexLifecyclePhaseSelectOption", "text": "IndexLifecyclePhaseSelectOption" }, ".All>, ", "LiteralC", "<", { "pluginId": "observabilityShared", "scope": "common", "docId": "kibObservabilitySharedPluginApi", "section": "def-common.IndexLifecyclePhaseSelectOption", "text": "IndexLifecyclePhaseSelectOption" }, ".Hot>, ", "LiteralC", "<", { "pluginId": "observabilityShared", "scope": "common", "docId": "kibObservabilitySharedPluginApi", "section": "def-common.IndexLifecyclePhaseSelectOption", "text": "IndexLifecyclePhaseSelectOption" }, ".Warm>, ", "LiteralC", "<", { "pluginId": "observabilityShared", "scope": "common", "docId": "kibObservabilitySharedPluginApi", "section": "def-common.IndexLifecyclePhaseSelectOption", "text": "IndexLifecyclePhaseSelectOption" }, ".Cold>, ", "LiteralC", "<", { "pluginId": "observabilityShared", "scope": "common", "docId": "kibObservabilitySharedPluginApi", "section": "def-common.IndexLifecyclePhaseSelectOption", "text": "IndexLifecyclePhaseSelectOption" }, ".Frozen>]>; }>, ", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", { "pluginId": "@kbn/io-ts-utils", "scope": "common", "docId": "kibKbnIoTsUtilsPluginApi", "section": "def-common.NonEmptyStringBrand", "text": "NonEmptyStringBrand" }, ">]>; }>, ", "TypeC", "<{ kuery: ", "StringC", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>]>; }>, ", "APMRouteHandlerResources", ", { services: { serviceName: string; }[]; }, ", "APMRouteCreateOptions", ">; \"GET /internal/apm/storage_explorer/is_cross_cluster_search\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/storage_explorer/is_cross_cluster_search\", undefined, ", "APMRouteHandlerResources", ", { isCrossClusterSearch: boolean; }, ", "APMRouteCreateOptions", ">; \"GET /internal/apm/storage_explorer_summary_stats\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/storage_explorer_summary_stats\", ", "TypeC", "<{ query: ", "IntersectionC", "<[", "TypeC", "<{ indexLifecyclePhase: ", "UnionC", "<[", "LiteralC", "<", { "pluginId": "observabilityShared", "scope": "common", "docId": "kibObservabilitySharedPluginApi", "section": "def-common.IndexLifecyclePhaseSelectOption", "text": "IndexLifecyclePhaseSelectOption" }, ".All>, ", "LiteralC", "<", { "pluginId": "observabilityShared", "scope": "common", "docId": "kibObservabilitySharedPluginApi", "section": "def-common.IndexLifecyclePhaseSelectOption", "text": "IndexLifecyclePhaseSelectOption" }, ".Hot>, ", "LiteralC", "<", { "pluginId": "observabilityShared", "scope": "common", "docId": "kibObservabilitySharedPluginApi", "section": "def-common.IndexLifecyclePhaseSelectOption", "text": "IndexLifecyclePhaseSelectOption" }, ".Warm>, ", "LiteralC", "<", { "pluginId": "observabilityShared", "scope": "common", "docId": "kibObservabilitySharedPluginApi", "section": "def-common.IndexLifecyclePhaseSelectOption", "text": "IndexLifecyclePhaseSelectOption" }, ".Cold>, ", "LiteralC", "<", { "pluginId": "observabilityShared", "scope": "common", "docId": "kibObservabilitySharedPluginApi", "section": "def-common.IndexLifecyclePhaseSelectOption", "text": "IndexLifecyclePhaseSelectOption" }, ".Frozen>]>; }>, ", "TypeC", "<{ probability: ", "Type", "; }>, ", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", { "pluginId": "@kbn/io-ts-utils", "scope": "common", "docId": "kibKbnIoTsUtilsPluginApi", "section": "def-common.NonEmptyStringBrand", "text": "NonEmptyStringBrand" }, ">]>; }>, ", "TypeC", "<{ kuery: ", "StringC", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>]>; }>, ", "APMRouteHandlerResources", ", ", "StorageExplorerSummaryStatisticsResponse", ", ", "APMRouteCreateOptions", ">; \"GET /internal/apm/storage_explorer/privileges\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/storage_explorer/privileges\", undefined, ", "APMRouteHandlerResources", ", { hasPrivileges: boolean; }, ", "APMRouteCreateOptions", ">; \"GET /internal/apm/storage_chart\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/storage_chart\", ", "TypeC", "<{ query: ", "IntersectionC", "<[", "TypeC", "<{ indexLifecyclePhase: ", "UnionC", "<[", "LiteralC", "<", { "pluginId": "observabilityShared", "scope": "common", "docId": "kibObservabilitySharedPluginApi", "section": "def-common.IndexLifecyclePhaseSelectOption", "text": "IndexLifecyclePhaseSelectOption" }, ".All>, ", "LiteralC", "<", { "pluginId": "observabilityShared", "scope": "common", "docId": "kibObservabilitySharedPluginApi", "section": "def-common.IndexLifecyclePhaseSelectOption", "text": "IndexLifecyclePhaseSelectOption" }, ".Hot>, ", "LiteralC", "<", { "pluginId": "observabilityShared", "scope": "common", "docId": "kibObservabilitySharedPluginApi", "section": "def-common.IndexLifecyclePhaseSelectOption", "text": "IndexLifecyclePhaseSelectOption" }, ".Warm>, ", "LiteralC", "<", { "pluginId": "observabilityShared", "scope": "common", "docId": "kibObservabilitySharedPluginApi", "section": "def-common.IndexLifecyclePhaseSelectOption", "text": "IndexLifecyclePhaseSelectOption" }, ".Cold>, ", "LiteralC", "<", { "pluginId": "observabilityShared", "scope": "common", "docId": "kibObservabilitySharedPluginApi", "section": "def-common.IndexLifecyclePhaseSelectOption", "text": "IndexLifecyclePhaseSelectOption" }, ".Frozen>]>; }>, ", "TypeC", "<{ probability: ", "Type", "; }>, ", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", { "pluginId": "@kbn/io-ts-utils", "scope": "common", "docId": "kibKbnIoTsUtilsPluginApi", "section": "def-common.NonEmptyStringBrand", "text": "NonEmptyStringBrand" }, ">]>; }>, ", "TypeC", "<{ kuery: ", "StringC", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>]>; }>, ", "APMRouteHandlerResources", ", { storageTimeSeries: ", "SizeTimeseriesResponse", "; }, ", "APMRouteCreateOptions", ">; \"GET /internal/apm/services/{serviceName}/storage_details\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/services/{serviceName}/storage_details\", ", "TypeC", "<{ path: ", "TypeC", "<{ serviceName: ", "StringC", "; }>; query: ", "IntersectionC", "<[", "TypeC", "<{ indexLifecyclePhase: ", "UnionC", "<[", "LiteralC", "<", { "pluginId": "observabilityShared", "scope": "common", "docId": "kibObservabilitySharedPluginApi", "section": "def-common.IndexLifecyclePhaseSelectOption", "text": "IndexLifecyclePhaseSelectOption" }, ".All>, ", "LiteralC", "<", { "pluginId": "observabilityShared", "scope": "common", "docId": "kibObservabilitySharedPluginApi", "section": "def-common.IndexLifecyclePhaseSelectOption", "text": "IndexLifecyclePhaseSelectOption" }, ".Hot>, ", "LiteralC", "<", { "pluginId": "observabilityShared", "scope": "common", "docId": "kibObservabilitySharedPluginApi", "section": "def-common.IndexLifecyclePhaseSelectOption", "text": "IndexLifecyclePhaseSelectOption" }, ".Warm>, ", "LiteralC", "<", { "pluginId": "observabilityShared", "scope": "common", "docId": "kibObservabilitySharedPluginApi", "section": "def-common.IndexLifecyclePhaseSelectOption", "text": "IndexLifecyclePhaseSelectOption" }, ".Cold>, ", "LiteralC", "<", { "pluginId": "observabilityShared", "scope": "common", "docId": "kibObservabilitySharedPluginApi", "section": "def-common.IndexLifecyclePhaseSelectOption", "text": "IndexLifecyclePhaseSelectOption" }, ".Frozen>]>; }>, ", "TypeC", "<{ probability: ", "Type", "; }>, ", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", { "pluginId": "@kbn/io-ts-utils", "scope": "common", "docId": "kibKbnIoTsUtilsPluginApi", "section": "def-common.NonEmptyStringBrand", "text": "NonEmptyStringBrand" }, ">]>; }>, ", "TypeC", "<{ kuery: ", "StringC", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>]>; }>, ", "APMRouteHandlerResources", ", ", "StorageDetailsResponse", ", ", "APMRouteCreateOptions", ">; \"GET /internal/apm/storage_explorer\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/storage_explorer\", ", "TypeC", "<{ query: ", "IntersectionC", "<[", "TypeC", "<{ indexLifecyclePhase: ", "UnionC", "<[", "LiteralC", "<", { "pluginId": "observabilityShared", "scope": "common", "docId": "kibObservabilitySharedPluginApi", "section": "def-common.IndexLifecyclePhaseSelectOption", "text": "IndexLifecyclePhaseSelectOption" }, ".All>, ", "LiteralC", "<", { "pluginId": "observabilityShared", "scope": "common", "docId": "kibObservabilitySharedPluginApi", "section": "def-common.IndexLifecyclePhaseSelectOption", "text": "IndexLifecyclePhaseSelectOption" }, ".Hot>, ", "LiteralC", "<", { "pluginId": "observabilityShared", "scope": "common", "docId": "kibObservabilitySharedPluginApi", "section": "def-common.IndexLifecyclePhaseSelectOption", "text": "IndexLifecyclePhaseSelectOption" }, ".Warm>, ", "LiteralC", "<", { "pluginId": "observabilityShared", "scope": "common", "docId": "kibObservabilitySharedPluginApi", "section": "def-common.IndexLifecyclePhaseSelectOption", "text": "IndexLifecyclePhaseSelectOption" }, ".Cold>, ", "LiteralC", "<", { "pluginId": "observabilityShared", "scope": "common", "docId": "kibObservabilitySharedPluginApi", "section": "def-common.IndexLifecyclePhaseSelectOption", "text": "IndexLifecyclePhaseSelectOption" }, ".Frozen>]>; }>, ", "TypeC", "<{ probability: ", "Type", "; }>, ", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", { "pluginId": "@kbn/io-ts-utils", "scope": "common", "docId": "kibKbnIoTsUtilsPluginApi", "section": "def-common.NonEmptyStringBrand", "text": "NonEmptyStringBrand" }, ">]>; }>, ", "TypeC", "<{ kuery: ", "StringC", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>]>; }>, ", "APMRouteHandlerResources", ", { serviceStatistics: ", "StorageExplorerServiceStatisticsResponse", "; }, ", "APMRouteCreateOptions", ">; \"POST /api/apm/agent_keys 2023-10-31\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"POST /api/apm/agent_keys 2023-10-31\", ", "TypeC", "<{ body: ", "TypeC", "<{ name: ", "StringC", "; privileges: ", "ArrayC", "<", "UnionC", "<[", "LiteralC", "<", "PrivilegeType", ".EVENT>, ", "LiteralC", "<", "PrivilegeType", ".AGENT_CONFIG>]>>; }>; }>, ", "APMRouteHandlerResources", ", ", "CreateAgentKeyResponse", ", ", "APMRouteCreateOptions", ">; \"POST /internal/apm/api_key/invalidate\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"POST /internal/apm/api_key/invalidate\", ", "TypeC", "<{ body: ", "TypeC", "<{ id: ", "StringC", "; }>; }>, ", "APMRouteHandlerResources", ", ", "InvalidateAgentKeyResponse", ", ", "APMRouteCreateOptions", ">; \"GET /internal/apm/agent_keys/privileges\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/agent_keys/privileges\", undefined, ", "APMRouteHandlerResources", ", ", "AgentKeysPrivilegesResponse", ", ", "APMRouteCreateOptions", ">; \"GET /internal/apm/agent_keys\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/agent_keys\", undefined, ", "APMRouteHandlerResources", ", ", "AgentKeysResponse", ", ", "APMRouteCreateOptions", ">; \"GET /internal/apm/event_metadata/{processorEvent}/{id}\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/event_metadata/{processorEvent}/{id}\", ", "TypeC", "<{ path: ", "TypeC", "<{ processorEvent: ", "UnionC", "<[", "LiteralC", "<", { "pluginId": "observability", "scope": "common", "docId": "kibObservabilityPluginApi", "section": "def-common.ProcessorEvent", "text": "ProcessorEvent" }, ".transaction>, ", "LiteralC", "<", { "pluginId": "observability", "scope": "common", "docId": "kibObservabilityPluginApi", "section": "def-common.ProcessorEvent", "text": "ProcessorEvent" }, ".error>, ", "LiteralC", "<", { "pluginId": "observability", "scope": "common", "docId": "kibObservabilityPluginApi", "section": "def-common.ProcessorEvent", "text": "ProcessorEvent" }, ".metric>, ", "LiteralC", "<", { "pluginId": "observability", "scope": "common", "docId": "kibObservabilityPluginApi", "section": "def-common.ProcessorEvent", "text": "ProcessorEvent" }, ".span>]>; id: ", "StringC", "; }>; query: ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>; }>, ", "APMRouteHandlerResources", ", { metadata: Partial>; }, ", "APMRouteCreateOptions", ">; \"GET /internal/apm/has_entities\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/has_entities\", undefined, ", "APMRouteHandlerResources", ", { hasData: boolean; }, ", "APMRouteCreateOptions", ">; \"GET /internal/apm/has_data\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/has_data\", undefined, ", "APMRouteHandlerResources", ", { hasData: boolean; }, ", "APMRouteCreateOptions", ">; \"GET /internal/apm/fallback_to_transactions\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/fallback_to_transactions\", ", "PartialC", "<{ query: ", "IntersectionC", "<[", "TypeC", "<{ kuery: ", "StringC", "; }>, ", "PartialC", "<{ start: ", "Type", "; end: ", "Type", "; }>]>; }>, ", "APMRouteHandlerResources", ", { fallbackToTransactions: boolean; }, ", "APMRouteCreateOptions", ">; \"POST /internal/apm/correlations/p_values/transactions\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"POST /internal/apm/correlations/p_values/transactions\", ", "TypeC", "<{ body: ", "IntersectionC", "<[", "PartialC", "<{ serviceName: ", "StringC", "; transactionName: ", "StringC", "; transactionType: ", "StringC", "; durationMin: ", "Type", "; durationMax: ", "Type", "; }>, ", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", { "pluginId": "@kbn/io-ts-utils", "scope": "common", "docId": "kibKbnIoTsUtilsPluginApi", "section": "def-common.NonEmptyStringBrand", "text": "NonEmptyStringBrand" }, ">]>; }>, ", "TypeC", "<{ kuery: ", "StringC", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>, ", "TypeC", "<{ fieldCandidates: ", "ArrayC", "<", "StringC", ">; }>]>; }>, ", "APMRouteHandlerResources", ", ", "PValuesResponse", ", ", "APMRouteCreateOptions", ">; \"POST /internal/apm/correlations/significant_correlations/transactions\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"POST /internal/apm/correlations/significant_correlations/transactions\", ", "TypeC", "<{ body: ", "IntersectionC", "<[", "PartialC", "<{ serviceName: ", "StringC", "; transactionName: ", "StringC", "; transactionType: ", "StringC", "; durationMin: ", "Type", "; durationMax: ", "Type", "; }>, ", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", { "pluginId": "@kbn/io-ts-utils", "scope": "common", "docId": "kibKbnIoTsUtilsPluginApi", "section": "def-common.NonEmptyStringBrand", "text": "NonEmptyStringBrand" }, ">]>; }>, ", "TypeC", "<{ kuery: ", "StringC", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>, ", "TypeC", "<{ fieldValuePairs: ", "ArrayC", "<", "TypeC", "<{ fieldName: ", "StringC", "; fieldValue: ", "UnionC", "<[", "StringC", ", ", "Type", "]>; }>>; }>]>; }>, ", "APMRouteHandlerResources", ", ", "SignificantCorrelationsResponse", ", ", "APMRouteCreateOptions", ">; \"POST /internal/apm/correlations/field_value_pairs/transactions\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"POST /internal/apm/correlations/field_value_pairs/transactions\", ", "TypeC", "<{ body: ", "IntersectionC", "<[", "PartialC", "<{ serviceName: ", "StringC", "; transactionName: ", "StringC", "; transactionType: ", "StringC", "; }>, ", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", { "pluginId": "@kbn/io-ts-utils", "scope": "common", "docId": "kibKbnIoTsUtilsPluginApi", "section": "def-common.NonEmptyStringBrand", "text": "NonEmptyStringBrand" }, ">]>; }>, ", "TypeC", "<{ kuery: ", "StringC", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>, ", "TypeC", "<{ fieldCandidates: ", "ArrayC", "<", "StringC", ">; }>]>; }>, ", "APMRouteHandlerResources", ", ", "FieldValuePairsResponse", ", ", "APMRouteCreateOptions", ">; \"GET /internal/apm/correlations/field_value_stats/transactions\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/correlations/field_value_stats/transactions\", ", "TypeC", "<{ query: ", "IntersectionC", "<[", "PartialC", "<{ serviceName: ", "StringC", "; transactionName: ", "StringC", "; transactionType: ", "StringC", "; samplerShardSize: ", "StringC", "; }>, ", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", { "pluginId": "@kbn/io-ts-utils", "scope": "common", "docId": "kibKbnIoTsUtilsPluginApi", "section": "def-common.NonEmptyStringBrand", "text": "NonEmptyStringBrand" }, ">]>; }>, ", "TypeC", "<{ kuery: ", "StringC", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>, ", "TypeC", "<{ fieldName: ", "StringC", "; fieldValue: ", "UnionC", "<[", "StringC", ", ", "NumberC", "]>; }>]>; }>, ", "APMRouteHandlerResources", ", ", "TopValuesStats", ", ", "APMRouteCreateOptions", ">; \"GET /internal/apm/correlations/field_candidates/transactions\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/correlations/field_candidates/transactions\", ", "TypeC", "<{ query: ", "IntersectionC", "<[", "PartialC", "<{ serviceName: ", "StringC", "; transactionName: ", "StringC", "; transactionType: ", "StringC", "; }>, ", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", { "pluginId": "@kbn/io-ts-utils", "scope": "common", "docId": "kibKbnIoTsUtilsPluginApi", "section": "def-common.NonEmptyStringBrand", "text": "NonEmptyStringBrand" }, ">]>; }>, ", "TypeC", "<{ kuery: ", "StringC", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>]>; }>, ", "APMRouteHandlerResources", ", ", "DurationFieldCandidatesResponse", ", ", "APMRouteCreateOptions", ">; \"GET /internal/apm/dependencies/operations/spans\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/dependencies/operations/spans\", ", "TypeC", "<{ query: ", "IntersectionC", "<[", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>, ", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", { "pluginId": "@kbn/io-ts-utils", "scope": "common", "docId": "kibKbnIoTsUtilsPluginApi", "section": "def-common.NonEmptyStringBrand", "text": "NonEmptyStringBrand" }, ">]>; }>, ", "TypeC", "<{ kuery: ", "StringC", "; }>, ", "TypeC", "<{ dependencyName: ", "StringC", "; spanName: ", "StringC", "; }>, ", "PartialC", "<{ sampleRangeFrom: ", "Type", "; sampleRangeTo: ", "Type", "; }>]>; }>, ", "APMRouteHandlerResources", ", { spans: ", "DependencySpan", "[]; }, ", "APMRouteCreateOptions", ">; \"GET /internal/apm/dependencies/charts/distribution\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/dependencies/charts/distribution\", ", "TypeC", "<{ query: ", "IntersectionC", "<[", "TypeC", "<{ dependencyName: ", "StringC", "; spanName: ", "StringC", "; percentileThreshold: ", "Type", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>, ", "TypeC", "<{ kuery: ", "StringC", "; }>, ", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", { "pluginId": "@kbn/io-ts-utils", "scope": "common", "docId": "kibKbnIoTsUtilsPluginApi", "section": "def-common.NonEmptyStringBrand", "text": "NonEmptyStringBrand" }, ">]>; }>]>; }>, ", "APMRouteHandlerResources", ", ", "DependencyLatencyDistributionResponse", ", ", "APMRouteCreateOptions", ">; \"GET /internal/apm/dependencies/operations\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/dependencies/operations\", ", "TypeC", "<{ query: ", "IntersectionC", "<[", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>, ", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", { "pluginId": "@kbn/io-ts-utils", "scope": "common", "docId": "kibKbnIoTsUtilsPluginApi", "section": "def-common.NonEmptyStringBrand", "text": "NonEmptyStringBrand" }, ">]>; }>, ", "TypeC", "<{ kuery: ", "StringC", "; }>, ", "PartialC", "<{ offset: ", "StringC", "; }>, ", "TypeC", "<{ dependencyName: ", "StringC", "; searchServiceDestinationMetrics: ", "Type", "; }>]>; }>, ", "APMRouteHandlerResources", ", { operations: ", "DependencyOperation", "[]; }, ", "APMRouteCreateOptions", ">; \"GET /internal/apm/dependencies/charts/error_rate\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/dependencies/charts/error_rate\", ", "TypeC", "<{ query: ", "IntersectionC", "<[", "TypeC", "<{ dependencyName: ", "StringC", "; spanName: ", "StringC", "; searchServiceDestinationMetrics: ", "Type", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>, ", "TypeC", "<{ kuery: ", "StringC", "; }>, ", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", { "pluginId": "@kbn/io-ts-utils", "scope": "common", "docId": "kibKbnIoTsUtilsPluginApi", "section": "def-common.NonEmptyStringBrand", "text": "NonEmptyStringBrand" }, ">]>; }>, ", "PartialC", "<{ offset: ", "StringC", "; }>]>; }>, ", "APMRouteHandlerResources", ", { currentTimeseries: { x: number; y: number; }[]; comparisonTimeseries: { x: number; y: number; }[] | null; }, ", "APMRouteCreateOptions", ">; \"GET /internal/apm/dependencies/charts/throughput\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/dependencies/charts/throughput\", ", "TypeC", "<{ query: ", "IntersectionC", "<[", "TypeC", "<{ dependencyName: ", "StringC", "; spanName: ", "StringC", "; searchServiceDestinationMetrics: ", "Type", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>, ", "TypeC", "<{ kuery: ", "StringC", "; }>, ", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", { "pluginId": "@kbn/io-ts-utils", "scope": "common", "docId": "kibKbnIoTsUtilsPluginApi", "section": "def-common.NonEmptyStringBrand", "text": "NonEmptyStringBrand" }, ">]>; }>, ", "PartialC", "<{ offset: ", "StringC", "; }>]>; }>, ", "APMRouteHandlerResources", ", ", "ThroughputChartsForDependencyResponse", ", ", "APMRouteCreateOptions", ">; \"GET /internal/apm/dependencies/charts/latency\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/dependencies/charts/latency\", ", "TypeC", "<{ query: ", "IntersectionC", "<[", "TypeC", "<{ dependencyName: ", "StringC", "; spanName: ", "StringC", "; searchServiceDestinationMetrics: ", "Type", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>, ", "TypeC", "<{ kuery: ", "StringC", "; }>, ", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", { "pluginId": "@kbn/io-ts-utils", "scope": "common", "docId": "kibKbnIoTsUtilsPluginApi", "section": "def-common.NonEmptyStringBrand", "text": "NonEmptyStringBrand" }, ">]>; }>, ", "PartialC", "<{ offset: ", "StringC", "; }>]>; }>, ", "APMRouteHandlerResources", ", ", "LatencyChartsDependencyResponse", ", ", "APMRouteCreateOptions", ">; \"GET /internal/apm/dependencies/metadata\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/dependencies/metadata\", ", "TypeC", "<{ query: ", "IntersectionC", "<[", "TypeC", "<{ dependencyName: ", "StringC", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>]>; }>, ", "APMRouteHandlerResources", ", { metadata: ", "MetadataForDependencyResponse", "; }, ", "APMRouteCreateOptions", ">; \"GET /internal/apm/dependencies/upstream_services\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/dependencies/upstream_services\", ", "IntersectionC", "<[", "TypeC", "<{ query: ", "IntersectionC", "<[", "TypeC", "<{ dependencyName: ", "StringC", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>, ", "TypeC", "<{ numBuckets: ", "Type", "; }>]>; }>, ", "PartialC", "<{ query: ", "IntersectionC", "<[", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", { "pluginId": "@kbn/io-ts-utils", "scope": "common", "docId": "kibKbnIoTsUtilsPluginApi", "section": "def-common.NonEmptyStringBrand", "text": "NonEmptyStringBrand" }, ">]>; }>, ", "PartialC", "<{ offset: ", "StringC", "; }>, ", "TypeC", "<{ kuery: ", "StringC", "; }>]>; }>]>, ", "APMRouteHandlerResources", ", ", "UpstreamServicesForDependencyResponse", ", ", "APMRouteCreateOptions", ">; \"GET /internal/apm/dependencies/top_dependencies\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/dependencies/top_dependencies\", ", "IntersectionC", "<[", "TypeC", "<{ query: ", "IntersectionC", "<[", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>, ", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", { "pluginId": "@kbn/io-ts-utils", "scope": "common", "docId": "kibKbnIoTsUtilsPluginApi", "section": "def-common.NonEmptyStringBrand", "text": "NonEmptyStringBrand" }, ">]>; }>, ", "TypeC", "<{ kuery: ", "StringC", "; }>, ", "TypeC", "<{ numBuckets: ", "Type", "; }>]>; }>, ", "PartialC", "<{ query: ", "PartialC", "<{ offset: ", "StringC", "; }>; }>]>, ", "APMRouteHandlerResources", ", ", "TopDependenciesResponse", ", ", "APMRouteCreateOptions", ">; \"GET /internal/apm/fleet/java_agent_versions\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/fleet/java_agent_versions\", undefined, ", "APMRouteHandlerResources", ", { versions: string[] | undefined; }, ", "APMRouteCreateOptions", ">; \"POST /internal/apm/fleet/cloud_apm_package_policy\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"POST /internal/apm/fleet/cloud_apm_package_policy\", undefined, ", "APMRouteHandlerResources", ", { cloudApmPackagePolicy: ", { "pluginId": "fleet", "scope": "common", "docId": "kibFleetPluginApi", "section": "def-common.PackagePolicy", "text": "PackagePolicy" }, "; }, ", "APMRouteCreateOptions", ">; \"GET /internal/apm/fleet/migration_check\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/fleet/migration_check\", undefined, ", "APMRouteHandlerResources", ", ", "RunMigrationCheckResponse", ", ", "APMRouteCreateOptions", ">; \"GET /internal/apm/fleet/apm_server_schema/unsupported\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/fleet/apm_server_schema/unsupported\", undefined, ", "APMRouteHandlerResources", ", { unsupported: ", "UnsupportedApmServerSchema", "; }, ", "APMRouteCreateOptions", ">; \"POST /api/apm/fleet/apm_server_schema 2023-10-31\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"POST /api/apm/fleet/apm_server_schema 2023-10-31\", ", "TypeC", "<{ body: ", "TypeC", "<{ schema: ", "RecordC", "<", "StringC", ", ", "UnknownC", ">; }>; }>, ", "APMRouteHandlerResources", ", void, ", "APMRouteCreateOptions", ">; \"GET /internal/apm/fleet/agents\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/fleet/agents\", undefined, ", "APMRouteHandlerResources", ", ", "FleetAgentResponse", ", ", "APMRouteCreateOptions", ">; \"GET /internal/apm/fleet/has_apm_policies\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/fleet/has_apm_policies\", undefined, ", "APMRouteHandlerResources", ", { hasApmPolicies: boolean; }, ", "APMRouteCreateOptions", ">; \"POST /internal/apm/sourcemaps/migrate_fleet_artifacts\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"POST /internal/apm/sourcemaps/migrate_fleet_artifacts\", undefined, ", "APMRouteHandlerResources", ", void, ", "APMRouteCreateOptions", ">; \"DELETE /api/apm/sourcemaps/{id} 2023-10-31\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"DELETE /api/apm/sourcemaps/{id} 2023-10-31\", ", "TypeC", "<{ path: ", "TypeC", "<{ id: ", "StringC", "; }>; }>, ", "APMRouteHandlerResources", ", void, ", "APMRouteCreateOptions", ">; \"POST /api/apm/sourcemaps 2023-10-31\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"POST /api/apm/sourcemaps 2023-10-31\", ", "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 | null)[] | undefined; }, string | Buffer, unknown>; }>; }>, ", "APMRouteHandlerResources", ", ", { "pluginId": "fleet", "scope": "server", "docId": "kibFleetPluginApi", "section": "def-server.Artifact", "text": "Artifact" }, " | undefined, ", "APMRouteCreateOptions", ">; \"GET /api/apm/sourcemaps 2023-10-31\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /api/apm/sourcemaps 2023-10-31\", ", "PartialC", "<{ query: ", "PartialC", "<{ page: ", "Type", "; perPage: ", "Type", "; }>; }>, ", "APMRouteHandlerResources", ", ", "ListSourceMapArtifactsResponse", " | undefined, ", "APMRouteCreateOptions", ">; \"DELETE /internal/apm/settings/custom_links/{id}\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"DELETE /internal/apm/settings/custom_links/{id}\", ", "TypeC", "<{ path: ", "TypeC", "<{ id: ", "StringC", "; }>; }>, ", "APMRouteHandlerResources", ", { result: string; }, ", "APMRouteCreateOptions", ">; \"PUT /internal/apm/settings/custom_links/{id}\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.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", "; }>>; }>]>; }>, ", "APMRouteHandlerResources", ", void, ", "APMRouteCreateOptions", ">; \"POST /internal/apm/settings/custom_links\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.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", "; }>>; }>]>; }>, ", "APMRouteHandlerResources", ", void, ", "APMRouteCreateOptions", ">; \"GET /internal/apm/settings/custom_links\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/settings/custom_links\", ", "PartialC", "<{ query: ", "PartialC", "<{ 'service.name': ", "StringC", "; 'service.environment': ", "StringC", "; 'transaction.name': ", "StringC", "; 'transaction.type': ", "StringC", "; }>; }>, ", "APMRouteHandlerResources", ", { customLinks: ", "CustomLink", "[]; }, ", "APMRouteCreateOptions", ">; \"GET /internal/apm/settings/custom_links/transaction\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.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", "; }>; }>, ", "APMRouteHandlerResources", ", ", { "pluginId": "@kbn/apm-types", "scope": "common", "docId": "kibKbnApmTypesPluginApi", "section": "def-common.Transaction", "text": "Transaction" }, ", ", "APMRouteCreateOptions", ">; \"POST /internal/apm/settings/apm-indices/save\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"POST /internal/apm/settings/apm-indices/save\", ", "TypeC", "<{ body: ", "PartialC", "; }>, ", "APMRouteHandlerResources", ", ", "SavedObject", "<{}>, ", "APMRouteCreateOptions", ">; \"GET /internal/apm/settings/apm-indices\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/settings/apm-indices\", undefined, ", "APMRouteHandlerResources", ", Readonly<{} & { error: string; transaction: string; span: string; metric: string; onboarding: string; sourcemap: string; }>, ", "APMRouteCreateOptions", ">; \"GET /internal/apm/settings/apm-index-settings\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/settings/apm-index-settings\", undefined, ", "APMRouteHandlerResources", ", { apmIndexSettings: ", "ApmIndexSettingsResponse", "; }, ", "APMRouteCreateOptions", ">; \"POST /internal/apm/settings/anomaly-detection/update_to_v3\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"POST /internal/apm/settings/anomaly-detection/update_to_v3\", undefined, ", "APMRouteHandlerResources", ", { update: boolean; }, ", "APMRouteCreateOptions", ">; \"GET /internal/apm/settings/anomaly-detection/environments\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/settings/anomaly-detection/environments\", undefined, ", "APMRouteHandlerResources", ", { environments: string[]; }, ", "APMRouteCreateOptions", ">; \"POST /internal/apm/settings/anomaly-detection/jobs\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"POST /internal/apm/settings/anomaly-detection/jobs\", ", "TypeC", "<{ body: ", "TypeC", "<{ environments: ", "ArrayC", "<", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", { "pluginId": "@kbn/io-ts-utils", "scope": "common", "docId": "kibKbnIoTsUtilsPluginApi", "section": "def-common.NonEmptyStringBrand", "text": "NonEmptyStringBrand" }, ">]>>; }>; }>, ", "APMRouteHandlerResources", ", { jobCreated: true; }, ", "APMRouteCreateOptions", ">; \"GET /internal/apm/settings/anomaly-detection/jobs\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/settings/anomaly-detection/jobs\", undefined, ", "APMRouteHandlerResources", ", { jobs: ", "ApmMlJob", "[]; hasLegacyJobs: boolean; }, ", "APMRouteCreateOptions", ">; \"GET /api/apm/settings/agent-configuration/agent_name 2023-10-31\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /api/apm/settings/agent-configuration/agent_name 2023-10-31\", ", "TypeC", "<{ query: ", "TypeC", "<{ serviceName: ", "StringC", "; }>; }>, ", "APMRouteHandlerResources", ", { agentName: string | undefined; }, ", "APMRouteCreateOptions", ">; \"GET /api/apm/settings/agent-configuration/environments 2023-10-31\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /api/apm/settings/agent-configuration/environments 2023-10-31\", ", "PartialC", "<{ query: ", "PartialC", "<{ serviceName: ", "StringC", "; }>; }>, ", "APMRouteHandlerResources", ", { environments: ", "EnvironmentsResponse", "; }, ", "APMRouteCreateOptions", ">; \"POST /api/apm/settings/agent-configuration/search 2023-10-31\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"POST /api/apm/settings/agent-configuration/search 2023-10-31\", ", "TypeC", "<{ body: ", "IntersectionC", "<[", "TypeC", "<{ service: ", "PartialC", "<{ name: ", "StringC", "; environment: ", "StringC", "; }>; }>, ", "PartialC", "<{ etag: ", "StringC", "; mark_as_applied_by_agent: ", "BooleanC", "; }>]>; }>, ", "APMRouteHandlerResources", ", ", { "pluginId": "@kbn/es-types", "scope": "common", "docId": "kibKbnEsTypesPluginApi", "section": "def-common.SearchHit", "text": "SearchHit" }, "<", "AgentConfiguration", ", undefined, undefined> | null, ", "APMRouteCreateOptions", ">; \"PUT /api/apm/settings/agent-configuration 2023-10-31\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"PUT /api/apm/settings/agent-configuration 2023-10-31\", ", "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", ">]>; }>]>; }>]>, ", "APMRouteHandlerResources", ", void, ", "APMRouteCreateOptions", ">; \"DELETE /api/apm/settings/agent-configuration 2023-10-31\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"DELETE /api/apm/settings/agent-configuration 2023-10-31\", ", "TypeC", "<{ body: ", "TypeC", "<{ service: ", "PartialC", "<{ name: ", "StringC", "; environment: ", "StringC", "; }>; }>; }>, ", "APMRouteHandlerResources", ", { result: string; }, ", "APMRouteCreateOptions", ">; \"GET /api/apm/settings/agent-configuration/view 2023-10-31\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /api/apm/settings/agent-configuration/view 2023-10-31\", ", "PartialC", "<{ query: ", "PartialC", "<{ name: ", "StringC", "; environment: ", "StringC", "; }>; }>, ", "APMRouteHandlerResources", ", ", "AgentConfiguration", ", ", "APMRouteCreateOptions", ">; \"GET /api/apm/settings/agent-configuration 2023-10-31\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /api/apm/settings/agent-configuration 2023-10-31\", undefined, ", "APMRouteHandlerResources", ", { configurations: ", "AgentConfiguration", "[]; }, ", "APMRouteCreateOptions", ">; \"GET /internal/apm/rule_types/transaction_duration/chart_preview\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/rule_types/transaction_duration/chart_preview\", ", "TypeC", "<{ query: ", "IntersectionC", "<[", "PartialC", "<{ aggregationType: ", "UnionC", "<[", "LiteralC", "<", "AggregationType", ".Avg>, ", "LiteralC", "<", "AggregationType", ".P95>, ", "LiteralC", "<", "AggregationType", ".P99>]>; serviceName: ", "StringC", "; errorGroupingKey: ", "StringC", "; transactionType: ", "StringC", "; transactionName: ", "StringC", "; }>, ", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", { "pluginId": "@kbn/io-ts-utils", "scope": "common", "docId": "kibKbnIoTsUtilsPluginApi", "section": "def-common.NonEmptyStringBrand", "text": "NonEmptyStringBrand" }, ">]>; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>, ", "TypeC", "<{ interval: ", "StringC", "; }>, ", "PartialC", "<{ groupBy: ", "ArrayC", "<", "StringC", ">; searchConfiguration: ", "Type", "<{ query: { query: string | { [x: string]: any; }; language: string; }; }, string, unknown>; }>]>; }>, ", "APMRouteHandlerResources", ", { latencyChartPreview: ", "PreviewChartResponse", "; }, ", "APMRouteCreateOptions", ">; \"GET /internal/apm/rule_types/error_count/chart_preview\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/rule_types/error_count/chart_preview\", ", "TypeC", "<{ query: ", "IntersectionC", "<[", "PartialC", "<{ aggregationType: ", "UnionC", "<[", "LiteralC", "<", "AggregationType", ".Avg>, ", "LiteralC", "<", "AggregationType", ".P95>, ", "LiteralC", "<", "AggregationType", ".P99>]>; serviceName: ", "StringC", "; errorGroupingKey: ", "StringC", "; transactionType: ", "StringC", "; transactionName: ", "StringC", "; }>, ", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", { "pluginId": "@kbn/io-ts-utils", "scope": "common", "docId": "kibKbnIoTsUtilsPluginApi", "section": "def-common.NonEmptyStringBrand", "text": "NonEmptyStringBrand" }, ">]>; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>, ", "TypeC", "<{ interval: ", "StringC", "; }>, ", "PartialC", "<{ groupBy: ", "ArrayC", "<", "StringC", ">; searchConfiguration: ", "Type", "<{ query: { query: string | { [x: string]: any; }; language: string; }; }, string, unknown>; }>]>; }>, ", "APMRouteHandlerResources", ", { errorCountChartPreview: ", "PreviewChartResponse", "; }, ", "APMRouteCreateOptions", ">; \"GET /internal/apm/rule_types/transaction_error_rate/chart_preview\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/rule_types/transaction_error_rate/chart_preview\", ", "TypeC", "<{ query: ", "IntersectionC", "<[", "PartialC", "<{ aggregationType: ", "UnionC", "<[", "LiteralC", "<", "AggregationType", ".Avg>, ", "LiteralC", "<", "AggregationType", ".P95>, ", "LiteralC", "<", "AggregationType", ".P99>]>; serviceName: ", "StringC", "; errorGroupingKey: ", "StringC", "; transactionType: ", "StringC", "; transactionName: ", "StringC", "; }>, ", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", { "pluginId": "@kbn/io-ts-utils", "scope": "common", "docId": "kibKbnIoTsUtilsPluginApi", "section": "def-common.NonEmptyStringBrand", "text": "NonEmptyStringBrand" }, ">]>; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>, ", "TypeC", "<{ interval: ", "StringC", "; }>, ", "PartialC", "<{ groupBy: ", "ArrayC", "<", "StringC", ">; searchConfiguration: ", "Type", "<{ query: { query: string | { [x: string]: any; }; language: string; }; }, string, unknown>; }>]>; }>, ", "APMRouteHandlerResources", ", { errorRateChartPreview: ", "PreviewChartResponse", "; }, ", "APMRouteCreateOptions", ">; \"GET /internal/apm/services/{serviceName}/transactions/charts/coldstart_rate_by_transaction_name\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/services/{serviceName}/transactions/charts/coldstart_rate_by_transaction_name\", ", "TypeC", "<{ path: ", "TypeC", "<{ serviceName: ", "StringC", "; }>; query: ", "IntersectionC", "<[", "TypeC", "<{ transactionType: ", "StringC", "; transactionName: ", "StringC", "; }>, ", "IntersectionC", "<[", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", { "pluginId": "@kbn/io-ts-utils", "scope": "common", "docId": "kibKbnIoTsUtilsPluginApi", "section": "def-common.NonEmptyStringBrand", "text": "NonEmptyStringBrand" }, ">]>; }>, ", "TypeC", "<{ kuery: ", "StringC", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>, ", "PartialC", "<{ offset: ", "StringC", "; }>]>]>; }>, ", "APMRouteHandlerResources", ", ", "ColdstartRateResponse", ", ", "APMRouteCreateOptions", ">; \"GET /internal/apm/services/{serviceName}/transactions/charts/coldstart_rate\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/services/{serviceName}/transactions/charts/coldstart_rate\", ", "TypeC", "<{ path: ", "TypeC", "<{ serviceName: ", "StringC", "; }>; query: ", "IntersectionC", "<[", "TypeC", "<{ transactionType: ", "StringC", "; }>, ", "IntersectionC", "<[", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", { "pluginId": "@kbn/io-ts-utils", "scope": "common", "docId": "kibKbnIoTsUtilsPluginApi", "section": "def-common.NonEmptyStringBrand", "text": "NonEmptyStringBrand" }, ">]>; }>, ", "TypeC", "<{ kuery: ", "StringC", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>, ", "PartialC", "<{ offset: ", "StringC", "; }>]>]>; }>, ", "APMRouteHandlerResources", ", ", "ColdstartRateResponse", ", ", "APMRouteCreateOptions", ">; \"GET /internal/apm/services/{serviceName}/transactions/charts/error_rate\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/services/{serviceName}/transactions/charts/error_rate\", ", "TypeC", "<{ path: ", "TypeC", "<{ serviceName: ", "StringC", "; }>; query: ", "IntersectionC", "<[", "TypeC", "<{ transactionType: ", "StringC", "; bucketSizeInSeconds: ", "Type", "; }>, ", "PartialC", "<{ transactionName: ", "StringC", "; filters: ", "Type", "<", { "pluginId": "@kbn/es-query", "scope": "common", "docId": "kibKbnEsQueryPluginApi", "section": "def-common.BoolQuery", "text": "BoolQuery" }, ", string, unknown>; }>, ", "IntersectionC", "<[", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", { "pluginId": "@kbn/io-ts-utils", "scope": "common", "docId": "kibKbnIoTsUtilsPluginApi", "section": "def-common.NonEmptyStringBrand", "text": "NonEmptyStringBrand" }, ">]>; }>, ", "TypeC", "<{ kuery: ", "StringC", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>, ", "PartialC", "<{ offset: ", "StringC", "; }>, ", "TypeC", "<{ documentType: ", "UnionC", "<[", "LiteralC", "<", { "pluginId": "apmDataAccess", "scope": "common", "docId": "kibApmDataAccessPluginApi", "section": "def-common.ApmDocumentType", "text": "ApmDocumentType" }, ".ServiceTransactionMetric>, ", "LiteralC", "<", { "pluginId": "apmDataAccess", "scope": "common", "docId": "kibApmDataAccessPluginApi", "section": "def-common.ApmDocumentType", "text": "ApmDocumentType" }, ".TransactionMetric>, ", "LiteralC", "<", { "pluginId": "apmDataAccess", "scope": "common", "docId": "kibApmDataAccessPluginApi", "section": "def-common.ApmDocumentType", "text": "ApmDocumentType" }, ".TransactionEvent>]>; rollupInterval: ", "UnionC", "<[", "LiteralC", "<", { "pluginId": "apmDataAccess", "scope": "common", "docId": "kibApmDataAccessPluginApi", "section": "def-common.RollupInterval", "text": "RollupInterval" }, ".OneMinute>, ", "LiteralC", "<", { "pluginId": "apmDataAccess", "scope": "common", "docId": "kibApmDataAccessPluginApi", "section": "def-common.RollupInterval", "text": "RollupInterval" }, ".TenMinutes>, ", "LiteralC", "<", { "pluginId": "apmDataAccess", "scope": "common", "docId": "kibApmDataAccessPluginApi", "section": "def-common.RollupInterval", "text": "RollupInterval" }, ".SixtyMinutes>, ", "LiteralC", "<", { "pluginId": "apmDataAccess", "scope": "common", "docId": "kibApmDataAccessPluginApi", "section": "def-common.RollupInterval", "text": "RollupInterval" }, ".None>]>; }>]>]>; }>, ", "APMRouteHandlerResources", ", ", "FailedTransactionRateResponse", ", ", "APMRouteCreateOptions", ">; \"GET /internal/apm/services/{serviceName}/transaction/charts/breakdown\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.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", ", ", { "pluginId": "@kbn/io-ts-utils", "scope": "common", "docId": "kibKbnIoTsUtilsPluginApi", "section": "def-common.NonEmptyStringBrand", "text": "NonEmptyStringBrand" }, ">]>; }>, ", "TypeC", "<{ kuery: ", "StringC", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>]>; }>, ", "APMRouteHandlerResources", ", ", "TransactionBreakdownResponse", ", ", "APMRouteCreateOptions", ">; \"GET /internal/apm/services/{serviceName}/transactions/traces/samples\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.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", ", ", { "pluginId": "@kbn/io-ts-utils", "scope": "common", "docId": "kibKbnIoTsUtilsPluginApi", "section": "def-common.NonEmptyStringBrand", "text": "NonEmptyStringBrand" }, ">]>; }>, ", "TypeC", "<{ kuery: ", "StringC", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>]>; }>, ", "APMRouteHandlerResources", ", ", "TransactionTraceSamplesResponse", ", ", "APMRouteCreateOptions", ">; \"GET /internal/apm/services/{serviceName}/transactions/charts/latency\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.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>]>; bucketSizeInSeconds: ", "Type", "; useDurationSummary: ", "Type", "; }>, ", "PartialC", "<{ transactionName: ", "StringC", "; filters: ", "Type", "<", { "pluginId": "@kbn/es-query", "scope": "common", "docId": "kibKbnEsQueryPluginApi", "section": "def-common.BoolQuery", "text": "BoolQuery" }, ", string, unknown>; }>, ", "IntersectionC", "<[", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", { "pluginId": "@kbn/io-ts-utils", "scope": "common", "docId": "kibKbnIoTsUtilsPluginApi", "section": "def-common.NonEmptyStringBrand", "text": "NonEmptyStringBrand" }, ">]>; }>, ", "TypeC", "<{ kuery: ", "StringC", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>, ", "PartialC", "<{ offset: ", "StringC", "; }>]>, ", "TypeC", "<{ documentType: ", "UnionC", "<[", "LiteralC", "<", { "pluginId": "apmDataAccess", "scope": "common", "docId": "kibApmDataAccessPluginApi", "section": "def-common.ApmDocumentType", "text": "ApmDocumentType" }, ".ServiceTransactionMetric>, ", "LiteralC", "<", { "pluginId": "apmDataAccess", "scope": "common", "docId": "kibApmDataAccessPluginApi", "section": "def-common.ApmDocumentType", "text": "ApmDocumentType" }, ".TransactionMetric>, ", "LiteralC", "<", { "pluginId": "apmDataAccess", "scope": "common", "docId": "kibApmDataAccessPluginApi", "section": "def-common.ApmDocumentType", "text": "ApmDocumentType" }, ".TransactionEvent>]>; rollupInterval: ", "UnionC", "<[", "LiteralC", "<", { "pluginId": "apmDataAccess", "scope": "common", "docId": "kibApmDataAccessPluginApi", "section": "def-common.RollupInterval", "text": "RollupInterval" }, ".OneMinute>, ", "LiteralC", "<", { "pluginId": "apmDataAccess", "scope": "common", "docId": "kibApmDataAccessPluginApi", "section": "def-common.RollupInterval", "text": "RollupInterval" }, ".TenMinutes>, ", "LiteralC", "<", { "pluginId": "apmDataAccess", "scope": "common", "docId": "kibApmDataAccessPluginApi", "section": "def-common.RollupInterval", "text": "RollupInterval" }, ".SixtyMinutes>, ", "LiteralC", "<", { "pluginId": "apmDataAccess", "scope": "common", "docId": "kibApmDataAccessPluginApi", "section": "def-common.RollupInterval", "text": "RollupInterval" }, ".None>]>; }>]>; }>, ", "APMRouteHandlerResources", ", ", "TransactionLatencyResponse", ", ", "APMRouteCreateOptions", ">; \"GET /internal/apm/services/{serviceName}/transactions/groups/detailed_statistics\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.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", ", ", { "pluginId": "@kbn/io-ts-utils", "scope": "common", "docId": "kibKbnIoTsUtilsPluginApi", "section": "def-common.NonEmptyStringBrand", "text": "NonEmptyStringBrand" }, ">]>; }>, ", "TypeC", "<{ kuery: ", "StringC", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>, ", "IntersectionC", "<[", "PartialC", "<{ offset: ", "StringC", "; }>, ", "TypeC", "<{ documentType: ", "UnionC", "<[", "LiteralC", "<", { "pluginId": "apmDataAccess", "scope": "common", "docId": "kibApmDataAccessPluginApi", "section": "def-common.ApmDocumentType", "text": "ApmDocumentType" }, ".TransactionMetric>, ", "LiteralC", "<", { "pluginId": "apmDataAccess", "scope": "common", "docId": "kibApmDataAccessPluginApi", "section": "def-common.ApmDocumentType", "text": "ApmDocumentType" }, ".TransactionEvent>]>; rollupInterval: ", "UnionC", "<[", "LiteralC", "<", { "pluginId": "apmDataAccess", "scope": "common", "docId": "kibApmDataAccessPluginApi", "section": "def-common.RollupInterval", "text": "RollupInterval" }, ".OneMinute>, ", "LiteralC", "<", { "pluginId": "apmDataAccess", "scope": "common", "docId": "kibApmDataAccessPluginApi", "section": "def-common.RollupInterval", "text": "RollupInterval" }, ".TenMinutes>, ", "LiteralC", "<", { "pluginId": "apmDataAccess", "scope": "common", "docId": "kibApmDataAccessPluginApi", "section": "def-common.RollupInterval", "text": "RollupInterval" }, ".SixtyMinutes>, ", "LiteralC", "<", { "pluginId": "apmDataAccess", "scope": "common", "docId": "kibApmDataAccessPluginApi", "section": "def-common.RollupInterval", "text": "RollupInterval" }, ".None>]>; }>, ", "TypeC", "<{ bucketSizeInSeconds: ", "Type", "; useDurationSummary: ", "Type", "; }>]>, ", "TypeC", "<{ transactionNames: ", "Type", "; transactionType: ", "StringC", "; latencyAggregationType: ", "UnionC", "<[", "LiteralC", "<", "LatencyAggregationType", ".avg>, ", "LiteralC", "<", "LatencyAggregationType", ".p95>, ", "LiteralC", "<", "LatencyAggregationType", ".p99>]>; }>]>; }>, ", "APMRouteHandlerResources", ", ", "ServiceTransactionGroupDetailedStatisticsResponse", ", ", "APMRouteCreateOptions", ">; \"GET /internal/apm/services/{serviceName}/transactions/groups/main_statistics\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/services/{serviceName}/transactions/groups/main_statistics\", ", "TypeC", "<{ path: ", "TypeC", "<{ serviceName: ", "StringC", "; }>; query: ", "IntersectionC", "<[", "PartialC", "<{ searchQuery: ", "StringC", "; }>, ", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", { "pluginId": "@kbn/io-ts-utils", "scope": "common", "docId": "kibKbnIoTsUtilsPluginApi", "section": "def-common.NonEmptyStringBrand", "text": "NonEmptyStringBrand" }, ">]>; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>, ", "TypeC", "<{ kuery: ", "StringC", "; useDurationSummary: ", "Type", "; transactionType: ", "StringC", "; latencyAggregationType: ", "UnionC", "<[", "LiteralC", "<", "LatencyAggregationType", ".avg>, ", "LiteralC", "<", "LatencyAggregationType", ".p95>, ", "LiteralC", "<", "LatencyAggregationType", ".p99>]>; }>, ", "TypeC", "<{ documentType: ", "UnionC", "<[", "LiteralC", "<", { "pluginId": "apmDataAccess", "scope": "common", "docId": "kibApmDataAccessPluginApi", "section": "def-common.ApmDocumentType", "text": "ApmDocumentType" }, ".TransactionMetric>, ", "LiteralC", "<", { "pluginId": "apmDataAccess", "scope": "common", "docId": "kibApmDataAccessPluginApi", "section": "def-common.ApmDocumentType", "text": "ApmDocumentType" }, ".TransactionEvent>]>; rollupInterval: ", "UnionC", "<[", "LiteralC", "<", { "pluginId": "apmDataAccess", "scope": "common", "docId": "kibApmDataAccessPluginApi", "section": "def-common.RollupInterval", "text": "RollupInterval" }, ".OneMinute>, ", "LiteralC", "<", { "pluginId": "apmDataAccess", "scope": "common", "docId": "kibApmDataAccessPluginApi", "section": "def-common.RollupInterval", "text": "RollupInterval" }, ".TenMinutes>, ", "LiteralC", "<", { "pluginId": "apmDataAccess", "scope": "common", "docId": "kibApmDataAccessPluginApi", "section": "def-common.RollupInterval", "text": "RollupInterval" }, ".SixtyMinutes>, ", "LiteralC", "<", { "pluginId": "apmDataAccess", "scope": "common", "docId": "kibApmDataAccessPluginApi", "section": "def-common.RollupInterval", "text": "RollupInterval" }, ".None>]>; }>]>; }>, ", "APMRouteHandlerResources", ", ", "MergedServiceTransactionGroupsResponse", ", ", "APMRouteCreateOptions", ">; \"GET /internal/apm/transactions\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/transactions\", ", "TypeC", "<{ query: ", "IntersectionC", "<[", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>, ", "TypeC", "<{ transactionName: ", "StringC", "; serviceName: ", "StringC", "; }>]>; }>, ", "APMRouteHandlerResources", ", { transaction?: ", "TransactionDetailRedirectInfo", " | undefined; }, ", "APMRouteCreateOptions", ">; \"GET /internal/apm/traces/{traceId}/spans/{spanId}\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/traces/{traceId}/spans/{spanId}\", ", "TypeC", "<{ path: ", "TypeC", "<{ traceId: ", "StringC", "; spanId: ", "StringC", "; }>; query: ", "IntersectionC", "<[", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>, ", "UnionC", "<[", "PartialC", "<{ parentTransactionId: ", "StringC", "; }>, ", "UndefinedC", "]>]>; }>, ", "APMRouteHandlerResources", ", { span?: ", { "pluginId": "@kbn/apm-types", "scope": "common", "docId": "kibKbnApmTypesPluginApi", "section": "def-common.Span", "text": "Span" }, " | undefined; parentTransaction?: ", { "pluginId": "@kbn/apm-types", "scope": "common", "docId": "kibKbnApmTypesPluginApi", "section": "def-common.Transaction", "text": "Transaction" }, " | undefined; }, ", "APMRouteCreateOptions", ">; \"GET /internal/apm/traces/{traceId}/transactions/{transactionId}\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/traces/{traceId}/transactions/{transactionId}\", ", "TypeC", "<{ path: ", "TypeC", "<{ traceId: ", "StringC", "; transactionId: ", "StringC", "; }>; query: ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>; }>, ", "APMRouteHandlerResources", ", ", { "pluginId": "@kbn/apm-types", "scope": "common", "docId": "kibKbnApmTypesPluginApi", "section": "def-common.Transaction", "text": "Transaction" }, " | undefined, ", "APMRouteCreateOptions", ">; \"POST /internal/apm/traces/aggregated_critical_path\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"POST /internal/apm/traces/aggregated_critical_path\", ", "TypeC", "<{ body: ", "IntersectionC", "<[", "TypeC", "<{ traceIds: ", "ArrayC", "<", "StringC", ">; serviceName: ", "UnionC", "<[", "BrandC", "<", "StringC", ", ", { "pluginId": "@kbn/io-ts-utils", "scope": "common", "docId": "kibKbnIoTsUtilsPluginApi", "section": "def-common.NonEmptyStringBrand", "text": "NonEmptyStringBrand" }, ">, ", "NullC", "]>; transactionName: ", "UnionC", "<[", "BrandC", "<", "StringC", ", ", { "pluginId": "@kbn/io-ts-utils", "scope": "common", "docId": "kibKbnIoTsUtilsPluginApi", "section": "def-common.NonEmptyStringBrand", "text": "NonEmptyStringBrand" }, ">, ", "NullC", "]>; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>]>; }>, ", "APMRouteHandlerResources", ", { criticalPath: ", "CriticalPathResponse", " | null; }, ", "APMRouteCreateOptions", ">; \"GET /internal/apm/traces/find\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/traces/find\", ", "TypeC", "<{ query: ", "IntersectionC", "<[", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>, ", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", { "pluginId": "@kbn/io-ts-utils", "scope": "common", "docId": "kibKbnIoTsUtilsPluginApi", "section": "def-common.NonEmptyStringBrand", "text": "NonEmptyStringBrand" }, ">]>; }>, ", "TypeC", "<{ query: ", "StringC", "; type: ", "UnionC", "<[", "LiteralC", "<", "TraceSearchType", ".kql>, ", "LiteralC", "<", "TraceSearchType", ".eql>]>; }>]>; }>, ", "APMRouteHandlerResources", ", { traceSamples: ", "TraceSamplesResponse", "; }, ", "APMRouteCreateOptions", ">; \"GET /internal/apm/transactions/{transactionId}\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/transactions/{transactionId}\", ", "TypeC", "<{ path: ", "TypeC", "<{ transactionId: ", "StringC", "; }>; query: ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>; }>, ", "APMRouteHandlerResources", ", { transaction?: ", { "pluginId": "@kbn/apm-types", "scope": "common", "docId": "kibKbnApmTypesPluginApi", "section": "def-common.Transaction", "text": "Transaction" }, " | undefined; }, ", "APMRouteCreateOptions", ">; \"GET /internal/apm/traces/{traceId}/root_transaction\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/traces/{traceId}/root_transaction\", ", "TypeC", "<{ path: ", "TypeC", "<{ traceId: ", "StringC", "; }>; query: ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>; }>, ", "APMRouteHandlerResources", ", { transaction?: ", "TransactionDetailRedirectInfo", " | undefined; }, ", "APMRouteCreateOptions", ">; \"GET /internal/apm/traces\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/traces\", ", "TypeC", "<{ query: ", "IntersectionC", "<[", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", { "pluginId": "@kbn/io-ts-utils", "scope": "common", "docId": "kibKbnIoTsUtilsPluginApi", "section": "def-common.NonEmptyStringBrand", "text": "NonEmptyStringBrand" }, ">]>; }>, ", "TypeC", "<{ kuery: ", "StringC", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>, ", "TypeC", "<{ probability: ", "Type", "; }>]>; }>, ", "APMRouteHandlerResources", ", ", "TopTracesPrimaryStatsResponse", ", ", "APMRouteCreateOptions", ">; \"GET /internal/apm/traces/{traceId}\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/traces/{traceId}\", ", "TypeC", "<{ path: ", "TypeC", "<{ traceId: ", "StringC", "; }>; query: ", "IntersectionC", "<[", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>, ", "TypeC", "<{ entryTransactionId: ", "StringC", "; }>, ", "PartialC", "<{ maxTraceItems: ", "Type", "; }>]>; }>, ", "APMRouteHandlerResources", ", { traceItems: ", "TraceItems", "; entryTransaction?: ", { "pluginId": "@kbn/apm-types", "scope": "common", "docId": "kibKbnApmTypesPluginApi", "section": "def-common.Transaction", "text": "Transaction" }, " | undefined; }, ", "APMRouteCreateOptions", ">; \"GET /internal/apm/suggestions\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/suggestions\", ", "TypeC", "<{ query: ", "IntersectionC", "<[", "TypeC", "<{ fieldName: ", "StringC", "; fieldValue: ", "StringC", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>, ", "PartialC", "<{ serviceName: ", "StringC", "; }>]>; }>, ", "APMRouteHandlerResources", ", { terms: string[]; }, ", "APMRouteCreateOptions", ">; \"GET /internal/apm/service-group/counts\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/service-group/counts\", undefined, ", "APMRouteHandlerResources", ", ServiceGroupCounts, ", "APMRouteCreateOptions", ">; \"GET /internal/apm/service-group/services\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/service-group/services\", ", "TypeC", "<{ query: ", "IntersectionC", "<[", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>, ", "PartialC", "<{ kuery: ", "StringC", "; }>]>; }>, ", "APMRouteHandlerResources", ", { items: ", "LookupServicesResponse", "; }, ", "APMRouteCreateOptions", ">; \"DELETE /internal/apm/service-group\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"DELETE /internal/apm/service-group\", ", "TypeC", "<{ query: ", "TypeC", "<{ serviceGroupId: ", "StringC", "; }>; }>, ", "APMRouteHandlerResources", ", void, ", "APMRouteCreateOptions", ">; \"POST /internal/apm/service-group\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"POST /internal/apm/service-group\", ", "TypeC", "<{ query: ", "UnionC", "<[", "PartialC", "<{ serviceGroupId: ", "StringC", "; }>, ", "UndefinedC", "]>; body: ", "TypeC", "<{ groupName: ", "StringC", "; kuery: ", "StringC", "; description: ", "UnionC", "<[", "StringC", ", ", "UndefinedC", "]>; color: ", "UnionC", "<[", "StringC", ", ", "UndefinedC", "]>; }>; }>, ", "APMRouteHandlerResources", ", ", "SavedServiceGroup", ", ", "APMRouteCreateOptions", ">; \"GET /internal/apm/service-group\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/service-group\", ", "TypeC", "<{ query: ", "TypeC", "<{ serviceGroup: ", "StringC", "; }>; }>, ", "APMRouteHandlerResources", ", { serviceGroup: ", "SavedServiceGroup", "; }, ", "APMRouteCreateOptions", ">; \"GET /internal/apm/service-groups\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/service-groups\", undefined, ", "APMRouteHandlerResources", ", { serviceGroups: ", "SavedServiceGroup", "[]; }, ", "APMRouteCreateOptions", ">; \"GET /internal/apm/entities/services/{serviceName}/summary\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/entities/services/{serviceName}/summary\", ", "TypeC", "<{ path: ", "TypeC", "<{ serviceName: ", "StringC", "; }>; query: ", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", { "pluginId": "@kbn/io-ts-utils", "scope": "common", "docId": "kibKbnIoTsUtilsPluginApi", "section": "def-common.NonEmptyStringBrand", "text": "NonEmptyStringBrand" }, ">]>; }>; }>, ", "APMRouteHandlerResources", ", ", "MergedServiceEntity", ", ", "APMRouteCreateOptions", ">; \"GET /internal/apm/entities/services/{serviceName}/logs_error_rate_timeseries\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/entities/services/{serviceName}/logs_error_rate_timeseries\", ", "TypeC", "<{ path: ", "TypeC", "<{ serviceName: ", "StringC", "; }>; query: ", "IntersectionC", "<[", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", { "pluginId": "@kbn/io-ts-utils", "scope": "common", "docId": "kibKbnIoTsUtilsPluginApi", "section": "def-common.NonEmptyStringBrand", "text": "NonEmptyStringBrand" }, ">]>; }>, ", "TypeC", "<{ kuery: ", "StringC", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>]>; }>, ", "APMRouteHandlerResources", ", { currentPeriod: ", "LogsErrorRateTimeseriesReturnType", "; }, ", "APMRouteCreateOptions", ">; \"GET /internal/apm/entities/services/{serviceName}/logs_rate_timeseries\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/entities/services/{serviceName}/logs_rate_timeseries\", ", "TypeC", "<{ path: ", "TypeC", "<{ serviceName: ", "StringC", "; }>; query: ", "IntersectionC", "<[", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", { "pluginId": "@kbn/io-ts-utils", "scope": "common", "docId": "kibKbnIoTsUtilsPluginApi", "section": "def-common.NonEmptyStringBrand", "text": "NonEmptyStringBrand" }, ">]>; }>, ", "TypeC", "<{ kuery: ", "StringC", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>]>; }>, ", "APMRouteHandlerResources", ", { currentPeriod: ", "LogsRateTimeseriesReturnType", "; }, ", "APMRouteCreateOptions", ">; \"GET /internal/apm/services/{serviceName}/alerts_count\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/services/{serviceName}/alerts_count\", ", "TypeC", "<{ path: ", "TypeC", "<{ serviceName: ", "StringC", "; }>; query: ", "IntersectionC", "<[", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>, ", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", { "pluginId": "@kbn/io-ts-utils", "scope": "common", "docId": "kibKbnIoTsUtilsPluginApi", "section": "def-common.NonEmptyStringBrand", "text": "NonEmptyStringBrand" }, ">]>; }>]>; }>, ", "APMRouteHandlerResources", ", { serviceName: string; alertsCount: number; }, ", "APMRouteCreateOptions", ">; \"GET /internal/apm/services/{serviceName}/anomaly_charts\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/services/{serviceName}/anomaly_charts\", ", "TypeC", "<{ path: ", "TypeC", "<{ serviceName: ", "StringC", "; }>; query: ", "IntersectionC", "<[", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>, ", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", { "pluginId": "@kbn/io-ts-utils", "scope": "common", "docId": "kibKbnIoTsUtilsPluginApi", "section": "def-common.NonEmptyStringBrand", "text": "NonEmptyStringBrand" }, ">]>; }>, ", "TypeC", "<{ transactionType: ", "StringC", "; }>]>; }>, ", "APMRouteHandlerResources", ", { allAnomalyTimeseries: ", "ServiceAnomalyTimeseries", "[]; }, ", "APMRouteCreateOptions", ">; \"GET /internal/apm/services/{serviceName}/dependencies/breakdown\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.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", ", ", { "pluginId": "@kbn/io-ts-utils", "scope": "common", "docId": "kibKbnIoTsUtilsPluginApi", "section": "def-common.NonEmptyStringBrand", "text": "NonEmptyStringBrand" }, ">]>; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>, ", "TypeC", "<{ kuery: ", "StringC", "; }>]>; }>, ", "APMRouteHandlerResources", ", { breakdown: ", "ServiceDependenciesBreakdownResponse", "; }, ", "APMRouteCreateOptions", ">; \"GET /internal/apm/services/{serviceName}/dependencies\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.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", ", ", { "pluginId": "@kbn/io-ts-utils", "scope": "common", "docId": "kibKbnIoTsUtilsPluginApi", "section": "def-common.NonEmptyStringBrand", "text": "NonEmptyStringBrand" }, ">]>; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>, ", "PartialC", "<{ offset: ", "StringC", "; }>]>; }>, ", "APMRouteHandlerResources", ", { serviceDependencies: ", "ServiceDependenciesResponse", "; }, ", "APMRouteCreateOptions", ">; \"GET /internal/apm/services/{serviceName}/service_overview_instances/detailed_statistics\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.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", ", ", { "pluginId": "@kbn/io-ts-utils", "scope": "common", "docId": "kibKbnIoTsUtilsPluginApi", "section": "def-common.NonEmptyStringBrand", "text": "NonEmptyStringBrand" }, ">]>; }>, ", "TypeC", "<{ kuery: ", "StringC", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>, ", "PartialC", "<{ offset: ", "StringC", "; }>]>; }>, ", "APMRouteHandlerResources", ", ", "ServiceInstancesDetailedStatisticsResponse", ", ", "APMRouteCreateOptions", ">; \"GET /internal/apm/services/{serviceName}/service_overview_instances/main_statistics\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.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", "; sortField: ", "KeyofC", "<{ serviceNodeName: null; latency: null; throughput: null; errorRate: null; cpuUsage: null; memoryUsage: null; }>; sortDirection: ", "UnionC", "<[", "LiteralC", "<\"asc\">, ", "LiteralC", "<\"desc\">]>; }>, ", "PartialC", "<{ offset: ", "StringC", "; }>, ", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", { "pluginId": "@kbn/io-ts-utils", "scope": "common", "docId": "kibKbnIoTsUtilsPluginApi", "section": "def-common.NonEmptyStringBrand", "text": "NonEmptyStringBrand" }, ">]>; }>, ", "TypeC", "<{ kuery: ", "StringC", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>]>; }>, ", "APMRouteHandlerResources", ", { currentPeriod: ", "ServiceInstanceMainStatisticsResponse", "; previousPeriod: ", "ServiceInstanceMainStatisticsResponse", "; }, ", "APMRouteCreateOptions", ">; \"GET /internal/apm/services/{serviceName}/throughput\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/services/{serviceName}/throughput\", ", "TypeC", "<{ path: ", "TypeC", "<{ serviceName: ", "StringC", "; }>; query: ", "IntersectionC", "<[", "TypeC", "<{ transactionType: ", "StringC", "; bucketSizeInSeconds: ", "Type", "; }>, ", "PartialC", "<{ transactionName: ", "StringC", "; filters: ", "Type", "<", { "pluginId": "@kbn/es-query", "scope": "common", "docId": "kibKbnEsQueryPluginApi", "section": "def-common.BoolQuery", "text": "BoolQuery" }, ", string, unknown>; }>, ", "IntersectionC", "<[", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", { "pluginId": "@kbn/io-ts-utils", "scope": "common", "docId": "kibKbnIoTsUtilsPluginApi", "section": "def-common.NonEmptyStringBrand", "text": "NonEmptyStringBrand" }, ">]>; }>, ", "TypeC", "<{ kuery: ", "StringC", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>, ", "PartialC", "<{ offset: ", "StringC", "; }>, ", "TypeC", "<{ documentType: ", "UnionC", "<[", "LiteralC", "<", { "pluginId": "apmDataAccess", "scope": "common", "docId": "kibApmDataAccessPluginApi", "section": "def-common.ApmDocumentType", "text": "ApmDocumentType" }, ".ServiceTransactionMetric>, ", "LiteralC", "<", { "pluginId": "apmDataAccess", "scope": "common", "docId": "kibApmDataAccessPluginApi", "section": "def-common.ApmDocumentType", "text": "ApmDocumentType" }, ".TransactionMetric>, ", "LiteralC", "<", { "pluginId": "apmDataAccess", "scope": "common", "docId": "kibApmDataAccessPluginApi", "section": "def-common.ApmDocumentType", "text": "ApmDocumentType" }, ".TransactionEvent>]>; rollupInterval: ", "UnionC", "<[", "LiteralC", "<", { "pluginId": "apmDataAccess", "scope": "common", "docId": "kibApmDataAccessPluginApi", "section": "def-common.RollupInterval", "text": "RollupInterval" }, ".OneMinute>, ", "LiteralC", "<", { "pluginId": "apmDataAccess", "scope": "common", "docId": "kibApmDataAccessPluginApi", "section": "def-common.RollupInterval", "text": "RollupInterval" }, ".TenMinutes>, ", "LiteralC", "<", { "pluginId": "apmDataAccess", "scope": "common", "docId": "kibApmDataAccessPluginApi", "section": "def-common.RollupInterval", "text": "RollupInterval" }, ".SixtyMinutes>, ", "LiteralC", "<", { "pluginId": "apmDataAccess", "scope": "common", "docId": "kibApmDataAccessPluginApi", "section": "def-common.RollupInterval", "text": "RollupInterval" }, ".None>]>; }>]>]>; }>, ", "APMRouteHandlerResources", ", { currentPeriod: ", "ServiceThroughputResponse", "; previousPeriod: ", "ServiceThroughputResponse", "; }, ", "APMRouteCreateOptions", ">; \"GET /internal/apm/services/{serviceName}/service_overview_instances/details/{serviceNodeName}\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.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", "; }>; }>, ", "APMRouteHandlerResources", ", ", "ServiceInstanceMetadataDetailsResponse", " & ({} | ", "ServiceInstanceContainerMetadataDetails", "), ", "APMRouteCreateOptions", ">; \"POST /api/apm/services/{serviceName}/annotation 2023-10-31\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"POST /api/apm/services/{serviceName}/annotation 2023-10-31\", ", "TypeC", "<{ path: ", "TypeC", "<{ serviceName: ", "StringC", "; }>; body: ", "IntersectionC", "<[", "TypeC", "<{ '@timestamp': ", "Type", "; service: ", "IntersectionC", "<[", "TypeC", "<{ version: ", "StringC", "; }>, ", "PartialC", "<{ environment: ", "StringC", "; }>]>; }>, ", "PartialC", "<{ message: ", "StringC", "; tags: ", "ArrayC", "<", "StringC", ">; }>]>; }>, ", "APMRouteHandlerResources", ", { _id: string; _index: string; _source: { id: string; } & { annotation: { title?: string | undefined; type?: string | undefined; style?: { icon?: string | undefined; color?: string | undefined; line?: { width?: number | undefined; style?: \"dashed\" | \"solid\" | \"dotted\" | undefined; iconPosition?: \"top\" | \"bottom\" | undefined; textDecoration?: \"none\" | \"name\" | undefined; } | undefined; rect?: { fill?: \"inside\" | \"outside\" | undefined; } | undefined; } | undefined; }; '@timestamp': string; message: string; } & { event?: ({ start: string; } & { end?: string | undefined; }) | undefined; tags?: string[] | undefined; service?: { name?: string | undefined; environment?: string | undefined; version?: string | undefined; } | undefined; monitor?: { id?: string | undefined; } | undefined; slo?: ({ id: string; } & { instanceId?: string | undefined; }) | undefined; host?: { name?: string | undefined; } | undefined; }; }, ", "APMRouteCreateOptions", ">; \"GET /api/apm/services/{serviceName}/annotation/search 2023-10-31\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /api/apm/services/{serviceName}/annotation/search 2023-10-31\", ", "TypeC", "<{ path: ", "TypeC", "<{ serviceName: ", "StringC", "; }>; query: ", "IntersectionC", "<[", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", { "pluginId": "@kbn/io-ts-utils", "scope": "common", "docId": "kibKbnIoTsUtilsPluginApi", "section": "def-common.NonEmptyStringBrand", "text": "NonEmptyStringBrand" }, ">]>; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>]>; }>, ", "APMRouteHandlerResources", ", ", "ServiceAnnotationResponse", ", ", "APMRouteCreateOptions", ">; \"GET /internal/apm/services/{serviceName}/node/{serviceNodeName}/metadata\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.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", "; }>, ", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", { "pluginId": "@kbn/io-ts-utils", "scope": "common", "docId": "kibKbnIoTsUtilsPluginApi", "section": "def-common.NonEmptyStringBrand", "text": "NonEmptyStringBrand" }, ">]>; }>, ", "TypeC", "<{ documentType: ", "UnionC", "<[", "LiteralC", "<", { "pluginId": "apmDataAccess", "scope": "common", "docId": "kibApmDataAccessPluginApi", "section": "def-common.ApmDocumentType", "text": "ApmDocumentType" }, ".ServiceTransactionMetric>, ", "LiteralC", "<", { "pluginId": "apmDataAccess", "scope": "common", "docId": "kibApmDataAccessPluginApi", "section": "def-common.ApmDocumentType", "text": "ApmDocumentType" }, ".TransactionMetric>, ", "LiteralC", "<", { "pluginId": "apmDataAccess", "scope": "common", "docId": "kibApmDataAccessPluginApi", "section": "def-common.ApmDocumentType", "text": "ApmDocumentType" }, ".TransactionEvent>]>; rollupInterval: ", "UnionC", "<[", "LiteralC", "<", { "pluginId": "apmDataAccess", "scope": "common", "docId": "kibApmDataAccessPluginApi", "section": "def-common.RollupInterval", "text": "RollupInterval" }, ".OneMinute>, ", "LiteralC", "<", { "pluginId": "apmDataAccess", "scope": "common", "docId": "kibApmDataAccessPluginApi", "section": "def-common.RollupInterval", "text": "RollupInterval" }, ".TenMinutes>, ", "LiteralC", "<", { "pluginId": "apmDataAccess", "scope": "common", "docId": "kibApmDataAccessPluginApi", "section": "def-common.RollupInterval", "text": "RollupInterval" }, ".SixtyMinutes>, ", "LiteralC", "<", { "pluginId": "apmDataAccess", "scope": "common", "docId": "kibApmDataAccessPluginApi", "section": "def-common.RollupInterval", "text": "RollupInterval" }, ".None>]>; }>]>; }>, ", "APMRouteHandlerResources", ", ", "ServiceNodeMetadataResponse", ", ", "APMRouteCreateOptions", ">; \"GET /internal/apm/services/{serviceName}/transaction_types\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/services/{serviceName}/transaction_types\", ", "TypeC", "<{ path: ", "TypeC", "<{ serviceName: ", "StringC", "; }>; query: ", "IntersectionC", "<[", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>, ", "TypeC", "<{ documentType: ", "UnionC", "<[", "LiteralC", "<", { "pluginId": "apmDataAccess", "scope": "common", "docId": "kibApmDataAccessPluginApi", "section": "def-common.ApmDocumentType", "text": "ApmDocumentType" }, ".ServiceTransactionMetric>, ", "LiteralC", "<", { "pluginId": "apmDataAccess", "scope": "common", "docId": "kibApmDataAccessPluginApi", "section": "def-common.ApmDocumentType", "text": "ApmDocumentType" }, ".TransactionMetric>, ", "LiteralC", "<", { "pluginId": "apmDataAccess", "scope": "common", "docId": "kibApmDataAccessPluginApi", "section": "def-common.ApmDocumentType", "text": "ApmDocumentType" }, ".TransactionEvent>]>; rollupInterval: ", "UnionC", "<[", "LiteralC", "<", { "pluginId": "apmDataAccess", "scope": "common", "docId": "kibApmDataAccessPluginApi", "section": "def-common.RollupInterval", "text": "RollupInterval" }, ".OneMinute>, ", "LiteralC", "<", { "pluginId": "apmDataAccess", "scope": "common", "docId": "kibApmDataAccessPluginApi", "section": "def-common.RollupInterval", "text": "RollupInterval" }, ".TenMinutes>, ", "LiteralC", "<", { "pluginId": "apmDataAccess", "scope": "common", "docId": "kibApmDataAccessPluginApi", "section": "def-common.RollupInterval", "text": "RollupInterval" }, ".SixtyMinutes>, ", "LiteralC", "<", { "pluginId": "apmDataAccess", "scope": "common", "docId": "kibApmDataAccessPluginApi", "section": "def-common.RollupInterval", "text": "RollupInterval" }, ".None>]>; }>]>; }>, ", "APMRouteHandlerResources", ", ", "ServiceTransactionTypesResponse", ", ", "APMRouteCreateOptions", ">; \"GET /internal/apm/services/{serviceName}/agent\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/services/{serviceName}/agent\", ", "TypeC", "<{ path: ", "TypeC", "<{ serviceName: ", "StringC", "; }>; query: ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>; }>, ", "APMRouteHandlerResources", ", ", "ServiceAgentResponse", ", ", "APMRouteCreateOptions", ">; \"GET /internal/apm/services/{serviceName}/metadata/icons\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/services/{serviceName}/metadata/icons\", ", "TypeC", "<{ path: ", "TypeC", "<{ serviceName: ", "StringC", "; }>; query: ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>; }>, ", "APMRouteHandlerResources", ", ", "ServiceMetadataIcons", ", ", "APMRouteCreateOptions", ">; \"GET /internal/apm/services/{serviceName}/metadata/details\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/services/{serviceName}/metadata/details\", ", "TypeC", "<{ path: ", "TypeC", "<{ serviceName: ", "StringC", "; }>; query: ", "IntersectionC", "<[", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>, ", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", { "pluginId": "@kbn/io-ts-utils", "scope": "common", "docId": "kibKbnIoTsUtilsPluginApi", "section": "def-common.NonEmptyStringBrand", "text": "NonEmptyStringBrand" }, ">]>; }>]>; }>, ", "APMRouteHandlerResources", ", ", "ServiceMetadataDetails", ", ", "APMRouteCreateOptions", ">; \"POST /internal/apm/services/detailed_statistics\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"POST /internal/apm/services/detailed_statistics\", ", "TypeC", "<{ query: ", "IntersectionC", "<[", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", { "pluginId": "@kbn/io-ts-utils", "scope": "common", "docId": "kibKbnIoTsUtilsPluginApi", "section": "def-common.NonEmptyStringBrand", "text": "NonEmptyStringBrand" }, ">]>; }>, ", "TypeC", "<{ kuery: ", "StringC", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>, ", "IntersectionC", "<[", "PartialC", "<{ offset: ", "StringC", "; }>, ", "TypeC", "<{ probability: ", "Type", "; }>, ", "TypeC", "<{ documentType: ", "UnionC", "<[", "LiteralC", "<", { "pluginId": "apmDataAccess", "scope": "common", "docId": "kibApmDataAccessPluginApi", "section": "def-common.ApmDocumentType", "text": "ApmDocumentType" }, ".ServiceTransactionMetric>, ", "LiteralC", "<", { "pluginId": "apmDataAccess", "scope": "common", "docId": "kibApmDataAccessPluginApi", "section": "def-common.ApmDocumentType", "text": "ApmDocumentType" }, ".TransactionMetric>, ", "LiteralC", "<", { "pluginId": "apmDataAccess", "scope": "common", "docId": "kibApmDataAccessPluginApi", "section": "def-common.ApmDocumentType", "text": "ApmDocumentType" }, ".TransactionEvent>]>; rollupInterval: ", "UnionC", "<[", "LiteralC", "<", { "pluginId": "apmDataAccess", "scope": "common", "docId": "kibApmDataAccessPluginApi", "section": "def-common.RollupInterval", "text": "RollupInterval" }, ".OneMinute>, ", "LiteralC", "<", { "pluginId": "apmDataAccess", "scope": "common", "docId": "kibApmDataAccessPluginApi", "section": "def-common.RollupInterval", "text": "RollupInterval" }, ".TenMinutes>, ", "LiteralC", "<", { "pluginId": "apmDataAccess", "scope": "common", "docId": "kibApmDataAccessPluginApi", "section": "def-common.RollupInterval", "text": "RollupInterval" }, ".SixtyMinutes>, ", "LiteralC", "<", { "pluginId": "apmDataAccess", "scope": "common", "docId": "kibApmDataAccessPluginApi", "section": "def-common.RollupInterval", "text": "RollupInterval" }, ".None>]>; }>]>, ", "TypeC", "<{ bucketSizeInSeconds: ", "Type", "; }>]>; body: ", "TypeC", "<{ serviceNames: ", "Type", "; }>; }>, ", "APMRouteHandlerResources", ", ", "ServiceTransactionDetailedStatPeriodsResponse", ", ", "APMRouteCreateOptions", ">; \"GET /internal/apm/services\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/services\", ", "TypeC", "<{ query: ", "IntersectionC", "<[", "PartialC", "<{ searchQuery: ", "StringC", "; serviceGroup: ", "StringC", "; }>, ", "IntersectionC", "<[", "TypeC", "<{ probability: ", "Type", "; }>, ", "IntersectionC", "<[", "TypeC", "<{ documentType: ", "UnionC", "<[", "LiteralC", "<", { "pluginId": "apmDataAccess", "scope": "common", "docId": "kibApmDataAccessPluginApi", "section": "def-common.ApmDocumentType", "text": "ApmDocumentType" }, ".ServiceTransactionMetric>, ", "LiteralC", "<", { "pluginId": "apmDataAccess", "scope": "common", "docId": "kibApmDataAccessPluginApi", "section": "def-common.ApmDocumentType", "text": "ApmDocumentType" }, ".TransactionMetric>, ", "LiteralC", "<", { "pluginId": "apmDataAccess", "scope": "common", "docId": "kibApmDataAccessPluginApi", "section": "def-common.ApmDocumentType", "text": "ApmDocumentType" }, ".TransactionEvent>]>; rollupInterval: ", "UnionC", "<[", "LiteralC", "<", { "pluginId": "apmDataAccess", "scope": "common", "docId": "kibApmDataAccessPluginApi", "section": "def-common.RollupInterval", "text": "RollupInterval" }, ".OneMinute>, ", "LiteralC", "<", { "pluginId": "apmDataAccess", "scope": "common", "docId": "kibApmDataAccessPluginApi", "section": "def-common.RollupInterval", "text": "RollupInterval" }, ".TenMinutes>, ", "LiteralC", "<", { "pluginId": "apmDataAccess", "scope": "common", "docId": "kibApmDataAccessPluginApi", "section": "def-common.RollupInterval", "text": "RollupInterval" }, ".SixtyMinutes>, ", "LiteralC", "<", { "pluginId": "apmDataAccess", "scope": "common", "docId": "kibApmDataAccessPluginApi", "section": "def-common.RollupInterval", "text": "RollupInterval" }, ".None>]>; }>, ", "TypeC", "<{ useDurationSummary: ", "Type", "; }>]>, ", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", { "pluginId": "@kbn/io-ts-utils", "scope": "common", "docId": "kibKbnIoTsUtilsPluginApi", "section": "def-common.NonEmptyStringBrand", "text": "NonEmptyStringBrand" }, ">]>; }>, ", "TypeC", "<{ kuery: ", "StringC", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>]>]>; }>, ", "APMRouteHandlerResources", ", ", "ServicesItemsResponse", ", ", "APMRouteCreateOptions", ">; \"GET /internal/apm/service-map/dependency\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/service-map/dependency\", ", "TypeC", "<{ query: ", "IntersectionC", "<[", "TypeC", "<{ dependencyName: ", "StringC", "; }>, ", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", { "pluginId": "@kbn/io-ts-utils", "scope": "common", "docId": "kibKbnIoTsUtilsPluginApi", "section": "def-common.NonEmptyStringBrand", "text": "NonEmptyStringBrand" }, ">]>; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>, ", "PartialC", "<{ offset: ", "StringC", "; }>]>; }>, ", "APMRouteHandlerResources", ", ", "ServiceMapServiceDependencyInfoResponse", ", ", "APMRouteCreateOptions", ">; \"GET /internal/apm/service-map/service/{serviceName}\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.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", ", ", { "pluginId": "@kbn/io-ts-utils", "scope": "common", "docId": "kibKbnIoTsUtilsPluginApi", "section": "def-common.NonEmptyStringBrand", "text": "NonEmptyStringBrand" }, ">]>; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>, ", "PartialC", "<{ offset: ", "StringC", "; }>]>; }>, ", "APMRouteHandlerResources", ", ", "ServiceMapServiceNodeInfoResponse", ", ", "APMRouteCreateOptions", ">; \"GET /internal/apm/service-map\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/service-map\", ", "TypeC", "<{ query: ", "IntersectionC", "<[", "PartialC", "<{ serviceName: ", "StringC", "; serviceGroup: ", "StringC", "; kuery: ", "StringC", "; }>, ", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", { "pluginId": "@kbn/io-ts-utils", "scope": "common", "docId": "kibKbnIoTsUtilsPluginApi", "section": "def-common.NonEmptyStringBrand", "text": "NonEmptyStringBrand" }, ">]>; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>]>; }>, ", "APMRouteHandlerResources", ", ", "ServiceMapResponse", ", ", "APMRouteCreateOptions", ">; \"GET /internal/apm/observability_overview/has_data\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/observability_overview/has_data\", undefined, ", "APMRouteHandlerResources", ", ", "HasDataResponse", ", ", "APMRouteCreateOptions", ">; \"GET /internal/apm/observability_overview\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/observability_overview\", ", "TypeC", "<{ query: ", "IntersectionC", "<[", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>, ", "TypeC", "<{ bucketSize: ", "Type", "; intervalString: ", "StringC", "; }>]>; }>, ", "APMRouteHandlerResources", ", ", "ObservabilityOverviewResponse", ", ", "APMRouteCreateOptions", ">; \"GET /internal/apm/services/{serviceName}/metrics/serverless/active_instances\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/services/{serviceName}/metrics/serverless/active_instances\", ", "TypeC", "<{ path: ", "TypeC", "<{ serviceName: ", "StringC", "; }>; query: ", "IntersectionC", "<[", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", { "pluginId": "@kbn/io-ts-utils", "scope": "common", "docId": "kibKbnIoTsUtilsPluginApi", "section": "def-common.NonEmptyStringBrand", "text": "NonEmptyStringBrand" }, ">]>; }>, ", "TypeC", "<{ kuery: ", "StringC", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>, ", "PartialC", "<{ serverlessId: ", "StringC", "; }>]>; }>, ", "APMRouteHandlerResources", ", { activeInstances: ", "ActiveInstanceOverview", "[]; timeseries: ", "Coordinate", "[]; }, ", "APMRouteCreateOptions", ">; \"GET /internal/apm/services/{serviceName}/metrics/serverless/functions_overview\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/services/{serviceName}/metrics/serverless/functions_overview\", ", "TypeC", "<{ path: ", "TypeC", "<{ serviceName: ", "StringC", "; }>; query: ", "IntersectionC", "<[", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", { "pluginId": "@kbn/io-ts-utils", "scope": "common", "docId": "kibKbnIoTsUtilsPluginApi", "section": "def-common.NonEmptyStringBrand", "text": "NonEmptyStringBrand" }, ">]>; }>, ", "TypeC", "<{ kuery: ", "StringC", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>]>; }>, ", "APMRouteHandlerResources", ", { serverlessFunctionsOverview: ", "ServerlessFunctionsOverviewResponse", "; }, ", "APMRouteCreateOptions", ">; \"GET /internal/apm/services/{serviceName}/metrics/serverless/summary\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/services/{serviceName}/metrics/serverless/summary\", ", "TypeC", "<{ path: ", "TypeC", "<{ serviceName: ", "StringC", "; }>; query: ", "IntersectionC", "<[", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", { "pluginId": "@kbn/io-ts-utils", "scope": "common", "docId": "kibKbnIoTsUtilsPluginApi", "section": "def-common.NonEmptyStringBrand", "text": "NonEmptyStringBrand" }, ">]>; }>, ", "TypeC", "<{ kuery: ", "StringC", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>, ", "PartialC", "<{ serverlessId: ", "StringC", "; }>]>; }>, ", "APMRouteHandlerResources", ", ", "ServerlessSummaryResponse", ", ", "APMRouteCreateOptions", ">; \"GET /internal/apm/services/{serviceName}/metrics/serverless/charts\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/services/{serviceName}/metrics/serverless/charts\", ", "TypeC", "<{ path: ", "TypeC", "<{ serviceName: ", "StringC", "; }>; query: ", "IntersectionC", "<[", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", { "pluginId": "@kbn/io-ts-utils", "scope": "common", "docId": "kibKbnIoTsUtilsPluginApi", "section": "def-common.NonEmptyStringBrand", "text": "NonEmptyStringBrand" }, ">]>; }>, ", "TypeC", "<{ kuery: ", "StringC", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>, ", "PartialC", "<{ serverlessId: ", "StringC", "; }>, ", "IntersectionC", "<[", "TypeC", "<{ documentType: ", "UnionC", "<[", "LiteralC", "<", { "pluginId": "apmDataAccess", "scope": "common", "docId": "kibApmDataAccessPluginApi", "section": "def-common.ApmDocumentType", "text": "ApmDocumentType" }, ".TransactionMetric>, ", "LiteralC", "<", { "pluginId": "apmDataAccess", "scope": "common", "docId": "kibApmDataAccessPluginApi", "section": "def-common.ApmDocumentType", "text": "ApmDocumentType" }, ".TransactionEvent>]>; rollupInterval: ", "UnionC", "<[", "LiteralC", "<", { "pluginId": "apmDataAccess", "scope": "common", "docId": "kibApmDataAccessPluginApi", "section": "def-common.RollupInterval", "text": "RollupInterval" }, ".OneMinute>, ", "LiteralC", "<", { "pluginId": "apmDataAccess", "scope": "common", "docId": "kibApmDataAccessPluginApi", "section": "def-common.RollupInterval", "text": "RollupInterval" }, ".TenMinutes>, ", "LiteralC", "<", { "pluginId": "apmDataAccess", "scope": "common", "docId": "kibApmDataAccessPluginApi", "section": "def-common.RollupInterval", "text": "RollupInterval" }, ".SixtyMinutes>, ", "LiteralC", "<", { "pluginId": "apmDataAccess", "scope": "common", "docId": "kibApmDataAccessPluginApi", "section": "def-common.RollupInterval", "text": "RollupInterval" }, ".None>]>; }>, ", "TypeC", "<{ bucketSizeInSeconds: ", "Type", "; }>]>]>; }>, ", "APMRouteHandlerResources", ", { charts: ", "FetchAndTransformMetrics", "[]; }, ", "APMRouteCreateOptions", ">; \"GET /internal/apm/services/{serviceName}/metrics/nodes\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/services/{serviceName}/metrics/nodes\", ", "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", ", ", { "pluginId": "@kbn/io-ts-utils", "scope": "common", "docId": "kibKbnIoTsUtilsPluginApi", "section": "def-common.NonEmptyStringBrand", "text": "NonEmptyStringBrand" }, ">]>; }>]>; }>, ", "APMRouteHandlerResources", ", { serviceNodes: ", "ServiceNodesResponse", "; }, ", "APMRouteCreateOptions", ">; \"GET /internal/apm/services/{serviceName}/metrics/charts\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.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", ", ", { "pluginId": "@kbn/io-ts-utils", "scope": "common", "docId": "kibKbnIoTsUtilsPluginApi", "section": "def-common.NonEmptyStringBrand", "text": "NonEmptyStringBrand" }, ">]>; }>, ", "TypeC", "<{ kuery: ", "StringC", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>]>; }>, ", "APMRouteHandlerResources", ", { charts: ", "FetchAndTransformMetrics", "[]; }, ", "APMRouteCreateOptions", ">; \"POST /internal/apm/latency/overall_distribution/transactions\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"POST /internal/apm/latency/overall_distribution/transactions\", ", "TypeC", "<{ body: ", "IntersectionC", "<[", "PartialC", "<{ serviceName: ", "StringC", "; transactionName: ", "StringC", "; transactionType: ", "StringC", "; termFilters: ", "ArrayC", "<", "TypeC", "<{ fieldName: ", "StringC", "; fieldValue: ", "UnionC", "<[", "StringC", ", ", "Type", "]>; }>>; durationMin: ", "Type", "; durationMax: ", "Type", "; }>, ", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", { "pluginId": "@kbn/io-ts-utils", "scope": "common", "docId": "kibKbnIoTsUtilsPluginApi", "section": "def-common.NonEmptyStringBrand", "text": "NonEmptyStringBrand" }, ">]>; }>, ", "TypeC", "<{ kuery: ", "StringC", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>, ", "TypeC", "<{ percentileThreshold: ", "Type", "; chartType: ", "UnionC", "<[", "LiteralC", "<", "LatencyDistributionChartType", ".transactionLatency>, ", "LiteralC", "<", "LatencyDistributionChartType", ".latencyCorrelations>, ", "LiteralC", "<", "LatencyDistributionChartType", ".failedTransactionsCorrelations>, ", "LiteralC", "<", "LatencyDistributionChartType", ".dependencyLatency>]>; }>]>; }>, ", "APMRouteHandlerResources", ", ", "OverallLatencyDistributionResponse", ", ", "APMRouteCreateOptions", ">; \"GET /internal/apm/services/{serviceName}/errors/{groupId}/top_erroneous_transactions\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/services/{serviceName}/errors/{groupId}/top_erroneous_transactions\", ", "TypeC", "<{ path: ", "TypeC", "<{ serviceName: ", "StringC", "; groupId: ", "StringC", "; }>; query: ", "IntersectionC", "<[", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", { "pluginId": "@kbn/io-ts-utils", "scope": "common", "docId": "kibKbnIoTsUtilsPluginApi", "section": "def-common.NonEmptyStringBrand", "text": "NonEmptyStringBrand" }, ">]>; }>, ", "TypeC", "<{ kuery: ", "StringC", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>, ", "PartialC", "<{ offset: ", "StringC", "; }>, ", "TypeC", "<{ numBuckets: ", "Type", "; }>]>; }>, ", "APMRouteHandlerResources", ", ", "TopErroneousTransactionsResponse", ", ", "APMRouteCreateOptions", ">; \"GET /internal/apm/services/{serviceName}/errors/distribution\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.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", ", ", { "pluginId": "@kbn/io-ts-utils", "scope": "common", "docId": "kibKbnIoTsUtilsPluginApi", "section": "def-common.NonEmptyStringBrand", "text": "NonEmptyStringBrand" }, ">]>; }>, ", "TypeC", "<{ kuery: ", "StringC", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>, ", "PartialC", "<{ offset: ", "StringC", "; }>]>; }>, ", "APMRouteHandlerResources", ", ", "ErrorDistributionResponse", ", ", "APMRouteCreateOptions", ">; \"GET /internal/apm/services/{serviceName}/errors/{groupId}/error/{errorId}\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/services/{serviceName}/errors/{groupId}/error/{errorId}\", ", "TypeC", "<{ path: ", "TypeC", "<{ serviceName: ", "StringC", "; groupId: ", "StringC", "; errorId: ", "StringC", "; }>; query: ", "IntersectionC", "<[", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", { "pluginId": "@kbn/io-ts-utils", "scope": "common", "docId": "kibKbnIoTsUtilsPluginApi", "section": "def-common.NonEmptyStringBrand", "text": "NonEmptyStringBrand" }, ">]>; }>, ", "TypeC", "<{ kuery: ", "StringC", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>]>; }>, ", "APMRouteHandlerResources", ", ", "ErrorSampleDetailsResponse", ", ", "APMRouteCreateOptions", ">; \"GET /internal/apm/services/{serviceName}/errors/{groupId}/samples\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/services/{serviceName}/errors/{groupId}/samples\", ", "TypeC", "<{ path: ", "TypeC", "<{ serviceName: ", "StringC", "; groupId: ", "StringC", "; }>; query: ", "IntersectionC", "<[", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", { "pluginId": "@kbn/io-ts-utils", "scope": "common", "docId": "kibKbnIoTsUtilsPluginApi", "section": "def-common.NonEmptyStringBrand", "text": "NonEmptyStringBrand" }, ">]>; }>, ", "TypeC", "<{ kuery: ", "StringC", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>]>; }>, ", "APMRouteHandlerResources", ", ", "ErrorGroupSampleIdsResponse", ", ", "APMRouteCreateOptions", ">; \"POST /internal/apm/services/{serviceName}/errors/groups/detailed_statistics\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"POST /internal/apm/services/{serviceName}/errors/groups/detailed_statistics\", ", "TypeC", "<{ path: ", "TypeC", "<{ serviceName: ", "StringC", "; }>; query: ", "IntersectionC", "<[", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", { "pluginId": "@kbn/io-ts-utils", "scope": "common", "docId": "kibKbnIoTsUtilsPluginApi", "section": "def-common.NonEmptyStringBrand", "text": "NonEmptyStringBrand" }, ">]>; }>, ", "TypeC", "<{ kuery: ", "StringC", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>, ", "PartialC", "<{ offset: ", "StringC", "; }>, ", "TypeC", "<{ numBuckets: ", "Type", "; }>]>; body: ", "TypeC", "<{ groupIds: ", "Type", "; }>; }>, ", "APMRouteHandlerResources", ", ", "ErrorGroupPeriodsResponse", ", ", "APMRouteCreateOptions", ">; \"GET /internal/apm/services/{serviceName}/errors/groups/main_statistics_by_transaction_name\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/services/{serviceName}/errors/groups/main_statistics_by_transaction_name\", ", "TypeC", "<{ path: ", "TypeC", "<{ serviceName: ", "StringC", "; }>; query: ", "IntersectionC", "<[", "TypeC", "<{ transactionType: ", "StringC", "; transactionName: ", "StringC", "; maxNumberOfErrorGroups: ", "Type", "; }>, ", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", { "pluginId": "@kbn/io-ts-utils", "scope": "common", "docId": "kibKbnIoTsUtilsPluginApi", "section": "def-common.NonEmptyStringBrand", "text": "NonEmptyStringBrand" }, ">]>; }>, ", "TypeC", "<{ kuery: ", "StringC", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>]>; }>, ", "APMRouteHandlerResources", ", ", "ErrorGroupMainStatisticsResponse", ", ", "APMRouteCreateOptions", ">; \"GET /internal/apm/services/{serviceName}/errors/groups/main_statistics\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/services/{serviceName}/errors/groups/main_statistics\", ", "TypeC", "<{ path: ", "TypeC", "<{ serviceName: ", "StringC", "; }>; query: ", "IntersectionC", "<[", "PartialC", "<{ sortField: ", "StringC", "; sortDirection: ", "UnionC", "<[", "LiteralC", "<\"asc\">, ", "LiteralC", "<\"desc\">]>; searchQuery: ", "StringC", "; }>, ", "TypeC", "<{ environment: ", "UnionC", "<[", "LiteralC", "<\"ENVIRONMENT_NOT_DEFINED\">, ", "LiteralC", "<\"ENVIRONMENT_ALL\">, ", "BrandC", "<", "StringC", ", ", { "pluginId": "@kbn/io-ts-utils", "scope": "common", "docId": "kibKbnIoTsUtilsPluginApi", "section": "def-common.NonEmptyStringBrand", "text": "NonEmptyStringBrand" }, ">]>; }>, ", "TypeC", "<{ kuery: ", "StringC", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>]>; }>, ", "APMRouteHandlerResources", ", ", "ErrorGroupMainStatisticsResponse", ", ", "APMRouteCreateOptions", ">; \"GET /internal/apm/environments\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/environments\", ", "TypeC", "<{ query: ", "IntersectionC", "<[", "PartialC", "<{ serviceName: ", "StringC", "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", "; }>]>; }>, ", "APMRouteHandlerResources", ", { environments: (\"ENVIRONMENT_NOT_DEFINED\" | \"ENVIRONMENT_ALL\" | ", "Branded", ")[]; }, ", "APMRouteCreateOptions", ">; \"GET /internal/apm/data_view/index_pattern\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"GET /internal/apm/data_view/index_pattern\", undefined, ", "APMRouteHandlerResources", ", { apmDataViewIndexPattern: string; }, ", "APMRouteCreateOptions", ">; \"POST /internal/apm/data_view/static\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", "section": "def-common.ServerRoute", "text": "ServerRoute" }, "<\"POST /internal/apm/data_view/static\", undefined, ", "APMRouteHandlerResources", ", { created: boolean; dataView: ", { "pluginId": "dataViews", "scope": "common", "docId": "kibDataViewsPluginApi", "section": "def-common.DataView", "text": "DataView" }, "; } | { created: boolean; reason?: string | undefined; }, ", "APMRouteCreateOptions", ">; }" ], "path": "x-pack/solutions/observability/plugins/apm/server/routes/apm_routes/get_global_apm_server_route_repository.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false } ], "objects": [], "setup": { "parentPluginId": "apm", "id": "def-server.APMPluginSetup", "type": "Interface", "tags": [], "label": "APMPluginSetup", "description": [], "path": "x-pack/solutions/observability/plugins/apm/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "apm", "id": "def-server.APMPluginSetup.config$", "type": "Object", "tags": [], "label": "config$", "description": [], "signature": [ "Observable", "; }>; autoCreateApmDataView: boolean; serviceMapEnabled: boolean; serviceMapFingerprintBucketSize: number; serviceMapFingerprintGlobalBucketSize: number; serviceMapMaxAllowableBytes: number; serviceMapTraceIdBucketSize: number; serviceMapTraceIdGlobalBucketSize: number; serviceMapMaxTracesPerRequest: number; serviceMapTerminateAfter: number; serviceMapMaxTraces: number; ui: Readonly<{} & { enabled: boolean; maxTraceItems: number; }>; searchAggregatedTransactions: ", "SearchAggregatedTransactionSetting", "; telemetryCollectionEnabled: boolean; metricsInterval: number; forceSyntheticSource: boolean; latestAgentVersionsUrl: string; serverless: Readonly<{} & { enabled: true; }>; serverlessOnboarding: boolean; managedServiceUrl: string; featureFlags: Readonly<{} & { agentConfigurationAvailable: boolean; configurableIndicesAvailable: boolean; infrastructureTabAvailable: boolean; infraUiAvailable: boolean; migrationToFleetAvailable: boolean; sourcemapApiAvailable: boolean; storageExplorerAvailable: boolean; profilingIntegrationAvailable: boolean; ruleFormV2Enabled: boolean; }>; }>>" ], "path": "x-pack/solutions/observability/plugins/apm/server/types.ts", "deprecated": false, "trackAdoption": false } ], "lifecycle": "setup", "initialIsOpen": true } }, "common": { "classes": [], "functions": [ { "parentPluginId": "apm", "id": "def-common.getAggregatedCriticalPathRootNodes", "type": "Function", "tags": [], "label": "getAggregatedCriticalPathRootNodes", "description": [], "signature": [ "(params: { criticalPath: ", "CriticalPathResponse", "; }) => { rootNodes: ", "CriticalPathTreeNode", "[]; maxDepth: number; numNodes: number; }" ], "path": "x-pack/solutions/observability/plugins/apm/common/critical_path/get_aggregated_critical_path_root_nodes.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "apm", "id": "def-common.getAggregatedCriticalPathRootNodes.$1", "type": "Object", "tags": [], "label": "params", "description": [], "path": "x-pack/solutions/observability/plugins/apm/common/critical_path/get_aggregated_critical_path_root_nodes.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "apm", "id": "def-common.getAggregatedCriticalPathRootNodes.$1.criticalPath", "type": "Object", "tags": [], "label": "criticalPath", "description": [], "signature": [ "CriticalPathResponse" ], "path": "x-pack/solutions/observability/plugins/apm/common/critical_path/get_aggregated_critical_path_root_nodes.ts", "deprecated": false, "trackAdoption": false } ] } ], "returnComment": [], "initialIsOpen": false } ], "interfaces": [], "enums": [], "misc": [], "objects": [] } }