Git Product home page Git Product logo

Comments (9)

udoprog avatar udoprog commented on May 28, 2024

Check at the bottom of http://spotify.github.io/heroic/#!/docs/aggregations

Filtering aggregations return an entire time series, if it matches the given criteria. That is, if it has any data point witch matches it.

from heroic.

mykolasmith avatar mykolasmith commented on May 28, 2024

@udoprog Would you consider adding another constructor property to the k filters such as "on", which takes either "series" or "point", thereby allowing to either filter out entire series matching the criteria or specific points within a series?

from heroic.

udoprog avatar udoprog commented on May 28, 2024

@juruen what do you say?

from heroic.

mykolasmith avatar mykolasmith commented on May 28, 2024

The use case I have right now is needing to sum only the positive deltas of a time series. So basically was hoping to use a chain, e.g. delta | abovek(0, "point") | sum(1h).

from heroic.

juruen avatar juruen commented on May 28, 2024

My only consideration to add this feature would be naming. Should we just have different aggregation group names that indicate that they filter time-series or points instead of using an argument?

from heroic.

mykolasmith avatar mykolasmith commented on May 28, 2024

@juruen Yeah, that might be better. E.g. {"type": "pointsabovek", "k": 100} vs. {"type": "seriesabovek", "k": 100}.

I tried to take a stab at this using an "on" param, but couldn't get Optionals to work with the JsonProperty. Then I made it a required argument, but couldn't get the tests to pass due to an invalid argument type in LombokDataTest. If this seems like something you could implement rather quickly, would you please consider doing so?

from heroic.

mykolasmith avatar mykolasmith commented on May 28, 2024

@juruen @udoprog we are going to hire a contractor to work on this. Do you guys have any preference on my question above? In effect, should it be its own separate aggregation or an optional argument on the existing K-filters?

from heroic.

udoprog avatar udoprog commented on May 28, 2024

We currently don't have a good infrastructure to do complex decoding of the arguments in a consistent way. So my preference would currently be to just call them pointsabove, and pointsbelow. The k suffix doesn't add much.

from heroic.

mykolasmith avatar mykolasmith commented on May 28, 2024

We've devised a solution for this. Pull request incoming...

from heroic.

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.