kibana/x-pack/plugins/observability
Nathan L Smith 5884daeba5
Remove circular dependecy between apm and infra (#89739)
* Move `getTraceUrl` in the APM plugin to `getApmTraceUrl` in the observability plugin and use that instead in infra.
* Remove unused APM plugin depenency in infra.
* Use `pathname` instead of `hash` in infra to apm link to avoid unnecessary redirect.
2021-02-01 14:09:33 -06:00
..
.storybook Storybook 6 and config changes (#75357) 2020-09-29 19:34:05 -05:00
common Copy dateAsStringRt to observability plugin (#82839) 2020-11-07 19:15:37 -06:00
public Remove circular dependecy between apm and infra (#89739) 2021-02-01 14:09:33 -06:00
scripts
server [APM] Upgrade ES client (#86594) 2021-01-27 12:35:38 +01:00
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 [Observability] Persist time range across apps (#79258) 2020-10-06 13:29:15 +02:00
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