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

Project status and call for new maintainer(s) #2517

Open
neilfordyce opened this issue May 28, 2024 · 0 comments
Open

Project status and call for new maintainer(s) #2517

neilfordyce opened this issue May 28, 2024 · 0 comments
Labels

Comments

@neilfordyce
Copy link
Contributor

Skyscanner is in the process of migrating from an open source monitoring solution to a SaaS vendor: we want to focus on our core business of building better travel comparison products to delight travellers. As we won't be using Bosun after that vendor migration, it no longer makes sense for us to be Bosun maintainers. However, we know many of you are Bosun fans, so we're looking for Bosun users or contributors who would be interested in becoming maintainers instead. If that’s you, please reach out on this issue by 1st December 2024. Regrettably, if we cannot find a new maintainer, we will need to archive Bosun.

Bosun has heaps of potential, and we’ve pulled together a list of areas you might be interested in working on, should the idea of being a Bosun maintainer appeal.

Plugin architecture

Refactor Bosun so that its core contains only the common functionality that everyone needs. Maintaining code for integrations you don't use is challenging. Integration with other notification systems or infrequently used time series databases can be introduced through plugins delivered from other repositories.

Integration with incident management systems

Bosun should make it easier to integrate with an IMS such as PagerDuty, Splunk On-call or Incident.io The current method of integration with generic HTTP request template leads to lots of repeated error prone config.

Retry failed notifications

Bosun allows creating and making arbitrary HTTP requests through notifications. These requests can fail and in the current implementation, Bosun doesn't try sending the request again, which causes missed notifications.

Alert notifications for repeated alert failures

If an alert causes an error (like a 404 in OpenTSDB) or a notification fails, it is logged. However, it's easy to miss; particularly if you don't use the Bosun UI often and use Bosun for sending notifications to other incident management systems. Adding a default fallback notification mechanism would prevent such failures going unnoticed.

Support SQL backend

Instead of using Redis for storing state, use a relational database to allow reporting. Future enhancements to do things like collect "was this alert useful" information would be easier to implement and report on. Adding TTLs to reduce storage requirements without breaking foreign keys becomes easier.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant