enableRequestMetrics

@JvmName(name = "rguqadluumhcsuvg")
suspend fun enableRequestMetrics(value: Output<Boolean>)
@JvmName(name = "ucqyttgvscaqkrtt")
suspend fun enableRequestMetrics(value: Boolean?)

Parameters

value

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.