docs/Cluster-VictoriaMetrics.md: follow-up after f42c12e69a

Return back accidentally deleted text regarding KISS principles used in VictoriaMetrics development
This commit is contained in:
Aliaksandr Valialkin 2023-10-13 14:58:50 +02:00
parent 3f5a41e35e
commit d1638db849
No known key found for this signature in database
GPG Key ID: A72BEC6CD3D0DED1

View File

@ -808,6 +808,8 @@ Feel free asking any questions regarding VictoriaMetrics:
* [Google groups](https://groups.google.com/forum/#!forum/victorametrics-users)
* [Mastodon](https://mastodon.social/@victoriametrics/)
We are open to third-party pull requests provided they follow the [KISS design principle](https://en.wikipedia.org/wiki/KISS_principle):
- Prefer simple code and architecture.
- Avoid complex abstractions.
- Avoid magic code and fancy algorithms.