kibana/x-pack/plugins/apm
Casper Hübertz 863cfb79ce
[APM] Added line-height to table cell (#24768)
Improved reading of the contents, especially in the Transaction Flyout.
2018-10-30 11:25:38 +01:00
..
common [APM] Distributed Tracing (#24062) 2018-10-23 16:34:23 -04:00
public [APM] Added line-height to table cell (#24768) 2018-10-30 11:25:38 +01:00
server Upgrade Hapi in legacy platform to v17 (#21707) 2018-10-25 16:01:12 -05:00
typings Adds beta messages to traces overview and timeline (#24447) 2018-10-24 11:09:41 -04:00
.prettierrc
index.js [WIP] Adds 'upload data from file' to Kibana home page (#24226) 2018-10-24 14:10:57 -05: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