Class: Aws::EMRServerless::Types::PrometheusMonitoringConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMRServerless::Types::PrometheusMonitoringConfiguration
- Defined in:
- gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb
Overview
The monitoring configuration object you can configure to send metrics to Amazon Managed Service for Prometheus for a job run.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#remote_write_url ⇒ String
The remote write URL in the Amazon Managed Service for Prometheus workspace to send metrics to.
Instance Attribute Details
#remote_write_url ⇒ String
The remote write URL in the Amazon Managed Service for Prometheus workspace to send metrics to.
1410 1411 1412 1413 1414 |
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 1410 class PrometheusMonitoringConfiguration < Struct.new( :remote_write_url) SENSITIVE = [] include Aws::Structure end |