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

Recommendations for aggregating all metrics #433

Open
rodmur opened this issue May 4, 2021 · 1 comment
Open

Recommendations for aggregating all metrics #433

rodmur opened this issue May 4, 2021 · 1 comment

Comments

@rodmur
Copy link

rodmur commented May 4, 2021

Hi,

Just I was just wanting to aggregate all values coming from collectd and then pass it along to a graphite setup. Just wondering if the following is a good idea or not:

aggregate 
  (\.*)
  every 300 seconds
  expire after 360 seconds
  compute avg write to
    \1
  send to portaldb
  stop
  ;

Or is the above a bad idea?

@rodmur rodmur changed the title Recommendations for aggregating all metrics? Recommendations for aggregating all metrics May 4, 2021
@grobian
Copy link
Owner

grobian commented May 5, 2021

Not per-se, depends a bit on how many unique metrics names you're going to spool through this instance :)

It will need memory obviously, and it's going to take some cpu to do the lookups all the time. I would just try and see if it falls over or not.

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

2 participants