envoyconfig: fix metrics ingress listener name (#2124)

This commit is contained in:
Caleb Doxsey 2021-04-26 07:49:48 -06:00 committed by GitHub
parent 9718d27ba6
commit 008bda99e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 4 deletions

View file

@ -204,7 +204,7 @@ func (mgr *Manager) DeltaAggregatedResources(
return ctx.Err()
case outgoing <- res:
log.Info(changeCtx).
Str("nounce", res.Nonce).
Str("nonce", res.Nonce).
Str("type", res.TypeUrl).
Msg("send update")
}