Giter Club home page Giter Club logo

Comments (5)

htj avatar htj commented on September 26, 2024

Hi, we have the same issue as well. It mostly due to telegraf output all inputs to all outputs which is not always desirable.

Right now we solve it by dumping in another config file, and running a seperate telegraf instance.

from puppet-telegraf.

dhoppe avatar dhoppe commented on September 26, 2024

Why exactly do you need multiple Telegraf instances? As far as I know, you can route the inputs based on a tag to a specific output.

from puppet-telegraf.

htj avatar htj commented on September 26, 2024

@dhoppe Thanks, I was not aware of that feature.

We do have another case, where we have some system that updates counters every 30 seconds, which we need collect.

And then we have some other collectors on the same hosts that pull data from ~70 system that updates continously. Here we need to add some collection jitter to avoid tipping over the collector VM, and it is not currently possible to have only have collection jitter on some inputs (but I guess that is a telegraf feature request).

from puppet-telegraf.

dhoppe avatar dhoppe commented on September 26, 2024

Telegraf uses an interval of 10s by default, but you can override this for a specific plugin. For example:

[[inputs.snmp]]
  interval = "1m"

Correct. As far as I know, you can not configure a different jitter for a specific plugin.

from puppet-telegraf.

htj avatar htj commented on September 26, 2024

I'm aware of the interval option (we use it widely), but jitter is the problem.

from puppet-telegraf.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.