V3FunctionLogConfigArgs

data class V3FunctionLogConfigArgs(val enableInstanceMetrics: Output<Boolean>? = null, val enableRequestMetrics: Output<Boolean>? = null, val logBeginRule: Output<String>? = null, val logstore: Output<String>? = null, val project: Output<String>? = null) : ConvertibleToJava<V3FunctionLogConfigArgs>

Constructors

Link copied to clipboard
constructor(enableInstanceMetrics: Output<Boolean>? = null, enableRequestMetrics: Output<Boolean>? = null, logBeginRule: Output<String>? = null, logstore: Output<String>? = null, project: Output<String>? = null)

Properties

Link copied to clipboard
val enableInstanceMetrics: Output<Boolean>? = null

After this feature is enabled, you can view core metrics such as instance-level CPU usage, memory usage, instance network status, and the number of requests within an instance. false: The default value, which means that instance-level metrics are turned off. true: indicates that instance-level metrics are enabled.

Link copied to clipboard
val enableRequestMetrics: Output<Boolean>? = null

After this function is enabled, you can view the time and memory consumed by a call to all functions under this service. false: indicates that request-level metrics are turned off. true: The default value, indicating that request-level metrics are enabled.

Link copied to clipboard
val logBeginRule: Output<String>? = null

Log Line First Matching Rules

Link copied to clipboard
val logstore: Output<String>? = null

The Logstore name of log service.

Link copied to clipboard
val project: Output<String>? = null

The name of the log service Project.

Functions

Link copied to clipboard
open override fun toJava(): V3FunctionLogConfigArgs