kibana/x-pack/plugins/apm
Larry Gregory e18bfc1497
Feature Controls - Allow telemetry to be toggled with advancedSettings feature privilege (#35250)
* Allow telemetry to be toggled with feature privileges
2019-04-25 11:43:42 -04:00
..
common [APM] Optimize idx calls to native optional chaining (#34841) 2019-04-22 13:37:07 -07:00
public [APM] useUrlParams as separate hook + removes redux 🎉 (#34792) 2019-04-24 10:00:53 -04:00
server [APM] Hide ml data when kuery is active (#34984) 2019-04-24 11:55:04 +02:00
typings Migrate from tslint (#33826) 2019-04-05 17:45:23 +01:00
.prettierrc
index.ts Feature Controls - Allow telemetry to be toggled with advancedSettings feature privilege (#35250) 2019-04-25 11:43:42 -04:00
mappings.json [APM] Addresses #33572 by adding support for new agent 'dotnet' in apm (#34077) 2019-04-04 22:35:08 -07:00
readme.md Migrate from tslint (#33826) 2019-04-05 17:45:23 +01:00

Documentation for APM UI

Note: Run the following commands from kibana/x-pack.

Run tests

node scripts/jest.js plugins/apm --watch

Update snapshots

node scripts/jest.js plugins/apm --updateSnapshot

Note: Run the following commands from kibana/.

Prettier

yarn prettier  "./x-pack/plugins/apm/**/*.{tsx,ts,js}" --write

ESLint

yarn eslint ./x-pack/plugins/apm --fix

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