anleib commented on code in PR #23610:
URL: https://github.com/apache/flink/pull/23610#discussion_r1601965479


##########
flink-metrics/flink-metrics-datadog/src/main/java/org/apache/flink/metrics/datadog/DatadogHttpClient.java:
##########
@@ -41,9 +41,9 @@ public class DatadogHttpClient {
     private static final Logger LOGGER = 
LoggerFactory.getLogger(DatadogHttpClient.class);
 
     private static final String SERIES_URL_FORMAT =
-            "https://app.datadoghq.%s/api/v1/series?api_key=%s";;
+            "%sapi/v1/series?api_key=%s";

Review Comment:
   missing `/`, should be: `%s/api/v1/series?api_key=%s`



-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to