Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Kent Quirk <[email protected]>
  • Loading branch information
snuggie12 and kentquirk authored Mar 11, 2024
1 parent 93c9bb8 commit 3701d15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion exporter/loadbalancingexporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ The format for the name of an SRV record is `_service._proto.name` such as `_lda
Note that we do not define a port in the config since the port is provided by the record. The target must be either an A or AAAA record. For more information see https://www.ietf.org/rfc/rfc2782.txt

> [!IMPORTANT]
> Currently priority and weight are not supported features. Additionally, all targets should map to a single IP address.
> Currently priority and weight are not supported features. Additionally, all targets must map to a single IP address.


Example Config:
Expand Down
1 change: 1 addition & 0 deletions exporter/loadbalancingexporter/resolver_dnssrvnoa.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ func (r *dnssrvnoaResolver) periodicallyResolve() {
}
cancel()
case <-r.stopCh:
ticker.Stop()
return
}
}
Expand Down

0 comments on commit 3701d15

Please sign in to comment.