kibana/x-pack/plugins/apm
2018-12-28 12:20:31 +01:00
..
common APM Metrics, UI Baseline (#26608) 2018-12-19 13:27:21 -05:00
public [APM] StickyProperties should render components as values (#27814) 2018-12-28 12:20:31 +01:00
server [APM] Add missing trace_id to transaction histogram (#27591) 2018-12-21 14:21:07 +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
readme.md

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