PutCloudWatchMetric 2.3.0

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

Property

Description

AWS Credentials Provider service

The Controller Service that is used to obtain AWS credentials provider

Communications Timeout

Endpoint Override URL

Endpoint 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.

MetricName

The name of the metric

Namespace

The namespace for the metric data for CloudWatch

Region

SSL Context Service

Specifies an optional SSL Context Service that, if provided, will be used to create connections

Timestamp

A 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

Unit

The 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 (http://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_MetricDatum.html)

Value

The value for the metric. Must be a double

maximum

The maximum value of the sample set. Must be a double

minimum

The minimum value of the sample set. Must be a double

proxy-configuration-service

Specifies the Proxy Configuration Controller Service to proxy network requests. Supported proxies: HTTP + AuthN

sampleCount

The number of samples used for the statistic set. Must be a double

sum

The sum of values for the sample set. Must be a double

RELATIONSHIPS

NAME

DESCRIPTION

failure

FlowFiles are routed to failure relationship

success

FlowFiles are routed to success relationship

Language: English