mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
* 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
38 lines
997 B
Text
38 lines
997 B
Text
---
|
|
id: kibApmOssPluginApi
|
|
slug: /kibana-dev-docs/apmOssPluginApi
|
|
title: apmOss
|
|
image: https://source.unsplash.com/400x175/?github
|
|
summary: API docs for the apmOss plugin
|
|
date: 2020-11-16
|
|
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'apmOss']
|
|
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
|
|
---
|
|
import apmOssObj from './apm_oss.json';
|
|
|
|
|
|
|
|
Contact APM UI for questions regarding this plugin.
|
|
|
|
**Code health stats**
|
|
|
|
| Public API count | Any count | Items lacking comments | Missing exports |
|
|
|-------------------|-----------|------------------------|-----------------|
|
|
| 6 | 0 | 6 | 0 |
|
|
|
|
## Client
|
|
|
|
### Setup
|
|
<DocDefinitionList data={[apmOssObj.client.setup]}/>
|
|
|
|
### Start
|
|
<DocDefinitionList data={[apmOssObj.client.start]}/>
|
|
|
|
## Server
|
|
|
|
### Setup
|
|
<DocDefinitionList data={[apmOssObj.server.setup]}/>
|
|
|
|
### Consts, variables and types
|
|
<DocDefinitionList data={apmOssObj.server.misc}/>
|
|
|