zentol commented on a change in pull request #10127: [FLINK-14654] Fix the
arguments number mismatching with placeholders in log statements
URL: https://github.com/apache/flink/pull/10127#discussion_r352365963
##########
File path:
flink-metrics/flink-metrics-datadog/src/main/java/org/apache/flink/metrics/datadog/DatadogHttpReporter.java
##########
@@ -158,7 +158,7 @@ public void report() {
client.send(request);
LOGGER.debug("Reported series with size {}.",
request.getSeries().getSeries().size());
} catch (SocketTimeoutException e) {
- LOGGER.warn("Failed reporting metrics to Datadog
because of socket timeout.", e.getMessage());
Review comment:
the existing code is intentional to reduce noise.
----------------------------------------------------------------
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