Fixed type in error logs in metrics.go
Signed-off-by: Vladislav Stishenko <github@vst.name>
This commit is contained in:
@@ -153,7 +153,7 @@ func StartRecording(maxClients int64, prometheusEnabled bool, prometheusCleanUns
|
|||||||
case RecordEntryTypeStart:
|
case RecordEntryTypeStart:
|
||||||
geohash, country, location, err := geoip.GeohashAndLocation(r.IpAddr, geoOption)
|
geohash, country, location, err := geoip.GeohashAndLocation(r.IpAddr, geoOption)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
glog.Warningf("Failed to obatin the geohash of %v: %v.", r.IpAddr, err)
|
glog.Warningf("Failed to obtain the geohash of %v: %v.", r.IpAddr, err)
|
||||||
}
|
}
|
||||||
clientIP.With(prometheus.Labels{
|
clientIP.With(prometheus.Labels{
|
||||||
"ip": r.IpAddr,
|
"ip": r.IpAddr,
|
||||||
|
|||||||
Reference in New Issue
Block a user