kibana/x-pack/plugins/apm
Joel Griffith cc6c31cd1c
Removes noreferrer on explicit elastic.co domains (#31008)
* Removes noreferrer on explicit elastic.co domains
2019-02-14 14:52:22 -08:00
..
common [APM] Filter out 6.x data (#30828) (#30867) 2019-02-13 07:15:51 -05:00
public Removes noreferrer on explicit elastic.co domains (#31008) 2019-02-14 14:52:22 -08:00
server [APM] Filter out 6.x data (#30828) (#30867) 2019-02-13 07:15:51 -05:00
typings [APM] Replace any with unknown (#29945) 2019-02-07 14:19:37 +01:00
.prettierrc
index.js [APM] Render related errors link in transaction flyout (#29807) 2019-02-07 23:17:02 -08: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