File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
content.zh/docs/connectors/datastream
content/docs/connectors/datastream Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ Currently these systems are supported as part of the Apache Flink project:
53
53
* [ Apache Pulsar] ({{< ref "docs/connectors/datastream/pulsar" >}}) (source)
54
54
* [ JDBC] ({{< ref "docs/connectors/datastream/jdbc" >}}) (sink)
55
55
* [ MongoDB] ({{< ref "docs/connectors/datastream/mongodb" >}}) (source/sink)
56
+ * [ Prometheus] ({{< ref "docs/connectors/datastream/prometheus" >}}) (sink)
56
57
57
58
请记住,在使用一种连接器时,通常需要额外的第三方组件,比如:数据存储服务器或者消息队列。
58
59
要注意这些列举的连接器是 Flink 工程的一部分,包含在发布的源码中,但是不包含在二进制发行版中。
Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ Currently these systems are supported as part of the Apache Flink project:
54
54
* [ Apache Pulsar] ({{< ref "docs/connectors/datastream/pulsar" >}}) (source)
55
55
* [ JDBC] ({{< ref "docs/connectors/datastream/jdbc" >}}) (sink)
56
56
* [ MongoDB] ({{< ref "docs/connectors/datastream/mongodb" >}}) (source/sink)
57
+ * [ Prometheus] ({{< ref "docs/connectors/datastream/prometheus" >}}) (sink)
57
58
58
59
Keep in mind that to use one of these connectors in an application, additional third party
59
60
components are usually required, e.g. servers for the data stores or message queues.
Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ if [ "$SKIP_INTEGRATE_CONNECTOR_DOCS" = false ]; then
62
62
integrate_connector_docs opensearch v1.2
63
63
integrate_connector_docs kafka v3.3
64
64
integrate_connector_docs hbase v3.0
65
+ integrate_connector_docs prometheus v1.0
65
66
66
67
cd ..
67
68
rm -rf tmp
You can’t perform that action at this time.
0 commit comments