[
https://issues.apache.org/jira/browse/FLINK-29001?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jing Ge updated FLINK-29001:
----------------------------
Fix Version/s: 1.19.0
(was: 1.18.0)
> Migrate datadog reporter to v2 metric submission API
> ----------------------------------------------------
>
> Key: FLINK-29001
> URL: https://issues.apache.org/jira/browse/FLINK-29001
> Project: Flink
> Issue Type: Improvement
> Components: Runtime / Metrics
> Reporter: Chesnay Schepler
> Priority: Minor
> Fix For: 1.19.0
>
>
> The current datadog API that we're using to submit metrics is deprecated.
> https://docs.datadoghq.com/api/latest/metrics/#submit-metrics
> Changes that I found so far:
> * the {{host}} is part of the {{resources}} field
> * metric types are now mapped to numbers (0-3)
> * values must be doubles
> We can optionally look into leveraging the datadog java client; shouldn't be
> difficult but from a quick experiment I couldn't figure out how to replicate
> the proxy host/port functionality.
> https://github.com/DataDog/datadog-api-client-java
--
This message was sent by Atlassian Jira
(v8.20.10#820010)