kibana/x-pack/plugins/apm
Larry Gregory 632c63ab21
[6.x] Spaces Phase 1 (#21408) (#23639)
Backports the following commits to 6.x:
 - Spaces Phase 1  (#21408)
2018-10-01 09:53:43 -04:00
..
common [APM] Minor cleanup (#22827) (#22855) 2018-09-08 18:34:58 +02:00
public [6.x] Spaces Phase 1 (#21408) (#23639) 2018-10-01 09:53:43 -04:00
server [APM] Add apm_core plugin and query errors, spans, transactions from separate indices (#21022) (#21108) 2018-07-24 12:57:57 +02:00
.prettierrc Migrate x-pack-kibana source to kibana 2018-04-24 13:49:26 -07:00
index.js fix: do not require kuery_autocomplete in APM (#21539) 2018-08-01 08:04:29 -07:00
jsconfig.json Refactors properties table, implements typescript (#22402) (#22857) 2018-09-09 02:25:08 +02:00
readme.md Remove deprecated React lifecycle methods from APM code (#22147) (#22858) 2018-09-08 19:02:02 +02:00
types.d.ts Refactors properties table, implements typescript (#22402) (#22857) 2018-09-09 02:25:08 +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

Lint code

npx eslint ./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