kibana/x-pack/plugins/apm
Casper Hübertz ecefab55e6
[APM] Add section titles to span detail modal (#20717)
* Adding fontSize from variables

* SectionHeader style added

* Adding section headers

Needed titling for DB statement and Stacktrace on the page

* Pluralization

* Adding fontSize variable

* Creating new header title style

* Moving title into Stacktrace container

* Updated snapshots
2018-07-13 09:15:28 +02:00
..
common Migrate x-pack-kibana source to kibana 2018-04-24 13:48:10 -07:00
public [APM] Add section titles to span detail modal (#20717) 2018-07-13 09:15:28 +02:00
server [APM] Add kuery to apm ui (#19469) 2018-07-10 21:00:54 +02:00
.prettierrc Migrate x-pack-kibana source to kibana 2018-04-24 13:48:10 -07:00
index.js [APM] ML integration (#19791) 2018-07-04 14:18:19 +02:00
jsconfig.json [APM] ML integration (#19791) 2018-07-04 14:18:19 +02:00
readme.md Migrate x-pack-kibana source to kibana 2018-04-24 13:48:10 -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