mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-02-09 15:27:11 +00:00
2.9 KiB
2.9 KiB
sort | weight | title | menu | ||||||
---|---|---|---|---|---|---|---|---|---|
500 | 500 | VictoriaMetrics goals |
|
Goals
- The main goal - to help users and clients resolving issues with VictoriaMetrics components, so they could use these components in the most efficient way.
- Fixing bugs in the essential functionality of VictoriaMetrics components. Small usability bugs are usually the most annoying, so they must be fixed first.
- Improving docs for VictoriaMetrics components, so users could find answers to their questions via Google or Perplexity without the need to ask these questions at our support channels.
- Simplifying usage of VictoriaMetrics components without breaking backwards compatibility, so users could regularly upgrade to the latest available release and remain happy.
- Improving the essential functionality of VictoriaMetrics components.
- Improving the readability and maintainability of the code base by removing unnecessary abstractions and simplifying the code whenever possible.
- Improving development velocity by optimizing CI/CD tasks, so they take less time.
Non-goals
- Convincing people to use VictoriaMetrics components when there are better suited solutions exist for their tasks, since users will become angry at VictoriaMetrics after they discover better solutions.
- Breaking links to VictoriaMetrics docs, since users will be unhappy seeing 404 page or unexpected results after they click some old link somewhere on the Internet or in the internal knowledge base.
- Breaking backwards compatibility in new releases, since users will be unhappy when their working setup breaks after the upgrade.
- Adding non-trivial features, which require significant changes in the code and the architecture, since these features may break the essential functionality of VictoriaMetrics components, so a big share of the existing users may become unhappy after the upgrade.
- Adding unnecessary abstractions, since they may worsen project maintainability in the future.
- Implementing all the features users ask. These features should fit the goals of VictoriaMetrics.
Other feature requests must be closed as
won't implement
, with the link to this page. - Merging all the pull requests users submit. These pull requests should fit the goals of VictoriaMetrics.
Other pull requests must be closed as
won't merge
, with the link to this page. - Slowing down CI/CD pipelines with non-essential tasks, since this results in development velocity slowdown.
- Slowing down development velocity by introducing non-essential requirements.