PutCloudWatchMetric 2025.10.9.21

Bundle

org.apache.nifi | nifi-aws-nar

Description

Publishes metrics to Amazon CloudWatch. Metric can be either a single value, or a StatisticSet comprised of minimum, maximum, sum and sample count.

Tags

amazon, aws, cloudwatch, metrics, publish, put

Input Requirement

REQUIRED

Supports Sensitive Dynamic Properties

false

Properties

PropertyDescription
AWS Credentials Provider serviceThe Controller Service that is used to obtain AWS credentials provider
Communications Timeout
Endpoint Override URLEndpoint URL to use instead of the AWS default including scheme, host, port, and path. The AWS libraries select an endpoint URL based on the AWS region, but this property overrides the selected endpoint URL, allowing use with other S3-compatible endpoints.
MaximumThe maximum value of the sample set. Must be a double
Metric NameThe name of the metric
MinimumThe minimum value of the sample set. Must be a double
NamespaceThe namespace for the metric data for CloudWatch
Region
SSL Context ServiceSpecifies an optional SSL Context Service that, if provided, will be used to create connections
Sample CountThe number of samples used for the statistic set. Must be a double
SumThe sum of values for the sample set. Must be a double
TimestampA point in time expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC. If not specified, the default value is set to the time the metric data was received
UnitThe unit of the metric. (e.g Seconds, Bytes, Megabytes, Percent, Count, Kilobytes/Second, Terabits/Second, Count/Second) For details see http://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_MetricDatum.html
ValueThe value for the metric. Must be a double
proxy-configuration-serviceSpecifies the Proxy Configuration Controller Service to proxy network requests.

Relationships

NameDescription
failureFlowFiles are routed to failure relationship
successFlowFiles are routed to success relationship