mirror of
https://github.com/elastic/kibana.git
synced 2025-04-20 16:03:20 -04:00
49 lines
1.3 KiB
Text
49 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: kibProfilingPluginApi
|
|
slug: /kibana-dev-docs/api/profiling
|
|
title: "profiling"
|
|
image: https://source.unsplash.com/400x175/?github
|
|
description: API docs for the profiling plugin
|
|
date: 2024-09-12
|
|
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'profiling']
|
|
---
|
|
import profilingObj from './profiling.devdocs.json';
|
|
|
|
|
|
|
|
Contact [@elastic/obs-ux-infra_services-team](https://github.com/orgs/elastic/teams/obs-ux-infra_services-team) for questions regarding this plugin.
|
|
|
|
**Code health stats**
|
|
|
|
| Public API count | Any count | Items lacking comments | Missing exports |
|
|
|-------------------|-----------|------------------------|-----------------|
|
|
| 16 | 1 | 16 | 0 |
|
|
|
|
## Client
|
|
|
|
### Start
|
|
<DocDefinitionList data={[profilingObj.client.start]}/>
|
|
|
|
## Server
|
|
|
|
### Setup
|
|
<DocDefinitionList data={[profilingObj.server.setup]}/>
|
|
|
|
### Start
|
|
<DocDefinitionList data={[profilingObj.server.start]}/>
|
|
|
|
### Consts, variables and types
|
|
<DocDefinitionList data={profilingObj.server.misc}/>
|
|
|
|
## Common
|
|
|
|
### Functions
|
|
<DocDefinitionList data={profilingObj.common.functions}/>
|
|
|
|
### Consts, variables and types
|
|
<DocDefinitionList data={profilingObj.common.misc}/>
|
|
|