mirror of
https://github.com/elastic/kibana.git
synced 2025-04-21 08:19:33 -04:00
* Add packages * Update docs * Fix test and types * debug heap size * remove debug heap line * updated docs
47 lines
1.3 KiB
Text
47 lines
1.3 KiB
Text
---
|
|
id: kibTelemetryPluginApi
|
|
slug: /kibana-dev-docs/api/telemetry
|
|
title: "telemetry"
|
|
image: https://source.unsplash.com/400x175/?github
|
|
summary: API docs for the telemetry plugin
|
|
date: 2020-11-16
|
|
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'telemetry']
|
|
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 telemetryObj from './telemetry.json';
|
|
|
|
|
|
|
|
Contact [Kibana Telemetry](https://github.com/orgs/elastic/teams/kibana-telemetry) for questions regarding this plugin.
|
|
|
|
**Code health stats**
|
|
|
|
| Public API count | Any count | Items lacking comments | Missing exports |
|
|
|-------------------|-----------|------------------------|-----------------|
|
|
| 41 | 0 | 0 | 0 |
|
|
|
|
## Client
|
|
|
|
### Setup
|
|
<DocDefinitionList data={[telemetryObj.client.setup]}/>
|
|
|
|
### Start
|
|
<DocDefinitionList data={[telemetryObj.client.start]}/>
|
|
|
|
### Interfaces
|
|
<DocDefinitionList data={telemetryObj.client.interfaces}/>
|
|
|
|
## Server
|
|
|
|
### Setup
|
|
<DocDefinitionList data={[telemetryObj.server.setup]}/>
|
|
|
|
### Start
|
|
<DocDefinitionList data={[telemetryObj.server.start]}/>
|
|
|
|
### Interfaces
|
|
<DocDefinitionList data={telemetryObj.server.interfaces}/>
|
|
|
|
### Consts, variables and types
|
|
<DocDefinitionList data={telemetryObj.server.misc}/>
|
|
|