Giter Club home page Giter Club logo

Comments (3)

slok avatar slok commented on July 21, 2024

Hi @warmfusion!

At this moment I would prefer to not add multiple ways of doing the same thing in the API, mostly to keep it simple, however, I suggest using raw SLI in this use case, so the query gets simpler:

spec:
  - name: "service-latency"
    objective: 80
    sli:
      raw:
        error_ratio_query: |
          1 - (
            sum(rate(service_duration_seconds_bucket{le="1"}[{{.window}}]))
            /
            sum(rate(service_duration_seconds_bucket{le="+Inf"}[{{.window}}]))
          )

from sloth.

warmfusion avatar warmfusion commented on July 21, 2024

That's fair, I totally understand wanting to keep the spec streamlined.

Thanks for the pointer on the alternative method to use, happy if you want to close this ticket, or hold it open for others if they're in a similar position.

Cheers

from sloth.

slok avatar slok commented on July 21, 2024

Happy it's helpful and thanks for the response @warmfusion!

I'll close to maintain clean the issues, people most likely that will use the search issues feature and will see it, as it has a very descriptive title and content :)

from sloth.

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.