Skip to content

Commit 98835f2

Browse files
committed
[FLINK-36289][Connectors/Prometheus][docs] Integrate Prometheus connector docs into Flink website
1 parent b4bcde5 commit 98835f2

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

docs/content.zh/docs/connectors/datastream/overview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ Currently these systems are supported as part of the Apache Flink project:
5353
* [Apache Pulsar]({{< ref "docs/connectors/datastream/pulsar" >}}) (source)
5454
* [JDBC]({{< ref "docs/connectors/datastream/jdbc" >}}) (sink)
5555
* [MongoDB]({{< ref "docs/connectors/datastream/mongodb" >}}) (source/sink)
56+
* [Prometheus]({{< ref "docs/connectors/datastream/prometheus" >}}) (sink)
5657

5758
请记住,在使用一种连接器时,通常需要额外的第三方组件,比如:数据存储服务器或者消息队列。
5859
要注意这些列举的连接器是 Flink 工程的一部分,包含在发布的源码中,但是不包含在二进制发行版中。

docs/content/docs/connectors/datastream/overview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ Currently these systems are supported as part of the Apache Flink project:
5454
* [Apache Pulsar]({{< ref "docs/connectors/datastream/pulsar" >}}) (source)
5555
* [JDBC]({{< ref "docs/connectors/datastream/jdbc" >}}) (sink)
5656
* [MongoDB]({{< ref "docs/connectors/datastream/mongodb" >}}) (source/sink)
57+
* [Prometheus]({{< ref "docs/connectors/datastream/prometheus" >}}) (sink)
5758

5859
Keep in mind that to use one of these connectors in an application, additional third party
5960
components are usually required, e.g. servers for the data stores or message queues.

docs/setup_docs.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ if [ "$SKIP_INTEGRATE_CONNECTOR_DOCS" = false ]; then
6262
integrate_connector_docs opensearch v1.2
6363
integrate_connector_docs kafka v3.3
6464
integrate_connector_docs hbase v3.0
65+
integrate_connector_docs prometheus v1.0
6566

6667
cd ..
6768
rm -rf tmp

0 commit comments

Comments
 (0)