kibana/x-pack/plugins/apm
Spencer 88af88ccdb
[chrome/breadcrumbs] migrate to the new platform (#25914)
* [chrome/breadcrumbs] migrate to the new platform

* expand some comments

* typo

* [apm] fix breadcrumbs tests
2018-11-20 13:54:59 -08:00
..
common [APM] Minor cleanup of constants (#25177) 2018-11-09 00:20:00 +01:00
public [chrome/breadcrumbs] migrate to the new platform (#25914) 2018-11-20 13:54:59 -08:00
server [APM] adds telemetry to APM (#25513) 2018-11-20 08:23:13 -08:00
typings [APM] Fix agent marks (#25717) 2018-11-16 08:51:15 +01:00
.prettierrc Migrate x-pack-kibana source to kibana 2018-04-24 13:48:10 -07:00
index.js [APM] adds telemetry to APM (#25513) 2018-11-20 08:23:13 -08:00
mappings.json [APM] adds telemetry to APM (#25513) 2018-11-20 08:23:13 -08: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