kibana/x-pack/plugins/apm
Søren Louv-Jansen 2cda9a9302
[APM] Deprecate apm_oss.indexPattern config option (#111133)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-07 13:26:52 +02:00
..
.storybook Storybook EUI theme decorator (#103582) 2021-07-09 08:54:48 -05:00
common [APM] "Backends" naming (#110523) 2021-09-01 00:01:10 -04:00
dev_docs [APM] Clean up readme (#110973) 2021-09-05 07:14:06 +02:00
e2e [build_ts_refs] improve caches, allow building a subset of projects (#107981) 2021-08-10 22:12:45 -07:00
ftr_e2e [APM] tests restructure (#110703) 2021-09-01 16:42:33 -04:00
public [APM] Deprecate apm_oss.indexPattern config option (#111133) 2021-09-07 13:26:52 +02:00
scripts [APM] Clean up readme (#110973) 2021-09-05 07:14:06 +02:00
server [APM] Deprecate apm_oss.indexPattern config option (#111133) 2021-09-07 13:26:52 +02:00
typings Add inspector panel for APM routes (#109696) 2021-08-31 11:10:54 -05:00
.prettierrc
CONTRIBUTING.md
jest.config.js Storybook EUI theme decorator (#103582) 2021-07-09 08:54:48 -05:00
kibana.json Add inspector panel for APM routes (#109696) 2021-08-31 11:10:54 -05:00
readme.md [APM] Clean up readme (#110973) 2021-09-05 07:14:06 +02:00
tsconfig.json Add inspector panel for APM routes (#109696) 2021-08-31 11:10:54 -05:00

Documentation for APM UI developers

Local environment setup

Local setup documentation

Testing

Testing documentation

Linting

Linting documentation

Storybook

Start

yarn storybook apm

All files with a .stories.tsx extension will be loaded. You can access the development environment at http://localhost:9001.

Further resources