kibana/x-pack/plugins/observability
2021-04-12 15:53:53 +02:00
..
.storybook
common [APM] Add elasticsearch queries to api response (#95146) 2021-03-29 07:50:27 +02:00
public [Exploratory View]Additional metrics for kpi over time (#96532) 2021-04-12 15:53:53 +02:00
scripts
server [RAC] Rule registry plugin (#95903) 2021-04-09 10:35:44 +02:00
typings
jest.config.js
kibana.json [RAC] Rule registry plugin (#95903) 2021-04-09 10:35:44 +02:00
README.md
tsconfig.json [RAC] Rule registry plugin (#95903) 2021-04-09 10:35:44 +02: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