mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
33 lines
1.2 KiB
Text
33 lines
1.2 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: kibCloudExperimentsPluginApi
|
|
slug: /kibana-dev-docs/api/cloudExperiments
|
|
title: "cloudExperiments"
|
|
image: https://source.unsplash.com/400x175/?github
|
|
description: API docs for the cloudExperiments plugin
|
|
date: 2023-04-26
|
|
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cloudExperiments']
|
|
---
|
|
import cloudExperimentsObj from './cloud_experiments.devdocs.json';
|
|
|
|
Provides the necessary APIs to implement A/B testing scenarios, fetching the variations in configuration and reporting back metrics to track conversion rates of the experiments.
|
|
|
|
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 |
|
|
|-------------------|-----------|------------------------|-----------------|
|
|
| 12 | 0 | 0 | 0 |
|
|
|
|
## Common
|
|
|
|
### Interfaces
|
|
<DocDefinitionList data={cloudExperimentsObj.common.interfaces}/>
|
|
|
|
### Consts, variables and types
|
|
<DocDefinitionList data={cloudExperimentsObj.common.misc}/>
|
|
|