kibana/x-pack/plugins/apm/server/lib/metrics
Søren Louv-Jansen 4ddcd1d2a6
[APM] Fix anomalies not showing up on transaction charts (#76930)
* [APM] Fix anomalies not showing up on transaction charts

* Added API tests to check transaction groups charts for anomaly data

* Improve test names and assertions from PR feedback

* Updated the transaction groups chart API to make `environment` a
required param while making `uiFilters` optional

* updates the basic API tests for transaction_groups/charts with the
required `environment` param

* makes uiFIltersES default to [] on core setup and removes SetupUIFilters type

* fixes vertical shade

* - replaces uiFiltersES with esFilter & uiFilters and cleans up related code around these
- deduplicates the required environment in the transaction_groups/charts API

* updates basic apm_api_integration tests

* pr feedback

* updates api test snapshots with correct anomaly data

* removed environment query param from useTransactionCharts and ensures
it's included in uiFilters returned from useUrlParams

Co-authored-by: Oliver Gupte <olivergupte@gmail.com>
2020-10-02 00:45:50 -07:00
..
__snapshots__ [APM] Fix anomalies not showing up on transaction charts (#76930) 2020-10-02 00:45:50 -07:00
by_agent [APM] Fix anomalies not showing up on transaction charts (#76930) 2020-10-02 00:45:50 -07:00
fetch_and_transform_metrics.ts [APM] Fix anomalies not showing up on transaction charts (#76930) 2020-10-02 00:45:50 -07:00
get_metrics_chart_data_by_agent.ts [APM] Fix anomalies not showing up on transaction charts (#76930) 2020-10-02 00:45:50 -07:00
queries.test.ts [APM] Prevent imports of public in server code (#75979) 2020-08-28 12:43:49 +02:00
transform_metrics_chart.test.ts apply prettier styles 2020-05-22 09:08:58 +02:00
transform_metrics_chart.ts [APM] Optimize traces overview (#70200) 2020-07-28 15:53:23 +02:00
types.ts