kibana/x-pack/plugins/observability
Nathan L Smith 452d4c8a8f
APM header changes (#82870)
- Make APM and UX headers size medium instead of large
- Remove margin around APM main container
- Make APM tabs condensed
- Switch environment filter and date picker positions
- Move search bar (kuery + date picker) below the tabs
- Wrap pages in `EuiPage` components
- Set a minimum width on the enironment selector so it doesn't collapse when loading
- Don't show search bar on service map

Fixes #81954.
2020-11-12 16:26:37 -06:00
..
.storybook Storybook 6 and config changes (#75357) 2020-09-29 19:34:05 -05:00
common Copy dateAsStringRt to observability plugin (#82839) 2020-11-07 19:15:37 -06:00
public APM header changes (#82870) 2020-11-12 16:26:37 -06:00
scripts Observability overview page (#69141) 2020-07-08 21:52:16 +02:00
server Upgrade to hapi version 18 (#80468) 2020-11-02 13:18:00 +01:00
typings [UX] Add percentile selector (#78562) 2020-09-30 10:24:38 +02:00
jest.config.js
kibana.json [Observability] Persist time range across apps (#79258) 2020-10-06 13:29:15 +02:00
README.md Add Jest configuration and README to observability plugin (#70340) 2020-06-30 14:03:05 -05:00

Observability plugin

This plugin provides shared components and services for use across observability solutions, as well as the observability landing page UI.

Unit testing

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

Run unit tests

npx jest --watch

Update snapshots

npx jest --updateSnapshot

Coverage

HTML coverage report can be found in target/coverage/jest after tests have run.

open target/coverage/jest/index.html