mirror of
https://github.com/prometheus/prometheus.git
synced 2025-07-03 11:03:25 +00:00
discovery/kubernetes: remove extraneous parameters from send()
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
This commit is contained in:
parent
babcb86cd0
commit
06c1a07d5a
6 changed files with 11 additions and 11 deletions
|
@ -470,7 +470,7 @@ func lv(s string) model.LabelValue {
|
|||
return model.LabelValue(s)
|
||||
}
|
||||
|
||||
func send(ctx context.Context, l log.Logger, role Role, ch chan<- []*targetgroup.Group, tg *targetgroup.Group) {
|
||||
func send(ctx context.Context, ch chan<- []*targetgroup.Group, tg *targetgroup.Group) {
|
||||
if tg == nil {
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue