We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c8b3ff commit e6f6379Copy full SHA for e6f6379
pkg/resourcegenerator/prometheus/prometheus.go
@@ -5,13 +5,11 @@ import (
5
"github.com/kartverket/skiperator/pkg/reconciliation"
6
"github.com/kartverket/skiperator/pkg/resourcegenerator/resourceutils/generator"
7
pov1 "github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring/v1"
8
- prommodel "github.com/prometheus/common/model"
9
)
10
11
var (
12
multiGenerator = generator.NewMulti()
13
defaultScrapeInterval = pov1.Duration("60s")
14
- minimumInterval, _ = prommodel.ParseDuration("15s")
15
16
17
func Generate(r reconciliation.Reconciliation) error {
0 commit comments