mirror of
https://github.com/ddworken/hishtory.git
synced 2024-11-23 00:34:27 +01:00
Add print line after finishing upload of DD metrics
This commit is contained in:
parent
b6885cca98
commit
ff0d2c34d6
@ -48,6 +48,7 @@ func main() {
|
||||
for testId, count := range NUM_TEST_RETRIES {
|
||||
GLOBAL_STATSD.Distribution("test_retry_count", float64(count), []string{"test:" + testId, "os:" + runtime.GOOS}, 1.0)
|
||||
}
|
||||
fmt.Printf("Uploaded data about %d tests to datadog\n", len(NUM_TEST_RETRIES))
|
||||
}
|
||||
|
||||
type eventHandler struct{}
|
||||
|
Loading…
Reference in New Issue
Block a user