Skip to content

Commit 89cbdba

Browse files
authored
Reduce metrics scrape period (#1358)
Summary: TSIA Relevant Issues: N/A Type of change: /kind cleanup Test Plan: Deploy a dev vizier Signed-off-by: Vihang Mehta <vihang@pixielabs.ai>
1 parent ed81330 commit 89cbdba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vizier/services/cloud_connector/cloud_connector_server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ func init() {
5858
pflag.String("vizier_name", "", "The name of the user's K8s cluster, assigned by Pixie cloud")
5959
pflag.String("deploy_key", "", "The deploy key for the cluster")
6060
pflag.Bool("disable_auto_update", false, "Whether auto-update should be disabled")
61-
pflag.Duration("metrics_scrape_period", time.Minute, "Period that the metrics scraper should run at.")
61+
pflag.Duration("metrics_scrape_period", 15*time.Minute, "Period that the metrics scraper should run at.")
6262
}
6363
func newVzServiceClient() (vizierpb.VizierServiceClient, error) {
6464
dialOpts, err := services.GetGRPCClientDialOpts()

0 commit comments

Comments
 (0)