Add support for local consul agent checking

Direct healthchecking can be expensive at scale. Using the local
agent is a best practice.
This commit is contained in:
Robert Eckert
2020-01-24 15:10:41 -08:00
parent 484ae5d00e
commit b6f865bb73
2 changed files with 62 additions and 13 deletions

2
go.mod
View File

@@ -9,7 +9,7 @@ require (
github.com/eapache/queue v1.1.0
github.com/fsnotify/fsnotify v1.4.7
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/golang/protobuf v0.0.0-20181022004443-7be363195599
github.com/golang/protobuf v1.2.0
github.com/hashicorp/hcl v1.0.0
github.com/influxdata/influxdb v1.6.4
github.com/konsorten/go-windows-terminal-sequences v1.0.1