kibana/x-pack/plugins/apm
Thomas Neirynck cdc5204af9
[Fleet] Add APM card to integration browser (#113625)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-10-01 16:24:28 -04:00
..
.storybook Storybook EUI theme decorator (#103582) 2021-07-09 08:54:48 -05:00
common [ML] Convert APM transaction anomaly detection job to analyze metric data (#111957) 2021-09-29 17:52:00 +01:00
dev_docs Alert creation and freeform selection (#111883) 2021-09-29 11:18:44 -05:00
ftr_e2e [ML] Convert APM transaction anomaly detection job to analyze metric data (#111957) 2021-09-29 17:52:00 +01:00
public [APM] Remove dot from legend on the error marker (#113437) 2021-09-30 14:28:54 +01:00
scripts [DX] Upgrade prettier to v2.4.0 (#112359) 2021-09-19 22:34:30 -07:00
server [Fleet] Add APM card to integration browser (#113625) 2021-10-01 16:24:28 -04:00
typings [APM] Add 'unknown' to EventOutcome (#112077) 2021-09-15 01:23:17 +02:00
.prettierrc
CONTRIBUTING.md
jest.config.js Removing old e2e (#112170) 2021-09-15 16:33:54 -04:00
kibana.json Add inspector panel for APM routes (#109696) 2021-08-31 11:10:54 -05:00
readme.md [APM] Add link to officials docs for APM UI settings (#113396) 2021-09-30 00:54:41 +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