fix typo in comment for scrape manager (#9094)
Signed-off-by: Masato Naka <masatonaka1989@gmail.com>
This commit is contained in:
parent
83a56e22ab
commit
a1c1313b3c
|
@ -119,7 +119,7 @@ func NewManager(logger log.Logger, app storage.Appendable) *Manager {
|
|||
}
|
||||
|
||||
// Manager maintains a set of scrape pools and manages start/stop cycles
|
||||
// when receiving new target groups form the discovery manager.
|
||||
// when receiving new target groups from the discovery manager.
|
||||
type Manager struct {
|
||||
logger log.Logger
|
||||
append storage.Appendable
|
||||
|
|
Loading…
Reference in New Issue