[
https://issues.apache.org/jira/browse/FLINK-16611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17138669#comment-17138669
]
Chesnay Schepler commented on FLINK-16611:
------------------------------------------
[~zskittles] We no longer support releases older than 1.9 . As for 1.9 itself,
it is doubtful since 1.11 will be released soon(TM), and I don't know whether
we will do another 1.9 release. 1.10 would be feasible, but I think we would
have to backport a few other things too for it to make sense (like FLINK-15438).
Overall, I would recommend to take the source of the release you are using,
cherry-pick the commit, and build it yourself. Alternatively, you could try
using the upcoming 1.11 version of the reporter with your version, but you may
also have to put flink-metrics-core:1.11 on the classpath (i.e., add it to lib/)
> Datadog reporter should chunk large reports
> -------------------------------------------
>
> Key: FLINK-16611
> URL: https://issues.apache.org/jira/browse/FLINK-16611
> Project: Flink
> Issue Type: Improvement
> Components: Runtime / Metrics
> Affects Versions: 1.9.0
> Reporter: Chesnay Schepler
> Assignee: Stephen Whelan
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.11.0
>
>
> Datadog has a maximum size for reports that it accepts.
> If the report exceeds this size it is simply rejected, rendering the reporter
> unusable.
> We should investigate what this size limit is, and split the report into
> multiple chunks.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)