mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-09 23:24:05 -08:00
Fix main branch tests (#8669)
I merged #8629 without noticing that circle ci did not run here. Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
This commit is contained in:
parent
29c65de359
commit
d680880b31
|
@ -234,7 +234,7 @@ func (d *DockerDiscovery) refresh(ctx context.Context) ([]*targetgroup.Group, er
|
|||
if !added {
|
||||
// Use fallback port when no exposed ports are available or if all are non-TCP
|
||||
labels := model.LabelSet{
|
||||
dockerLabelNetworkIP: model.LabelValue(n.IPAddress),
|
||||
dockerLabelNetworkIP: model.LabelValue(n.IPAddress),
|
||||
}
|
||||
|
||||
for k, v := range commonLabels {
|
||||
|
|
Loading…
Reference in a new issue