Documentation
¶
Overview ¶
package promql
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AtModifierUnsafeFunctions = map[string]struct{}{
"days_in_month": {}, "day_of_month": {}, "day_of_week": {}, "day_of_year": {},
"hour": {}, "minute": {}, "month": {}, "year": {},
"predict_linear": {}, "time": {},
"timestamp": {},
}
Functions ¶
This section is empty.
Types ¶
type Engine ¶ added in v0.2.0
type Engine struct {
// contains filtered or unexported fields
}
func NewEngine ¶ added in v0.2.0
func NewEngine(cfg *config.Config, logService *logservice.LogService) *Engine
Click to show internal directories.
Click to hide internal directories.