kibana/x-pack/plugins/apm
Nathan L Smith 0204762667
Ensure name columns are not cut off on APM tables (#111046)
* Switch the overview to single column when we're at < 1200px
* Hide sparkplots on transactions, dependencies, and instances tables at widths where they could be easily cut off
* Right-align sparkplot columns
* Make chart heights match latency chart height when showing a single column
* Make all impact bars fixed 96px width
* Make values be shown before sparklines
* Make SparkPlots `overflow: 'hidden'`
* Remove fixed widths from columns
* Return breakpoint and width from `useBreakpoints`
* Rename "breakPoint" to "breakpoint" everywhere to match what EUI does
* Replace `ServiceListMetric` (on used on service list) with `ListMetric` (used when sparkplots are conditionally shown)

Fixes #110165.
2021-09-08 11:44:39 -05:00
..
.storybook
common [ML] APM Latency Correlations: Code consolidation. (#110790) 2021-09-08 09:47:07 +02:00
dev_docs [APM] Fix link in readme (#111362) 2021-09-07 18:42:35 -05:00
e2e
ftr_e2e [APM] tests restructure (#110703) 2021-09-01 16:42:33 -04:00
public Ensure name columns are not cut off on APM tables (#111046) 2021-09-08 11:44:39 -05:00
scripts [APM] Clean up readme (#110973) 2021-09-05 07:14:06 +02:00
server [APM] Set start date of APM ML job to -4 weeks (#111375) 2021-09-08 11:20:32 +02:00
typings Add inspector panel for APM routes (#109696) 2021-08-31 11:10:54 -05:00
.prettierrc
CONTRIBUTING.md
jest.config.js
kibana.json Add inspector panel for APM routes (#109696) 2021-08-31 11:10:54 -05:00
readme.md [APM] Clean up readme (#110973) 2021-09-05 07:14:06 +02:00
tsconfig.json Add inspector panel for APM routes (#109696) 2021-08-31 11:10:54 -05:00

Documentation for APM UI developers

Local environment setup

Local setup documentation

Testing

Testing documentation

Linting

Linting documentation

Storybook

Start

yarn storybook apm

All files with a .stories.tsx extension will be loaded. You can access the development environment at http://localhost:9001.

Further resources