Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

burstObservatory object (to use leastLoad strategy for balancer) #1031

Closed
pulsarice opened this issue Feb 26, 2024 · 3 comments
Closed

burstObservatory object (to use leastLoad strategy for balancer) #1031

pulsarice opened this issue Feb 26, 2024 · 3 comments
Labels
enhancement New feature or request to deploy To be deployed during the time

Comments

@pulsarice
Copy link

In order to use leastLoad strategy for balancer we need another kind of observatory (leastPing aside)
Please add the abitily to include this in config.json

  "burstObservatory": {
    "subjectSelector":[
      "tag1",
      "tag2"
    ],
    "pingConfig": {
      "destination": "http://www.google.com/gen_204",
      "interval": "1h",
      "connectivity": "http://connectivitycheck.platform.hicloud.com/generate_204",
      "timeout": "30s",
      "sampling": 2
    }
  }
@pulsarice pulsarice added the enhancement New feature or request label Feb 26, 2024
@alireza0
Copy link
Owner

It is about new feature released yesterday! Also documentation is not enough.
Please wait some days after the creator released it. :)
It needs to be tested by users and they should fix the bugs and announce the documentation :)

@alireza0 alireza0 added to deploy To be deployed during the time enhancement New feature or request and removed enhancement New feature or request labels Feb 26, 2024
alireza0 added a commit that referenced this issue Mar 10, 2024
@alireza0
Copy link
Owner

It is now possible to add it inside JSON config.
To use it in panel configuration, there is no option yet.
I will work on it i proper time.

@pulsarice
Copy link
Author

Thank you sir.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request to deploy To be deployed during the time
Projects
None yet
Development

No branches or pull requests

2 participants