kibana/x-pack/plugins/apm
Casper Hübertz a80e51e658
[APM] Override EUI chart default styles for gridlines (#21723)
Reverting to APM style override for chart gridlines
2018-08-07 16:35:11 +02:00
..
common [APM] Performance marks for RUM agent (#20931) 2018-07-23 14:15:59 +02:00
public [APM] Override EUI chart default styles for gridlines (#21723) 2018-08-07 16:35:11 +02: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 [APM] ML integration (#19791) 2018-07-04 14:18:19 +02:00
readme.md

Documentation for APM in x-pack-kibana

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