fix typo in comment for scrape manager (#9094)

Signed-off-by: Masato Naka <masatonaka1989@gmail.com>
This commit is contained in:
Naka Masato 2021-07-19 19:25:13 +09:00 committed by GitHub
parent 83a56e22ab
commit a1c1313b3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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