This is an automated email from the ASF dual-hosted git repository.

hong pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/flink-web.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 008463725 Adding Prometheus Connector v1.0.0
008463725 is described below

commit 00846372558a7e2b9fa5bfcf5b3e908f8c8ec619
Author: Hong Teoh <[email protected]>
AuthorDate: Mon Nov 4 23:10:01 2024 +0000

    Adding Prometheus Connector v1.0.0
---
 docs/data/flink_connectors.yml | 7 +++++++
 docs/data/release_archive.yml  | 5 +++++
 2 files changed, 12 insertions(+)

diff --git a/docs/data/flink_connectors.yml b/docs/data/flink_connectors.yml
index 2821947b6..e1d6efafc 100644
--- a/docs/data/flink_connectors.yml
+++ b/docs/data/flink_connectors.yml
@@ -78,6 +78,13 @@ opensearch2:
   source_release_sha512_url: 
"https://downloads.apache.org/flink/flink-connector-opensearch-1.2.0/flink-connector-opensearch-1.2.0-src.tgz.sha512";
   compatibility: ["1.18.x", "1.19.x"]
 
+prometheus:
+  name: "Apache Flink Prometheus Connector 1.0.0"
+  source_release_url: 
"https://www.apache.org/dyn/closer.lua/flink/flink-connector-prometheus-1.0.0/flink-connector-prometheus-1.0.0-src.tgz";
+  source_release_asc_url: 
"https://downloads.apache.org/flink/flink-connector-prometheus-1.0.0/flink-connector-prometheus-1.0.0-src.tgz.asc";
+  source_release_sha512_url: 
"https://downloads.apache.org/flink/flink-connector-prometheus-1.0.0/flink-connector-prometheus-1.0.0-src.tgz.sha512";
+  compatibility: ["1.19.x", "1.20.x"]
+
 pulsar3:
   name: "Apache Flink Pulsar Connector 3.0.1"
   source_release_url: 
"https://www.apache.org/dyn/closer.lua/flink/flink-connector-pulsar-3.0.1/flink-connector-pulsar-3.0.1-src.tgz";
diff --git a/docs/data/release_archive.yml b/docs/data/release_archive.yml
index ef3aa5e4f..e223fcd45 100644
--- a/docs/data/release_archive.yml
+++ b/docs/data/release_archive.yml
@@ -641,6 +641,11 @@ release_archive:
       version: 3.3.0
       release_date: "2024-10-17"
       filename: "kafka"
+    - name: "Flink Prometheus Connector"
+      connector: "prometheus"
+      version: 1.0.0
+      release_date: "2024-11-08"
+      filename: "prometheus"
 
   flink_shaded:
     -

Reply via email to