aboutsummaryrefslogtreecommitdiff
path: root/halog.go
diff options
context:
space:
mode:
Diffstat (limited to 'halog.go')
-rw-r--r--halog.go10
1 files changed, 0 insertions, 10 deletions
diff --git a/halog.go b/halog.go
index fd3f432..b7ac16d 100644
--- a/halog.go
+++ b/halog.go
@@ -11,16 +11,6 @@ import (
"time"
)
-// heartbeat of haminer, in case we want to monitor deadman from haminer.
-var heartbeat = &Halog{ // nolint: gochecknoglobals
- Timestamp: time.Now(),
- FrontendName: "-",
- BackendName: "-",
- ServerName: "-",
- tagHTTPURL: "-",
- HTTPMethod: "-",
-}
-
// Halog contains the mapping of haproxy HTTP log format to Go struct.
//
// Reference: https://cbonte.github.io/haproxy-dconv/1.7/configuration.html#8.2.3