This is an automated email from the ASF dual-hosted git repository.
hong pushed a commit to branch release-1.19
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/release-1.19 by this push:
new 9a8cb75ab2d [FLINK-36289][Connectors/Prometheus][docs] Integrate
Prometheus connector docs into Flink website
9a8cb75ab2d is described below
commit 9a8cb75ab2dd4b79e96a799a37c2bb18c77995a0
Author: Hong Teoh <[email protected]>
AuthorDate: Fri Nov 8 14:09:38 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 28b0051ec9d..bbaffe3680b 100755
--- a/docs/setup_docs.sh
+++ b/docs/setup_docs.sh
@@ -54,6 +54,7 @@ integrate_connector_docs mongodb v1.2
integrate_connector_docs opensearch v1.2
integrate_connector_docs pulsar v4.1
integrate_connector_docs rabbitmq v3.0
+integrate_connector_docs prometheus v1.0
cd ..
rm -rf tmp