This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
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 AWS CloudFormation template, use the following syntax:
JSON
{ "HostPort" :String, "JMXURL" :String, "PrometheusPort" :String}
YAML
HostPort:StringJMXURL:StringPrometheusPort:String
Properties
HostPort-
The host and port to connect to through remote JMX. Only one of
jmxURLandhostPortcan 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
9404is used.Required: No
Type: String
Update requires: No interruption