Browse Source

Make _country special when processing logs

Ask Bjørn Hansen 7 years ago
parent
commit
649a5f929a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      geodns-influxdb/process-stats.go

+ 1 - 0
geodns-influxdb/process-stats.go

@@ -112,6 +112,7 @@ func main() {
 var extraValidLabels = map[string]struct{}{
 	"uk":       struct{}{},
 	"_status":  struct{}{},
+	"_country": struct{}{},
 	"www":      struct{}{},
 	"nag-test": struct{}{},
 }