You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "David Handermann (Jira)" <ji...@apache.org> on 2022/07/23 15:58:00 UTC

[jira] [Updated] (NIFI-9817) Add a Validator for the PutCloudWatchMetric Processor's Unit Parameter

     [ https://issues.apache.org/jira/browse/NIFI-9817?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Handermann updated NIFI-9817:
-----------------------------------
    Issue Type: Improvement  (was: Bug)

> Add a Validator for the PutCloudWatchMetric Processor's Unit Parameter
> ----------------------------------------------------------------------
>
>                 Key: NIFI-9817
>                 URL: https://issues.apache.org/jira/browse/NIFI-9817
>             Project: Apache NiFi
>          Issue Type: Improvement
>          Components: Core UI
>    Affects Versions: 1.15.3
>         Environment: ProductName:	macOS
> ProductVersion:	12.2.1
> BuildVersion:	21D62
>            Reporter: Pat Alwell
>            Assignee: Pat Alwell
>            Priority: Minor
>             Fix For: 1.17.0
>
>         Attachments: Screen Shot 2022-01-29 at 1.22.02 PM.png, nifi-9817-1.patch, nifi-9817.patch
>
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> The AWS PutCloudWatchMetric processor has a Unit property that requires a value from AWS's CloudWatch API specifications. This value is a constant from a predefined set of string parameters. The API enforces casing so a unit value of "bytes" fails to make a successful API request, whereas "Bytes" succeeds. I've attached a screenshot that leads to a stack trace.
> The proposed fix includes a new Validator() to warn the user about the issues prior to starting the PutCloudWatchMetric processor and a set to determine the partitions for the Unit field in API requests to AWS.
> This is the hyper link for the API specification details:
> [ https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_MetricDatum.html|https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_MetricDatum.html].



--
This message was sent by Atlassian Jira
(v8.20.10#820010)