AWS::ApplicationInsights::Application JMXPrometheusExporter
The AWS::ApplicationInsights::Application JMXPrometheusExporter
property type
defines the JMXPrometheus Exporter configuration. For more information, see the
component configuration in the CloudWatch Application Insights
documentation.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "HostPort" :
String
, "JMXURL" :String
, "PrometheusPort" :String
}
YAML
HostPort:
String
JMXURL:String
PrometheusPort:String
Properties
HostPort
-
The host and port to connect to through remote JMX. Only one of
jmxURL
andhostPort
can be specified.Required: No
Type: String
Update requires: No interruption
JMXURL
-
The complete JMX URL to connect to.
Required: No
Type: String
Update requires: No interruption
PrometheusPort
-
The target port to send Prometheus metrics to. If not specified, the default port
9404
is used.Required: No
Type: String
Update requires: No interruption