Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Search] Telemetry makes too many requests #73116

Closed
lukasolson opened this issue Jul 23, 2020 · 3 comments · Fixed by #73382
Closed

[Search] Telemetry makes too many requests #73116

lukasolson opened this issue Jul 23, 2020 · 3 comments · Fixed by #73382
Assignees
Labels
bug Fixes for quality problems that affect the customer experience Feature:Search Querying infrastructure in Kibana Feature:Telemetry v7.9.0

Comments

@lukasolson
Copy link
Member

Kibana version: 7.9

Elasticsearch version: 7.9

Describe the bug:

In #70677, we introduced some telemetry on search requests (duration, success/failure, etc.). We make requests to the backend telemetry service. However, this introduces an unnecessary number of extra requests, as we could easily collect the telemtetry on the server rather than require an additional call from the browser.

Screenshots (if relevant):

image

@lukasolson lukasolson added bug Fixes for quality problems that affect the customer experience Feature:Search Querying infrastructure in Kibana Team:AppArch v7.9.0 labels Jul 23, 2020
@lukasolson lukasolson self-assigned this Jul 23, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-app-arch (Team:AppArch)

@lizozom
Copy link
Contributor

lizozom commented Jul 27, 2020

@elastic/kibana-app-arch @elastic/kibana-qa

This issue causes O(number of panels) of telemetry to be sent for each dashboard search.
Would like to get this in for 7.9.0. What's your opinion?

@LeeDr
Copy link

LeeDr commented Jul 27, 2020

Are we logging the duration of every dashboard query or refresh? Or min/max/avg over some time period? I guess we need to see what the change looks like to know if it's something we should change to the server in 7.9.0 vs disabling for this release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience Feature:Search Querying infrastructure in Kibana Feature:Telemetry v7.9.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants