kibana/x-pack/plugins/observability
Cauê Marcondes 9cebff1298
[OBS]home page is showing incorrect value of APM throughput (tpm) (#95991)
* fixing obs transaction per minute value

* addressing PR comments

* fixing unit test

* addressing PR comments

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-04-05 10:51:56 -04:00
..
.storybook
common [APM] Add elasticsearch queries to api response (#95146) 2021-03-29 07:50:27 +02:00
public [OBS]home page is showing incorrect value of APM throughput (tpm) (#95991) 2021-04-05 10:51:56 -04:00
scripts
server [APM] Add elasticsearch queries to api response (#95146) 2021-03-29 07:50:27 +02:00
typings
jest.config.js
kibana.json [Observability] Exploratory View initial skeleton (#94426) 2021-04-05 15:26:48 +02:00
README.md
tsconfig.json [Observability] Exploratory View initial skeleton (#94426) 2021-04-05 15:26:48 +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