This is an automated email from the ASF dual-hosted git repository.
gyfora pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git
The following commit(s) were added to refs/heads/main by this push:
new 4cfda374 [FLINK-28654] Include JMX metrics reporter plugin
4cfda374 is described below
commit 4cfda374a44fa1ad5ad96a4fc60f42be91865000
Author: Dylan Meissner <[email protected]>
AuthorDate: Mon Jul 25 10:00:46 2022 -0700
[FLINK-28654] Include JMX metrics reporter plugin
---
flink-kubernetes-operator/pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/flink-kubernetes-operator/pom.xml
b/flink-kubernetes-operator/pom.xml
index d2577b15..92574057 100644
--- a/flink-kubernetes-operator/pom.xml
+++ b/flink-kubernetes-operator/pom.xml
@@ -292,6 +292,12 @@ under the License.
<version>${flink.version}</version>
<outputDirectory>${plugins.tmp.dir}/flink-metrics-statsd</outputDirectory>
</artifactItem>
+ <artifactItem>
+ <groupId>org.apache.flink</groupId>
+ <artifactId>flink-metrics-jmx</artifactId>
+ <version>${flink.version}</version>
+
<outputDirectory>${plugins.tmp.dir}/flink-metrics-jmx</outputDirectory>
+ </artifactItem>
</artifactItems>
</configuration>
</plugin>