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)