kibana/x-pack/plugins/apm
2021-10-07 14:17:04 +01:00
..
.storybook
common [APM] Display all properties by default in flyout (#113221) 2021-10-05 13:38:51 +02:00
dev_docs [APM] Add "Queries and data model" section to APM readme (#114025) 2021-10-06 12:59:43 -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 Fix undhandle promise rejection (#114233) 2021-10-07 14:17:04 +01:00
scripts [APM] Ensure refresh button works (#112652) 2021-10-06 13:03:09 +02:00
server [Observability] Move InspectContextProvider and utils to observability (#113842) 2021-10-07 06:05:15 -04:00
typings [Observability] Move InspectContextProvider and utils to observability (#113842) 2021-10-07 06:05:15 -04:00
.prettierrc
CONTRIBUTING.md
jest.config.js Removing old e2e (#112170) 2021-09-15 16:33:54 -04:00
kibana.json [Observability] Move InspectContextProvider and utils to observability (#113842) 2021-10-07 06:05:15 -04:00
readme.md [APM] Add "Queries and data model" section to APM readme (#114025) 2021-10-06 12:59:43 -05:00
tsconfig.json

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