Method: Aws::Kafka::Client#update_monitoring
- Defined in:
- lib/aws-sdk-kafka/client.rb
#update_monitoring(params = {}) ⇒ Types::UpdateMonitoringResponse
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.
3225 3226 3227 3228 |
# File 'lib/aws-sdk-kafka/client.rb', line 3225 def update_monitoring(params = {}, = {}) req = build_request(:update_monitoring, params) req.send_request() end |