kibana/x-pack/plugins/observability
Oliver Gupte 5ed91585a8
[APM] Fixes inconsistent labels for throughput & latency (#88101)
* Closes #87483. Updates several labels to be consistent accross views.

* Updates integration tests/snapshots with new term

* Changes "traffic" => "throughput" in the labels

* addresses feedback from PR

* includes tpm unit in Observability overview page and updates test
2021-01-13 12:09:03 -08:00
..
.storybook
common Copy dateAsStringRt to observability plugin (#82839) 2020-11-07 19:15:37 -06:00
public [APM] Fixes inconsistent labels for throughput & latency (#88101) 2021-01-13 12:09:03 -08:00
scripts
server
typings [Observability] Fix telemetry for Observability Overview (#83847) 2020-11-20 11:34:50 +01:00
jest.config.js Jest multi-project configuration (#77894) 2020-12-02 11:42:23 -08:00
kibana.json
README.md

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