Skip to content

Commit

Permalink
[Target Allocator] Minor docs fix (#2400)
Browse files Browse the repository at this point in the history
* minor docs fix

* remove chlog
  • Loading branch information
jaronoff97 authored Nov 28, 2023
1 parent a6c8d4e commit abaec7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/otel-allocator/allocation/least_weighted.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ var _ Allocator = &leastWeightedAllocator{}
const leastWeightedStrategyName = "least-weighted"

/*
Load balancer will serve on an HTTP server exposing /jobs/<job_id>/targets
Target Allocator will serve on an HTTP server exposing /jobs/<job_id>/targets
The targets are allocated using the least connection method
Load balancer will need information about the collectors in order to set the URLs
Target Allocator will need information about the collectors in order to set the URLs
Keep a Map of what each collector currently holds and update it based on new scrape target updates
*/

Expand Down

0 comments on commit abaec7a

Please sign in to comment.