(userID string)
| 173 | RulerQueryOffset(userID string) time.Duration |
| 174 | DisabledRuleGroups(userID string) validation.DisabledRuleGroups |
| 175 | RulerExternalLabels(userID string) labels.Labels |
| 176 | } |
| 177 | |
| 178 | type QueryExecutor func(ctx context.Context, qs string, t time.Time) (promql.Vector, error) |