<p>Updates the monitoring settings for the cluster. You can use this operation to specify which Apache Kafka metrics you want Amazon MSK to send to Amazon CloudWatch. You can also specify settings for open monitoring with Prometheus.</p>
kafka_update_monitoring(ClusterArn, CurrentVersion, EnhancedMonitoring,
OpenMonitoring)
[required] <p>The Amazon Resource Name (ARN) that uniquely identifies the cluster.</p>
[required] <p>The version of the MSK cluster to update. Cluster versions aren't simple numbers. You can describe an MSK cluster to find its version. When this update operation is successful, it generates a new cluster version.</p>
<p>Specifies which Apache Kafka metrics Amazon MSK gathers and sends to Amazon CloudWatch for this cluster.</p>
<p>The settings for open monitoring.</p>
svc$update_monitoring( ClusterArn = "string", CurrentVersion = "string", EnhancedMonitoring = "DEFAULT"|"PER_BROKER"|"PER_TOPIC_PER_BROKER", OpenMonitoring = list( Prometheus = list( JmxExporter = list( EnabledInBroker = TRUE|FALSE ), NodeExporter = list( EnabledInBroker = TRUE|FALSE ) ) ) )