mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-15 01:54:06 -08:00
Improve godoc of Group.SourceTenants()
This commit is contained in:
parent
a97576fc00
commit
f17d3a71aa
|
@ -329,6 +329,7 @@ func (g *Group) Interval() time.Duration { return g.interval }
|
|||
func (g *Group) Limit() int { return g.limit }
|
||||
|
||||
// SourceTenants returns the source tenants for the group.
|
||||
// If it's empty or nil, then the owning user/tenant is considered to be the source tenant.
|
||||
func (g *Group) SourceTenants() []string { return g.sourceTenants }
|
||||
|
||||
func (g *Group) run(ctx context.Context) {
|
||||
|
|
Loading…
Reference in a new issue