mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -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 {
|
if !added {
|
||||||
// Use fallback port when no exposed ports are available or if all are non-TCP
|
// Use fallback port when no exposed ports are available or if all are non-TCP
|
||||||
labels := model.LabelSet{
|
labels := model.LabelSet{
|
||||||
dockerLabelNetworkIP: model.LabelValue(n.IPAddress),
|
dockerLabelNetworkIP: model.LabelValue(n.IPAddress),
|
||||||
}
|
}
|
||||||
|
|
||||||
for k, v := range commonLabels {
|
for k, v := range commonLabels {
|
||||||
|
|
Loading…
Reference in a new issue