File tree 2 files changed +2
-2
lines changed
cmd/otel-allocator/allocation
tests/e2e-opampbridge/opampbridge
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -191,6 +191,7 @@ func (allocator *perNodeAllocator) handleTargets(diff diff.Changes[*target.Item]
191
191
}
192
192
}
193
193
}
194
+
194
195
// Check for unassigned targets
195
196
if len (unassignedTargetsForJobs ) > 0 {
196
197
jobs := make ([]string , 0 , len (unassignedTargetsForJobs ))
@@ -200,7 +201,6 @@ func (allocator *perNodeAllocator) handleTargets(diff diff.Changes[*target.Item]
200
201
201
202
allocator .log .Info ("Could not assign targets for the following jobs due to missing node labels" , "jobs" , jobs )
202
203
}
203
-
204
204
}
205
205
206
206
// addTargetToTargetItems assigns a target to the collector and adds it to the allocator's targetItems
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ kind: OpAMPBridge
26
26
metadata :
27
27
name : test
28
28
spec :
29
- image : " ghcr.io/open-telemetry/ opentelemetry-operator/operator -opamp-bridge:v0.90.0-14-g082e678 "
29
+ image : " local/ opentelemetry-operator-opamp-bridge:e2e "
30
30
endpoint : ws://opamp-server:4320/v1/opamp
31
31
capabilities :
32
32
AcceptsOpAMPConnectionSettings : true
You can’t perform that action at this time.
0 commit comments