We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ad0079 commit 01e3c23Copy full SHA for 01e3c23
cmd/otel-allocator/allocation/per_node.go
@@ -191,6 +191,7 @@ func (allocator *perNodeAllocator) handleTargets(diff diff.Changes[*target.Item]
191
}
192
193
194
+
195
// Check for unassigned targets
196
if len(unassignedTargetsForJobs) > 0 {
197
jobs := make([]string, 0, len(unassignedTargetsForJobs))
@@ -200,7 +201,6 @@ func (allocator *perNodeAllocator) handleTargets(diff diff.Changes[*target.Item]
200
201
202
allocator.log.Info("Could not assign targets for the following jobs due to missing node labels", "jobs", jobs)
203
-
204
205
206
// addTargetToTargetItems assigns a target to the collector and adds it to the allocator's targetItems
0 commit comments