kibana/x-pack/plugins/apm
2021-09-08 11:20:32 +02:00
..
.storybook Storybook EUI theme decorator (#103582) 2021-07-09 08:54:48 -05:00
common [ML] APM Latency Correlations: Code consolidation. (#110790) 2021-09-08 09:47:07 +02:00
dev_docs [APM] Fix link in readme (#111362) 2021-09-07 18:42:35 -05: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 [ML] APM Latency Correlations: Code consolidation. (#110790) 2021-09-08 09:47:07 +02:00
scripts [APM] Clean up readme (#110973) 2021-09-05 07:14:06 +02:00
server [APM] Set start date of APM ML job to -4 weeks (#111375) 2021-09-08 11:20:32 +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