kibana/x-pack/plugins/apm
2019-03-18 11:57:09 +01:00
..
common [APM] Performance marks for RUM agent (#20931) (#21081) 2018-07-23 16:28:58 +02:00
public [APM] Fix problems with tilde in transaction name (#33309) (#33368) 2019-03-18 11:57:09 +01: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:05:15 -07:00
jsconfig.json [APM] ML integration (#19791) (#20644) 2018-07-11 09:19:41 +02:00
readme.md Migrate x-pack-kibana source to kibana 2018-04-24 13:49:26 -07:00

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