davidradl commented on code in PR #25592:
URL: https://github.com/apache/flink/pull/25592#discussion_r1878603816


##########
docs/content/docs/deployment/metric_reporters.md:
##########
@@ -257,7 +257,8 @@ Parameters:
 - `apikey` - the Datadog API key
 - `proxyHost` - (optional) The proxy host to use when sending to Datadog.
 - `proxyPort` - (optional) The proxy port to use when sending to Datadog, 
defaults to 8080.
-- `dataCenter` - (optional) The data center (`EU`/`US`) to connect to, 
defaults to `US`.
+- `dataCenter` - (deprecated/optional) The data center (`EU`/`US`) to connect 
to, defaults to `US`. *DEPRECATED* will be removed in a future flink version, 
please use `dataCenterUrl`.
+- `dataCenterUrl`- (optional) The datacenter url to connect to, defaults to 
`https://app.datadoghq.com`.

Review Comment:
   I suggest removing the deprecated option from the example below. 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to