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

Investigate options for configuring frequencies, batching and timeouts #78

Open
Miles-Garnsey opened this issue Aug 12, 2022 · 0 comments
Assignees

Comments

@Miles-Garnsey
Copy link

There are various places where data is handed off between system components. These include:

  1. Metrics being pushed into collectd's netty channel.
  2. The netty channel writing out files onto disk.
  3. Collectd ingesting those files.
  4. Prometheus scraping the collectd endpoint.

Each of these handoff points offers opportunities to

  1. Configure the size of the scrape/write/batch.
  2. Throttling data flow via downsampling or slowing batch/write/scrape frequency.
  3. Modifying the timeouts to ensure that the scrape/write/batch has time to complete.

Some of these options should be configurable, this ticket tracks work to determine which.

@Miles-Garnsey Miles-Garnsey self-assigned this Aug 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant