level.Warn(e.logger).Log("msg","Number of endpoints in one Endpoints object exceeds 1000 and has been truncated, please use \"role: endpointslice\" instead","endpoint",eps.Name)
}
ifv=="warning"{
level.Warn(e.logger).Log("msg","Number of endpoints in one Endpoints object exceeds 1000, please use \"role: endpointslice\" instead","endpoint",eps.Name)
}
// For all seen pods, check all container ports. If they were not covered
// by one of the service endpoints, generate targets for them.