TisonKun commented on a change in pull request #11256:
[FLINK-16342][metrics][datadog] Remove mocking
URL: https://github.com/apache/flink/pull/11256#discussion_r385771163
##########
File path:
flink-metrics/flink-metrics-datadog/src/main/java/org/apache/flink/metrics/datadog/DatadogHttpClient.java
##########
@@ -48,6 +48,8 @@
private static final int TIMEOUT = 3;
private static final ObjectMapper MAPPER = new ObjectMapper();
+ static boolean skipApiKeyValidation = false;
Review comment:
shall we add a comment to mention that this option is for testing?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services