kibana/api_docs/apm_oss.json
Stacey Gammon 81fd64c838
Remove line numbers from the json files (#107158)
* Stop tracking line numbers

* Updated api docs

* Fix type error and update tests

* wrap label in encodeURIComponent for the links

* Update docs after encodeUriComponent change
2021-08-02 12:57:22 -04:00

83 lines
2.7 KiB
JSON

{
"id": "apmOss",
"client": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": []
},
"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": []
}
}