Coder Social home page Coder Social logo

Document count_* metrics about statsd HOT 2 OPEN

greatvovan avatar greatvovan commented on May 20, 2024
Document count_* metrics

from statsd.

Comments (2)

greatvovan avatar greatvovan commented on May 20, 2024 1

I absolutely can do that, but first of all I need to understand it myself.

@BlueHatbRit I know what are percentiles, but I have no idea how to apply this concept to counters. Say I have 10 values:

4 3 5 20 3 3 4 5 30 4

Percentiles consider the values and 90 percentile will cut the highest two (20 and 30). But as for counters, it will work regardless of values, and the result will be always 8. It looks like count_90 is always equal to count * 0.9 and count_99 == count * 0.99.

If the above is correct, I cannot even imagine what can be the use of such metrics.

from statsd.

BlueHatbRit avatar BlueHatbRit commented on May 20, 2024

Hi @greatvovan, you're right we're lacking some documentation around these, they're being worked on but likewise if you'd like to contribute then that would be awesome!

count_ps is indeed count-per-second which is calculated in addition to your flush interval. Count_90 and Count_99 refer to the 90th and 99th percentile, which we also give with a few of the other metric types as well. It's a great way to understand what's happening often vs rarely in a system.

If you're not familiar with 90th, 99th percentiles in metrics then there's a good explanation here - https://stackoverflow.com/questions/38781499/what-does-90th-95th-99th-pct-matrices-means-in-dashboard-report-of-jmeter.

Hopefully I'll get some time to do a documentation pass over the next few months, things are quite busy for me at the moment though and I seem to be the primary maintainer these days.

from statsd.

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.