GithubHelp home page GithubHelp logo

Comments (3)

brian-brazil avatar brian-brazil commented on July 30, 2024

Have you looked into the service discovery that was added in Prometheus 0.14.0? It'll let you dynamically configure what to monitor, and will produce overall better results than indirecting via a push gateway.

from jmx_exporter.

beorn7 avatar beorn7 commented on July 30, 2024

In general, to do Prometheus monitoring "right", you want to have an HTTP server on the targets to monitor. Everything else is band aid at best. Or in other words: If you cannot have that HTTP server on most of your targets, I would simply not recommend Prometheus.

The JMX exporter will easily create a whole lot of metrics, and the Pushgateway is not meant to scale to a lot of metrics pushed from many different targets. For one, the one big scrape the Prometheus server has to perform, gets really big then. Also, you are creating another management chore: If one of your monitoring targets dies, what to do with the metrics it has pushed to the Pushgateway? They will just stick around forever, or you have to create another job that deletes metrics from dead targets...

from jmx_exporter.

curtisallen avatar curtisallen commented on July 30, 2024

@brian-brazil yeah I noticed consul was added with the release last week. May end up going that route. @beorn7 thanks for the comments, didn't consider push gateway metrics clutter before.
Thanks!

from jmx_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.