kibana/x-pack/plugins/apm
Søren Louv-Jansen 83d5a7a147
[APM] Fix agent marks (#25717)
* [APM] Fix agent marks

* Address feedback
2018-11-16 08:51:15 +01:00
..
common [APM] Minor cleanup of constants (#25177) 2018-11-09 00:20:00 +01:00
public [APM] Fix agent marks (#25717) 2018-11-16 08:51:15 +01:00
server Fix hapi upgrade (#25723) 2018-11-15 16:01:26 -05:00
typings [APM] Fix agent marks (#25717) 2018-11-16 08:51:15 +01:00
.prettierrc
index.js [Infra UI] Rename InfraOps to Infrastructure (#25135) 2018-11-05 20:33:53 +01:00
readme.md [APM] Fix lint instructions 2018-08-22 18:23:27 +02:00

Documentation for APM in x-pack-kibana

Note: Be sure to run the following commands from inside the x-pack directory.

Format with Prettier

npx prettier "./plugins/apm/**/*.js" --write

Run tests

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

Update snapshots

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

Run ESLint (run from kibana root)

./node_modules/.bin/eslint ./x-pack/plugins/apm

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