Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ObservabilityConfig ¶ added in v0.6.0
type ObservabilityConfig struct { // EnableVarLogCollection specifies whether the logs under /var/log/ should be available // for collection on the host node by the fluentd daemon set. EnableVarLogCollection bool // LoggingURLTemplate is a string containing the logging url template where // the variable REVISION_UID will be replaced with the created revision's UID. LoggingURLTemplate string // RequestLogTemplate is the go template to use to shape the request logs. RequestLogTemplate string // RequestMetricsBackend specifies the request metrics destination, e.g. Prometheus, // Stackdriver. RequestMetricsBackend string }
ObservabilityConfig contains the configuration defined in the observability ConfigMap.
func NewObservabilityConfigFromConfigMap ¶ added in v0.6.0
func NewObservabilityConfigFromConfigMap(configMap *corev1.ConfigMap) (*ObservabilityConfig, error)
NewObservabilityConfigFromConfigMap creates a ObservabilityConfig from the supplied ConfigMap
func (*ObservabilityConfig) DeepCopy ¶ added in v0.6.0
func (in *ObservabilityConfig) DeepCopy() *ObservabilityConfig
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ObservabilityConfig.
func (*ObservabilityConfig) DeepCopyInto ¶ added in v0.6.0
func (in *ObservabilityConfig) DeepCopyInto(out *ObservabilityConfig)
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.