Commit graph

4 commits

Author SHA1 Message Date
Milosz Marcinkowski
a947525936
Migrate /custom_dashboards to be deployment agnostic (#199295)
closes #198964 
closes #198966
part of https://github.com/elastic/kibana/issues/193245

### How to test

- Serverless

```
node scripts/functional_tests_server --config x-pack/test/api_integration/deployment_agnostic/configs/serverless/oblt.serverless.config.ts
node scripts/functional_test_runner --config x-pack/test/api_integration/deployment_agnostic/configs/serverless/oblt.serverless.config.ts --grep="APM"
```

- Stateful
```
node scripts/functional_tests_server --config x-pack/test/api_integration/deployment_agnostic/configs/stateful/oblt.stateful.config.ts
node scripts/functional_test_runner --config x-pack/test/api_integration/deployment_agnostic/configs/stateful/oblt.stateful.config.ts --grep="APM"
```

- MKI

tested against
[MKI](https://github.com/crespocarlos/kibana/blob/main/x-pack/test_serverless/README.md#run-tests-on-mki)
2024-11-08 18:40:55 +01:00
Miriam
ef5637030f
[APM] Use doc_count instead of hits to get service map throughput (#129859)
* [APM] Use doc_count intead of hits to get service map throughput

* use lodash, improve api test

* fix api test and add explicit test

* fix import conflicts

* filter back the transactions per type, imporve test description

* make roundNumber return a number or null

* fix failing test
2022-04-19 11:25:51 +01:00
spalger
3730dd0779 fix all violations 2022-04-16 01:37:30 -05:00
Cauê Marcondes
2fcf2a91cc
[APM] Break down transaction table api removing the sparklines (#88946)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Dario Gieselaar <dario.gieselaar@elastic.co>
2021-02-12 11:57:01 +01:00