@@ -3864,6 +3864,11 @@ spec:
3864
3864
metrics :
3865
3865
description : Metrics defines the metrics configuration for operands.
3866
3866
properties :
3867
+ DisablePrometheusAnnotations :
3868
+ description : DisablePrometheusAnnotations controls the automatic
3869
+ addition of default Prometheus annotations ('prometheus.io/scrape',
3870
+ ' prometheus.io/port' , and 'prometheus.io/path')
3871
+ type : boolean
3867
3872
enableMetrics :
3868
3873
description : EnableMetrics specifies if ServiceMonitor or
3869
3874
PodMonitor(for sidecar mode) should be created for the service
@@ -4254,6 +4259,10 @@ spec:
4254
4259
account to use with this instance. When set, the operator will not
4255
4260
automatically create a ServiceAccount for the collector.
4256
4261
type : string
4262
+ shareProcessNamespace :
4263
+ description : ShareProcessNamespace indicates if the pod's containers
4264
+ should share process namespace.
4265
+ type : boolean
4257
4266
targetAllocator :
4258
4267
description : TargetAllocator indicates a value which determines whether
4259
4268
to spawn a target allocation resource or not.
@@ -5175,6 +5184,7 @@ spec:
5175
5184
type : object
5176
5185
type : array
5177
5186
filterStrategy :
5187
+ default : relabel-config
5178
5188
description : FilterStrategy determines how to filter targets before
5179
5189
allocating them among the collectors. The only current option
5180
5190
is relabel-config (drops targets based on prom relabel_config).
@@ -5197,6 +5207,11 @@ spec:
5197
5207
description : Metrics defines the metrics configuration for
5198
5208
operands.
5199
5209
properties :
5210
+ DisablePrometheusAnnotations :
5211
+ description : DisablePrometheusAnnotations controls the
5212
+ automatic addition of default Prometheus annotations
5213
+ ('prometheus.io/scrape', 'prometheus.io/port', and 'prometheus.io/path')
5214
+ type : boolean
5200
5215
enableMetrics :
5201
5216
description : EnableMetrics specifies if ServiceMonitor
5202
5217
or PodMonitor(for sidecar mode) should be created for
0 commit comments