kibana/x-pack/plugins/observability
Dario Gieselaar b71f49fca3
[APM] Wrap Elasticsearch client errors (#91125)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-02-17 09:28:46 +01:00
..
.storybook Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
common Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
public [Uptime] Waterfall filters (#89185) 2021-02-08 15:26:57 -05:00
scripts Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
server [APM] Wrap Elasticsearch client errors (#91125) 2021-02-17 09:28:46 +01:00
typings Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
jest.config.js Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
kibana.json
README.md
tsconfig.json TypeScript project references for Observability plugin (#89320) 2021-02-02 11:38:20 -06: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