Monitoring Setting Properties Args
data class MonitoringSettingPropertiesArgs(val appInsightsInstrumentationKey: Output<String>? = null, val appInsightsSamplingRate: Output<Double>? = null, val error: Output<ErrorArgs>? = null, val traceEnabled: Output<Boolean>? = null) : ConvertibleToJava<MonitoringSettingPropertiesArgs>
Monitoring Setting properties payload
Properties
Link copied to clipboard
Target application insight instrumentation key, null or whitespace include empty will disable monitoringSettings
Link copied to clipboard
Indicates the sampling rate of application insight agent, should be in range 0.0, 100.0
Link copied to clipboard
Indicates whether enable the trace functionality, which will be deprecated since api version 2020-11-01-preview. Please leverage appInsightsInstrumentationKey to indicate if monitoringSettings enabled or not