kibana/api_docs/apm.mdx
Stacey Gammon 45e9d51a44
Add pluginTeam to plugin API ci stats (#115007)
* Add pluginTeam to ci stats for easier higher level groupings

* Updated docs
2021-10-14 11:54:35 -04:00

51 lines
1.3 KiB
Plaintext

---
id: kibApmPluginApi
slug: /kibana-dev-docs/api/apm
title: "apm"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the apm plugin
date: 2020-11-16
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'apm']
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 apmObj from './apm.json';
The user interface for Elastic APM
Contact [APM UI](https://github.com/orgs/elastic/teams/apm-ui) for questions regarding this plugin.
**Code health stats**
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 39 | 0 | 39 | 37 |
## Client
### Setup
<DocDefinitionList data={[apmObj.client.setup]}/>
### Start
<DocDefinitionList data={[apmObj.client.start]}/>
### Interfaces
<DocDefinitionList data={apmObj.client.interfaces}/>
## Server
### Setup
<DocDefinitionList data={[apmObj.server.setup]}/>
### Classes
<DocDefinitionList data={apmObj.server.classes}/>
### Interfaces
<DocDefinitionList data={apmObj.server.interfaces}/>
### Enums
<DocDefinitionList data={apmObj.server.enums}/>
### Consts, variables and types
<DocDefinitionList data={apmObj.server.misc}/>