kibana/x-pack/plugins/apm
Nathan Reese 5f6a9a628e
bump EUI to 3.11.0 (#22745)
* bump EUI to 3.9.0

* add @types/react-virtualized

* remove react-virtualized from x-pack package.json

* bump to 3.11.0
2018-09-13 06:20:01 -06:00
..
common [APM] Minor cleanup (#22827) 2018-09-08 16:53:56 +02:00
public bump EUI to 3.11.0 (#22745) 2018-09-13 06:20:01 -06:00
server [APM] Add apm_core plugin and query errors, spans, transactions from separate indices (#21022) 2018-07-23 22:20:05 +02:00
.prettierrc
index.js fix: do not require kuery_autocomplete in APM (#21539) 2018-08-01 08:03:41 -07:00
jsconfig.json Refactors properties table, implements typescript (#22402) 2018-09-03 08:53:16 -04:00
readme.md [APM] Fix lint instructions 2018-08-22 18:23:27 +02:00
types.d.ts Refactors properties table, implements typescript (#22402) 2018-09-03 08:53:16 -04: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