You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
argument=subcommand.add_argument('--metrics-retention-period', help='Retention period for I/O statistics (Prometheus), default: 7d', type=str, default='7d', dest='metrics_retention_period', required=False)
427
-
argument=subcommand.add_argument('--contact-point', help='Email or slack webhook url to be used for alerting', type=str, dest='contact_point', required=False)
427
+
argument=subcommand.add_argument('--contact-point', help='Email or slack webhook url to be used for alerting', type=str, default='', dest='contact_point', required=False)
428
428
argument=subcommand.add_argument('--grafana-endpoint', help='Endpoint url for Grafana', type=str, dest='grafana_endpoint', required=False)
0 commit comments