puppetlabs / bolt

Bolt is an open source orchestration tool that automates the manual work it takes to maintain your infrastructure on an as-needed basis or as part of a greater orchestration workflow. It can be installed on your local workstation and connects directly to remote nodes with SSH or WinRM, so you are not required to install any agent software.
https://puppet.com/docs/bolt/latest/bolt.html
Apache License 2.0
496 stars 224 forks source link

Analytics collection is not feasible with some plan functions #3293

Open donoghuc opened 6 months ago

donoghuc commented 6 months ago

Describe the Bug

Analytics submissions for add_facts calls on thousands of targets bogs down analytics submissions.

Expected Behavior

Analytics submissions should not degrade performance.

Additional Context

Turning off analytics submission is a good work around for existing installs. Stop collecting analytics by default.

donoghuc commented 6 months ago

https://github.com/puppetlabs/bolt/pull/3294