This is an automated email from the ASF dual-hosted git repository.
chesnay pushed a change to branch release-1.11
in repository https://gitbox.apache.org/repos/asf/flink.git.
from 4882cc6 [FLINK-18439][docs] Update sql client jar url in docs
new 1732b71 [FLINK-18435][metrics] Add support for intercepting
reflection-based instantiations
new 4daa859 [FLINK-18435][metrics] Adjust reporter factories to intercept
reflection-based instantiations
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../tests/PrometheusReporterEndToEndITCase.java | 8 +++++
.../metrics/reporter/InstantiateViaFactory.java | 3 ++
.../InterceptInstantiationViaReflection.java | 25 ++++++++--------
.../datadog/DatadogHttpReporterFactory.java | 2 ++
.../metrics/graphite/GraphiteReporterFactory.java | 2 ++
.../metrics/influxdb/InfluxdbReporterFactory.java | 2 ++
.../flink/metrics/jmx/JMXReporterFactory.java | 2 ++
.../PrometheusPushGatewayReporterFactory.java | 2 ++
.../prometheus/PrometheusReporterFactory.java | 2 ++
.../flink/metrics/slf4j/Slf4jReporterFactory.java | 2 ++
.../metrics/statsd/StatsDReporterFactory.java | 2 ++
.../flink/runtime/metrics/ReporterSetup.java | 27 ++++++++++++++---
.../flink/runtime/metrics/ReporterSetupTest.java | 35 ++++++++++++++++++++++
13 files changed, 98 insertions(+), 16 deletions(-)
copy
flink-connectors/flink-connector-cassandra/src/main/java/org/apache/flink/batch/connectors/cassandra/CassandraOutputFormat.java
=>
flink-metrics/flink-metrics-core/src/main/java/org/apache/flink/metrics/reporter/InterceptInstantiationViaReflection.java
(55%)