Documentation
¶
Overview ¶
+kubebuilder:validation:Optional
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ControllerOTelConfig ¶
type ControllerOTelConfig struct {
otelconfig.CommonOTelConfig `json:",inline"`
// EnableHighCardinalityPlatformMetrics filters out high cardinality Aperture platform metrics from being
// published to Prometheus. Filtered out metrics are:
// * "grpc_server_handled_total.*"
// * "grpc_server_handling_seconds.*"
// * "grpc_server_handling_seconds_bucket.*"
// * "grpc_server_handling_seconds_count.*"
// * "grpc_server_handling_seconds_sum.*"
// * "grpc_server_msg_received_total.*"
// * "grpc_server_msg_sent_total.*"
// * "grpc_server_started_total.*"
EnableHighCardinalityPlatformMetrics bool `json:"enable_high_cardinality_platform_metrics" default:"false"`
}
ControllerOTelConfig is the configuration for Controller's OTel collector. swagger:model +kubebuilder:object:generate=true
func (*ControllerOTelConfig) DeepCopy ¶
func (in *ControllerOTelConfig) DeepCopy() *ControllerOTelConfig
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ControllerOTelConfig.
func (*ControllerOTelConfig) DeepCopyInto ¶
func (in *ControllerOTelConfig) DeepCopyInto(out *ControllerOTelConfig)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
Click to show internal directories.
Click to hide internal directories.