ChengkaiYang2022 commented on code in PR #19496:
URL: https://github.com/apache/flink/pull/19496#discussion_r863338377


##########
docs/content.zh/docs/deployment/metric_reporters.md:
##########
@@ -237,28 +252,29 @@ metrics.reporter.stsd.port: 8125
 metrics.reporter.stsd.interval: 60 SECONDS
 ```
 
+<a name="datadog"></a>
+
 ### Datadog
 #### (org.apache.flink.metrics.datadog.DatadogHttpReporter)
 
-Type: push/tags
+类型: push/基于 tags 格式
 
-Note any variables in Flink metrics, such as `<host>`, `<job_name>`, 
`<tm_id>`, `<subtask_index>`, `<task_name>`, and `<operator_name>`,
-will be sent to Datadog as tags. Tags will look like `host:localhost` and 
`job_name:myjobname`.
+使用 Datadog 时,Flink 运行指标中的任何变量,例如`<host>`、`<job_name>`、 `<tm_id>`、 
`<subtask_index>`、`<task_name>`、 
`<operator_name>`,都会被当作`host:localhost`、`job_name:myjobname` 这样的 tag 发送。

Review Comment:
   Done



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to