pushgateway icon indicating copy to clipboard operation
pushgateway copied to clipboard

Solution for https://github.com/prometheus/pushgateway/issues/117

Results 4 pushgateway issues
Sort by recently updated
recently updated
newest added

`cleanupStaleValues` function needs a read-write lock because it's deleting values from `dms.metricGroups`. Using a read lock causes a panic `fatal error: concurrent map iteration and map write` ``` goroutine 422...

Hi, recently We got this error "fatal error: concurrent map iteration and map write". I work at Globo.com and we tested the new compiled version of your modified pushgateway (TTL)...

if clean timer duration is greater than ttl, data will remain more than ttl. so timer duration is set equal ttl