mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
* Add pluginTeam to ci stats for easier higher level groupings * Updated docs # Conflicts: # api_docs/alerting.json # api_docs/alerting.mdx # api_docs/core.json # api_docs/core.mdx # api_docs/core_application.mdx # api_docs/core_chrome.mdx # api_docs/core_http.mdx # api_docs/core_saved_objects.mdx # api_docs/data.mdx # api_docs/data_autocomplete.mdx # api_docs/data_query.mdx # api_docs/data_search.json # api_docs/data_search.mdx # api_docs/data_ui.mdx # api_docs/data_views.json # api_docs/data_views.mdx # api_docs/deprecations_by_api.mdx # api_docs/deprecations_by_plugin.mdx # api_docs/event_log.json # api_docs/plugin_directory.mdx # api_docs/reporting.json # api_docs/saved_objects.json Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
50 lines
1.3 KiB
Text
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: 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 | 36 |
|
|
|
|
## 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}/>
|
|
|