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

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


The following commit(s) were added to refs/heads/release-1.20 by this push:
     new 3fca180f4c6 [FLINK-36289][Connectors/Prometheus][docs] Integrate 
Prometheus connector docs into Flink website
3fca180f4c6 is described below

commit 3fca180f4c6396d227dc9b8843fa5ba4128b0ea2
Author: Hong Teoh <[email protected]>
AuthorDate: Fri Nov 8 14:13:53 2024 +0000

    [FLINK-36289][Connectors/Prometheus][docs] Integrate Prometheus connector 
docs into Flink website
---
 docs/content.zh/docs/connectors/datastream/overview.md | 1 +
 docs/content/docs/connectors/datastream/overview.md    | 1 +
 docs/setup_docs.sh                                     | 1 +
 3 files changed, 3 insertions(+)

diff --git a/docs/content.zh/docs/connectors/datastream/overview.md 
b/docs/content.zh/docs/connectors/datastream/overview.md
index be2bfbec5a7..d5c2bfd1e30 100644
--- a/docs/content.zh/docs/connectors/datastream/overview.md
+++ b/docs/content.zh/docs/connectors/datastream/overview.md
@@ -53,6 +53,7 @@ Currently these systems are supported as part of the Apache 
Flink project:
  * [Apache Pulsar]({{< ref "docs/connectors/datastream/pulsar" >}}) (source)
  * [JDBC]({{< ref "docs/connectors/datastream/jdbc" >}}) (sink)
  * [MongoDB]({{< ref "docs/connectors/datastream/mongodb" >}}) (source/sink)
+ * [Prometheus]({{< ref "docs/connectors/datastream/prometheus" >}}) (sink)
 
 请记住,在使用一种连接器时,通常需要额外的第三方组件,比如:数据存储服务器或者消息队列。
 要注意这些列举的连接器是 Flink 工程的一部分,包含在发布的源码中,但是不包含在二进制发行版中。
diff --git a/docs/content/docs/connectors/datastream/overview.md 
b/docs/content/docs/connectors/datastream/overview.md
index a9afa3f5f90..625d07496d5 100644
--- a/docs/content/docs/connectors/datastream/overview.md
+++ b/docs/content/docs/connectors/datastream/overview.md
@@ -54,6 +54,7 @@ Currently these systems are supported as part of the Apache 
Flink project:
  * [Apache Pulsar]({{< ref "docs/connectors/datastream/pulsar" >}}) (source)
  * [JDBC]({{< ref "docs/connectors/datastream/jdbc" >}}) (sink)
  * [MongoDB]({{< ref "docs/connectors/datastream/mongodb" >}}) (source/sink)
+ * [Prometheus]({{< ref "docs/connectors/datastream/prometheus" >}}) (sink)
 
 Keep in mind that to use one of these connectors in an application, additional 
third party
 components are usually required, e.g. servers for the data stores or message 
queues.
diff --git a/docs/setup_docs.sh b/docs/setup_docs.sh
index 8c7572e8209..b1d482e9a92 100755
--- a/docs/setup_docs.sh
+++ b/docs/setup_docs.sh
@@ -62,6 +62,7 @@ if [ "$SKIP_INTEGRATE_CONNECTOR_DOCS" = false ]; then
   integrate_connector_docs opensearch v1.1
   integrate_connector_docs kafka v3.3
   integrate_connector_docs hbase v3.0
+  integrate_connector_docs prometheus v1.0
 
   cd ..
   rm -rf tmp

Reply via email to