mirror of
https://github.com/elastic/kibana.git
synced 2025-04-22 00:45:43 -04:00
* Add packages * Update docs * Fix test and types * debug heap size * remove debug heap line * updated docs
33 lines
1 KiB
Text
33 lines
1 KiB
Text
---
|
|
id: kibMonitoringPluginApi
|
|
slug: /kibana-dev-docs/api/monitoring
|
|
title: "monitoring"
|
|
image: https://source.unsplash.com/400x175/?github
|
|
summary: API docs for the monitoring plugin
|
|
date: 2020-11-16
|
|
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'monitoring']
|
|
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 monitoringObj from './monitoring.json';
|
|
|
|
|
|
|
|
Contact [Stack Monitoring](https://github.com/orgs/elastic/teams/stack-monitoring-ui) for questions regarding this plugin.
|
|
|
|
**Code health stats**
|
|
|
|
| Public API count | Any count | Items lacking comments | Missing exports |
|
|
|-------------------|-----------|------------------------|-----------------|
|
|
| 10 | 0 | 10 | 2 |
|
|
|
|
## Server
|
|
|
|
### Setup
|
|
<DocDefinitionList data={[monitoringObj.server.setup]}/>
|
|
|
|
### Interfaces
|
|
<DocDefinitionList data={monitoringObj.server.interfaces}/>
|
|
|
|
### Consts, variables and types
|
|
<DocDefinitionList data={monitoringObj.server.misc}/>
|
|
|