mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
50 lines
1.3 KiB
Text
50 lines
1.3 KiB
Text
---
|
|
####
|
|
#### 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.
|
|
####
|
|
id: kibTelemetryPluginApi
|
|
slug: /kibana-dev-docs/api/telemetry
|
|
title: "telemetry"
|
|
image: https://source.unsplash.com/400x175/?github
|
|
description: API docs for the telemetry plugin
|
|
date: 2024-08-01
|
|
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'telemetry']
|
|
---
|
|
import telemetryObj from './telemetry.devdocs.json';
|
|
|
|
|
|
|
|
Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin.
|
|
|
|
**Code health stats**
|
|
|
|
| Public API count | Any count | Items lacking comments | Missing exports |
|
|
|-------------------|-----------|------------------------|-----------------|
|
|
| 45 | 0 | 1 | 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}/>
|
|
|