kibana/x-pack/plugins/apm
2019-01-02 22:04:16 +01:00
..
common APM Metrics, UI Baseline (#26608) 2018-12-19 13:27:21 -05:00
public [APM] Remove automatic camelcasing of API responses (#27879) 2019-01-02 22:04:16 +01:00
server [APM] Remove automatic camelcasing of API responses (#27879) 2019-01-02 22:04:16 +01:00
typings [APM] Link from error to transaction (#27227) 2018-12-20 00:47:13 +01:00
.prettierrc
index.js APM Metrics, UI Baseline (#26608) 2018-12-19 13:27:21 -05:00
mappings.json [APM] adds telemetry to APM (#25513) 2018-11-20 08:23:13 -08:00
readme.md Update APM readme 2018-12-12 14:04:33 +01:00

Documentation for APM UI

Note: Run the following commands from kibana/x-pack.

Run tests

node scripts/jest.js plugins/apm --watch

Update snapshots

node scripts/jest.js plugins/apm --updateSnapshot

Note: Run the following commands from kibana/.

Prettier

yarn prettier  "./x-pack/plugins/apm/**/*.{tsx,ts,js}" --write

ESLint

yarn eslint ./x-pack/plugins/apm --fix

TSLint

yarn tslint ./x-pack/plugins/apm/**/*.{ts,tsx} --fix

Ensure everything from master has been backported to 6.x

git fetch origin && git checkout 6.x && git diff origin/6.x..origin/master ./plugins/apm | git apply