Open dgieselaar opened 1 year ago
Pinging @elastic/apm-ui (Team:APM)
Hi @dgieselaar can I work on this issue ? can you please assign this to me ? Thank you
Pinging @elastic/obs-ux-infra_services-team (Team:obs-ux-infra_services)
HI @dgieselaar - I am currently working this issue, and testing through writing unit test cases. Can you please take a quick look and see if I am heading into the right directions ?
[DRAFT] PR - https://github.com/elastic/kibana/pull/191275
Also, can you please share how can I replicate this issue/experience in local environment ?
Thank you very much!
Currently, the Storage Explorer displays a sampling rate of 0% if there are no transactions. This is misleading, as we can't actually infer what the sampling rate would be if there were transactions (which might not exist or might be dropped for whatever reason). We should instead display
N/A
. This would help the user (and us in the context of SDHs) establish more quickly that there are no transactions indexed into Elasticsearch.https://github.com/elastic/kibana/blob/main/x-pack/plugins/apm/server/routes/storage_explorer/get_service_statistics.ts