Skip to content

Commit

Permalink
README.md: mention that easyproto is used in VictoriaMetrics
Browse files Browse the repository at this point in the history
  • Loading branch information
valyala committed Jan 14, 2024
1 parent 83e751f commit 3efe410
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 3efe410

Please sign in to comment.