kibana/api_docs/apm_oss.json
Stacey Gammon e097adbb6a
API Doc Fixes (#109685)
* Fixes

- Fix bad formatting of deprecated apis by plugin
- Collect deprecated apis recursively
- Include unreferenced apis in Deprecated apis by API page.

* Fix unreferenced dep list

* check in updated docs

* Fix the issue with saved objects management plugin docs not being included

* adding the new docs after fixing some docs missing

* update api docs
2021-08-24 13:42:23 -04:00

109 lines
3.4 KiB
JSON

{
"id": "apmOss",
"client": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": [],
"setup": {
"parentPluginId": "apmOss",
"id": "def-public.ApmOssPluginSetup",
"type": "Interface",
"tags": [],
"label": "ApmOssPluginSetup",
"description": [],
"path": "src/plugins/apm_oss/public/types.ts",
"deprecated": false,
"children": [],
"lifecycle": "setup",
"initialIsOpen": true
},
"start": {
"parentPluginId": "apmOss",
"id": "def-public.ApmOssPluginStart",
"type": "Interface",
"tags": [],
"label": "ApmOssPluginStart",
"description": [],
"path": "src/plugins/apm_oss/public/types.ts",
"deprecated": false,
"children": [],
"lifecycle": "start",
"initialIsOpen": true
}
},
"server": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [
{
"parentPluginId": "apmOss",
"id": "def-server.APMOSSConfig",
"type": "Type",
"tags": [],
"label": "APMOSSConfig",
"description": [],
"signature": [
"{ readonly enabled: boolean; readonly transactionIndices: string; readonly spanIndices: string; readonly errorIndices: string; readonly metricsIndices: string; readonly sourcemapIndices: string; readonly onboardingIndices: string; readonly indexPattern: string; readonly fleetMode: boolean; }"
],
"path": "src/plugins/apm_oss/server/index.ts",
"deprecated": false,
"initialIsOpen": false
}
],
"objects": [],
"setup": {
"parentPluginId": "apmOss",
"id": "def-server.APMOSSPluginSetup",
"type": "Interface",
"tags": [],
"label": "APMOSSPluginSetup",
"description": [],
"path": "src/plugins/apm_oss/server/plugin.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "apmOss",
"id": "def-server.APMOSSPluginSetup.config",
"type": "Object",
"tags": [],
"label": "config",
"description": [],
"signature": [
"{ readonly enabled: boolean; readonly transactionIndices: string; readonly spanIndices: string; readonly errorIndices: string; readonly metricsIndices: string; readonly sourcemapIndices: string; readonly onboardingIndices: string; readonly indexPattern: string; readonly fleetMode: boolean; }"
],
"path": "src/plugins/apm_oss/server/plugin.ts",
"deprecated": false
},
{
"parentPluginId": "apmOss",
"id": "def-server.APMOSSPluginSetup.config$",
"type": "Object",
"tags": [],
"label": "config$",
"description": [],
"signature": [
"Observable",
"<Readonly<{} & { enabled: boolean; transactionIndices: string; spanIndices: string; errorIndices: string; metricsIndices: string; sourcemapIndices: string; onboardingIndices: string; indexPattern: string; fleetMode: boolean; }>>"
],
"path": "src/plugins/apm_oss/server/plugin.ts",
"deprecated": false
}
],
"lifecycle": "setup",
"initialIsOpen": true
}
},
"common": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": []
}
}