mirror of
https://github.com/ddworken/hishtory.git
synced 2025-08-13 16:57:23 +02:00
Close dd stats
This commit is contained in:
@ -28,6 +28,7 @@ func main() {
|
||||
log.Fatalf("failed to init datadog: %v", err)
|
||||
}
|
||||
}
|
||||
defer ddStats.Close()
|
||||
GLOBAL_STATSD = ddStats
|
||||
} else {
|
||||
fmt.Printf("Skipping exporting test stats to datadog\n")
|
||||
|
Reference in New Issue
Block a user