Git Product home page Git Product logo

Comments (5)

SuperQ avatar SuperQ commented on May 26, 2024

It's best to run one collectd_exporter per node and send collectd traffic over localhost. This scales best.

from collectd_exporter.

ADI10HERO avatar ADI10HERO commented on May 26, 2024

Can you elaborate on it a little?

I have a VM where prometheus and collectd-exporter are running... Lets call it 'X'

I am using collectd on those 5 nodes (VMs) lets call them A, B, C, D, E

So do you want me to run 5 collectd-exporter's like X_A, X_B, X_C, X_D and X_E ?
All 5 X_* run on the VM X?

And then these 5 send data over localhost to prometheus?

Is this what you meant?

from collectd_exporter.

SuperQ avatar SuperQ commented on May 26, 2024

No, you run collectd_exporter on each node, A,B,C... Then Prometheus on host X is configured to scrape the exporter on http://A:9103/metrics, http://B:9103/metrics, etc.

from collectd_exporter.

ADI10HERO avatar ADI10HERO commented on May 26, 2024

So all collectds send to collectd-exporters on the localhost?
And the scraping work will be done by prometheus?
Is this right?

If yes, That's smart! :D

Thankyou so much :)

from collectd_exporter.

SuperQ avatar SuperQ commented on May 26, 2024

Yes, that's exactly it.

from collectd_exporter.

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.