fix misspelling
Signed-off-by: Jon Carl <grounded042@joncarl.com>
This commit is contained in:
parent
84fa5ad468
commit
f872474509
1 changed files with 1 additions and 1 deletions
|
@ -309,7 +309,7 @@ func (sc *SocketCollector) handleMessage(msg []byte) {
|
|||
for i := range statsBatch {
|
||||
stats := &statsBatch[i]
|
||||
if sc.metricsPerHost && !sc.hosts.Has(stats.Host) && !sc.metricsPerUndefinedHost {
|
||||
klog.V(3).InfoS("Skipping metric for host not explicity defined in an ingress", "host", stats.Host)
|
||||
klog.V(3).InfoS("Skipping metric for host not explicitly defined in an ingress", "host", stats.Host)
|
||||
continue
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue