Skip to content

Commit

Permalink
Reduce metrics scrape period (#1358)
Browse files Browse the repository at this point in the history
Summary: TSIA

Relevant Issues: N/A

Type of change: /kind cleanup

Test Plan: Deploy a dev vizier

Signed-off-by: Vihang Mehta <[email protected]>
  • Loading branch information
vihangm authored May 22, 2023
1 parent ed81330 commit 89cbdba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func init() {
pflag.String("vizier_name", "", "The name of the user's K8s cluster, assigned by Pixie cloud")
pflag.String("deploy_key", "", "The deploy key for the cluster")
pflag.Bool("disable_auto_update", false, "Whether auto-update should be disabled")
pflag.Duration("metrics_scrape_period", time.Minute, "Period that the metrics scraper should run at.")
pflag.Duration("metrics_scrape_period", 15*time.Minute, "Period that the metrics scraper should run at.")
}
func newVzServiceClient() (vizierpb.VizierServiceClient, error) {
dialOpts, err := services.GetGRPCClientDialOpts()
Expand Down

0 comments on commit 89cbdba

Please sign in to comment.