mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-09 23:24:05 -08:00
rules/manager: remove a no-longer-relevant comment (#4503)
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
This commit is contained in:
parent
11155c7028
commit
0b4d22b245
|
@ -694,8 +694,6 @@ func (m *Manager) Update(interval time.Duration, files []string) error {
|
||||||
}
|
}
|
||||||
|
|
||||||
// loadGroups reads groups from a list of files.
|
// loadGroups reads groups from a list of files.
|
||||||
// As there's currently no group syntax a single group named "default" containing
|
|
||||||
// all rules will be returned.
|
|
||||||
func (m *Manager) loadGroups(interval time.Duration, filenames ...string) (map[string]*Group, []error) {
|
func (m *Manager) loadGroups(interval time.Duration, filenames ...string) (map[string]*Group, []error) {
|
||||||
groups := make(map[string]*Group)
|
groups := make(map[string]*Group)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue