Skip to content

Commit

Permalink
INFRA-8626 Increase metricbuilder delete timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Milushev authored and zunkree committed Sep 16, 2019
1 parent 7bdcdb5 commit 7bfdba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/metricbuilder/metricbuilder.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ var metricConfigs map[string]MetricProps
var LRUInterval = 1 * time.Minute

//modify to read from configuration file
var LRUTimeBucket float64 = 300
var LRUTimeBucket float64 = 86400

var (
metricsVec = make(map[string]*prometheus.CounterVec)
Expand Down

0 comments on commit 7bfdba0

Please sign in to comment.