String returns a human-readable string representation of the rule.
()
| 43 | Eval(ctx context.Context, queryOffset time.Duration, evaluationTime time.Time, queryFunc QueryFunc, externalURL *url.URL, limit int) (promql.Vector, error) |
| 44 | // String returns a human-readable string representation of the rule. |
| 45 | String() string |
| 46 | // Query returns the rule query expression. |
| 47 | Query() parser.Expr |
| 48 | // SetLastError sets the current error experienced by the rule. |
no outgoing calls