monitoring
suspend fun monitoring(value: Output<FeatureMembershipConfigmanagementPolicyControllerMonitoringArgs>)
Parameters
value
Specifies the backends Policy Controller should export metrics to. For example, to specify metrics should be exported to Cloud Monitoring and Prometheus, specify backends: "cloudmonitoring", "prometheus". Default: "cloudmonitoring", "prometheus"
suspend fun monitoring(argument: suspend FeatureMembershipConfigmanagementPolicyControllerMonitoringArgsBuilder.() -> Unit)
Parameters
argument
Specifies the backends Policy Controller should export metrics to. For example, to specify metrics should be exported to Cloud Monitoring and Prometheus, specify backends: "cloudmonitoring", "prometheus". Default: "cloudmonitoring", "prometheus"