mirror of https://github.com/prometheus/prometheus
import aliases yaml that can be omitted (#5018)
Signed-off-by: aixeshunter <aixeshunter@gmail.com>pull/5021/head
parent
1ca7037526
commit
29f21b8d0c
|
@ -24,7 +24,7 @@ import (
|
||||||
"github.com/prometheus/prometheus/pkg/timestamp"
|
"github.com/prometheus/prometheus/pkg/timestamp"
|
||||||
"github.com/prometheus/prometheus/promql"
|
"github.com/prometheus/prometheus/promql"
|
||||||
"github.com/prometheus/prometheus/template"
|
"github.com/prometheus/prometheus/template"
|
||||||
yaml "gopkg.in/yaml.v2"
|
"gopkg.in/yaml.v2"
|
||||||
)
|
)
|
||||||
|
|
||||||
// Error represents semantical errors on parsing rule groups.
|
// Error represents semantical errors on parsing rule groups.
|
||||||
|
|
Loading…
Reference in New Issue