Giter Club home page Giter Club logo

Comments (5)

brian-brazil avatar brian-brazil commented on May 13, 2024

The jmx exporter can export only what is available in JMX. Cassandra doesn't export histograms, so the jmx exporter can't export them.

If you want histograms in Cassandra, that'll require changes to Cassandra.

from jmx_exporter.

NegatioN avatar NegatioN commented on May 13, 2024

Maybe I'm misunderstanding, but I see quite a few mentions of histograms in the Cassandra metric docs?

I realize that the exporter can only access what is already there, but am I correct in saying it currently does not support Histograms? The docs says: "type The type of the metric, can be GAUGE or COUNTER. name must be set to use this. Defaults to GAUGE."

So assuming it is correct, I'm simply wondering if there are any plans for adding support for histograms in the near future? Or are there any obstacles to doing so? :)

from jmx_exporter.

brian-brazil avatar brian-brazil commented on May 13, 2024

I don't think we'll support histograms in the jmx exporter for sanity's sake, however there's nothing preventing you from emulating it. A Prometheus histogram is just a set of counters.

from jmx_exporter.

NegatioN avatar NegatioN commented on May 13, 2024

Feels hacky to emulate it myself as well, so we'll see how essential it really is to have. :) Thanks for the help.

from jmx_exporter.

brian-brazil avatar brian-brazil commented on May 13, 2024

It's not that hacky for an exporter. Exporters are all about tradeoffs.

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.