Giter Site home page Giter Site logo

Introduce repeatable alert about easeprobe HOT 2 CLOSED

megaease avatar megaease commented on May 20, 2024
Introduce repeatable alert

from easeprobe.

Comments (2)

haoel avatar haoel commented on May 20, 2024

This is a good issue.

I thought this before I wrote the first line code of EaseProbe, edge trigger or level trigger really put me in a dilemma. And it never disappears from my mind. Thanks to bring this here.

for the level trigger, I have the following concerns

  • Most of the time, an accident could cause many services unavailable, and they all keep sending alerts, your phone or other notifiers would be flooded totally.

  • The silence duration would be magic work, nobody can set it right.

Maybe, we can use something like "exponential backoff". For example, only sending 5 alerts, the time between them can be deltaTime = 2*deltaTime (deltaTime can be initialized as probe interval)

from easeprobe.

samanhappy avatar samanhappy commented on May 20, 2024

I like the backoff strategy, it's commonly used for handling failed operations in Kubernetes, all we need is to choose a reasonable amount of time and a maximum number of retries.

from easeprobe.

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.