kibana/x-pack/plugins/observability
Kibana Machine 0dc832b43c
[Observability] Change icon ref (#95367) (#95408)
Co-authored-by: Casper Hübertz <casper@elastic.co>
2021-03-25 15:40:03 +00:00
..
.storybook [7.x] Elastic License 2.0 (#90192) 2021-02-03 18:39:13 -08:00
common Alerts and cases page components for observability plugin (#93365) (#95155) 2021-03-23 11:07:19 -04:00
public [Observability] Change icon ref (#95367) (#95408) 2021-03-25 15:40:03 +00:00
scripts [7.x] Elastic License 2.0 (#90192) 2021-02-03 18:39:13 -08:00
server [7.x] ES client : use the new type definitions (#83808) (#95391) 2021-03-25 10:33:44 -04:00
typings [7.x] Elastic License 2.0 (#90192) 2021-02-03 18:39:13 -08:00
jest.config.js [7.x] Elastic License 2.0 (#90192) 2021-02-03 18:39:13 -08:00
kibana.json
README.md
tsconfig.json Rename alerts plugin to alerting (#92898) (#93827) 2021-03-05 21:38:33 -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