-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Reporting] Chromium headless browser should not send telemetry #41402
Comments
Pinging @elastic/kibana-stack-services |
@Bamieh can you think of any way we can suppress sending telemetry from the browser, only for the headless Chromium used for Reporting? |
@tsullivan one thought I have is you could start the browser with the entry in local storage for "date last sent" that reporting uses to decide whether or not to send set to when you start the browser so that it skips sending. |
@bmcconaghy that seems worth a shot! I'll try that out. I'd hate it if telemetry communications ever would cause a screenshot capturing job to fail. |
I played around with the proposed solution briefly a few days ago, but haven't had luck in seeing it work yet. |
PR in flight: #48312 |
#48312 was merged, but I have still found telemetry requests occasionally sent when looking at the debug request logs of a reporting job. |
Pinging @elastic/kibana-reporting-services (Team:Reporting Services) |
Pinging @elastic/kibana-app-services (Team:AppServices) |
This is blocked on having some kind of UI Service that the Telemetry plugin could depend on to notify when the page is rendering for screenshot purposes only. |
@tsullivan I opened an issue for the core team to follow up on and prioratize to unblock |
Depends on #99011 |
Kibana version:
8.0.0/master
Elasticsearch version:
8.0.0/master
Describe the bug:
Seen in the verbose logs while Chromium was taking a long time to generate the screenshot of the page:
Having Chromium attempt to send telemetry/phone home stats seems risky, because if there is a block in the outgoing connection, Reporting might see that as a reason to fail the entire reporting job.
The text was updated successfully, but these errors were encountered: