From 3efe4102ba9b429799d0420d34e33d2f87620c0e Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Sun, 14 Jan 2024 22:09:32 +0200 Subject: [PATCH] README.md: mention that easyproto is used in VictoriaMetrics --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index caaa40b..f601a09 100644 --- a/README.md +++ b/README.md @@ -217,3 +217,9 @@ func GetTimeseriesName(src []byte) (name string, err error) { return "", fmt.Errorf("timeseries name isn't found in the message") } ``` + +## Users + +`easyproto` is used in the following projects: + +- [VictoriaMetrics](https://github.com/VictoriaMetrics/VictoriaMetrics)