Skip to content

Commit

Permalink
increase the default scrape interval
Browse files Browse the repository at this point in the history
  • Loading branch information
bigfish.zhang committed Sep 21, 2023
1 parent 8d76221 commit 111e4bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/factory/risingwave_object_factory.go
Original file line number Diff line number Diff line change
Expand Up @@ -1778,8 +1778,8 @@ func (f *RisingWaveObjectFactory) NewConfigConfigMap(val string) *corev1.ConfigM
// NewServiceMonitor creates a new ServiceMonitor.
func (f *RisingWaveObjectFactory) NewServiceMonitor() *prometheusv1.ServiceMonitor {
const (
interval = 5 * time.Second
scrapeTimeout = 5 * time.Second
interval = 15 * time.Second
scrapeTimeout = 15 * time.Second
)

serviceMonitor := &prometheusv1.ServiceMonitor{
Expand Down

0 comments on commit 111e4bf

Please sign in to comment.