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
// ArgoCDApplicationControllerShardSpec defines the options available for enabling sharding for the Application Controller component.
@@ -353,6 +356,20 @@ type ArgoCDNotifications struct {
353
356
// LogFormat refers to the log format used by the argocd-notifications. Defaults to ArgoCDDefaultLogFormat if not configured. Valid options are text or json.
354
357
// +kubebuilder:validation:Enum=text;json
355
358
LogFormatstring`json:"logFormat,omitempty"`
359
+
360
+
// Metrics defines the metrics configuration for the Notifications ServiceMonitor.
Copy file name to clipboardExpand all lines: api/v1beta1/argocd_types.go
+23Lines changed: 23 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -137,6 +137,9 @@ type ArgoCDApplicationControllerSpec struct {
137
137
138
138
// RespectRBAC restricts controller from discovering/syncing specific resources, Defaults is empty if not configured. Valid options are strict and normal.
139
139
RespectRBACstring`json:"respectRBAC,omitempty"`
140
+
141
+
// Metrics defines the metrics configuration for the Application Controller ServiceMonitor.
@@ -438,6 +441,20 @@ type ArgoCDNotifications struct {
438
441
// LogFormat refers to the log format used by the argocd-notifications. Defaults to ArgoCDDefaultLogFormat if not configured. Valid options are text or json.
439
442
// +kubebuilder:validation:Enum=text;json
440
443
LogFormatstring`json:"logFormat,omitempty"`
444
+
445
+
// Metrics defines the metrics configuration for the Notifications ServiceMonitor.
0 commit comments