kibana/api_docs/apm.mdx
Alejandro Fernández Haro fcf862220b
Create @elastic/analytics package (#128407)
Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
2022-04-05 08:21:57 -07:00

50 lines
1.3 KiB
Text

---
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: 2022-04-05
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.devdocs.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 |
|-------------------|-----------|------------------------|-----------------|
| 40 | 0 | 40 | 50 |
## 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}/>