Gabriel Raineri
Gabriel Raineri
Would it be possible to support this case? ``` func GetRoutes(pingService Service) http.Route { return func(r *gin.Engine) { // Ping godoc // @Summary check the health status of the service...
It seems that once the proxy receives a multi-metrics packet it parses all the metrics, hashes and send each of them individually to the corresponding aggregator. I'm wondering about the...
Hi! We are facing a weird situation in which after a while we start seeing corrupted metrics. Let's say we have metrics such as `company.prefix.metric-one` and `company.prefix.metric-two`. We typically send...
I'm wondering if version 1.8.0 or 1.9.0 were compiled using JVM 11 since I'm getting the following error when I run it using JVM 8: ``` java.lang.UnsupportedClassVersionError: redis/util/CRC16 has been...
Hello! First of all I would like to thank you for this awesome work! It has drastically reduced the time it takes to run our DB tests. However, and for...
### Checklist - [x] Checked the issue tracker for similar issues to ensure this is not a duplicate. - [x] Provided a clear description of your suggestion. - [x] Included...