ServiceLogConfig

data class ServiceLogConfig(val enableInstanceMetrics: Boolean? = null, val enableRequestMetrics: Boolean? = null, val logstore: String, val project: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Enable instance level metrics.

Link copied to clipboard

Enable request level metrics.

Link copied to clipboard

The log store name of Alicloud Simple Log Service.

Link copied to clipboard

The project name of the Alicloud Simple Log Service.