cache: add client telemetry (#975)

This commit is contained in:
Travis Groth 2020-06-22 18:18:44 -04:00 committed by GitHub
parent 24b523c043
commit 88a77c42bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 77 additions and 9 deletions

View file

@ -150,6 +150,7 @@ func New(opts config.Options) (*Authenticate, error) {
RequestTimeout: opts.GRPCClientTimeout,
ClientDNSRoundRobin: opts.GRPCClientDNSRoundRobin,
WithInsecure: opts.GRPCInsecure,
ServiceName: opts.Services,
})
if err != nil {
return nil, err