billyrrr commented on a change in pull request #13114:
URL: https://github.com/apache/flink/pull/13114#discussion_r468369720



##########
File path: docs/dev/table/python/metrics.zh.md
##########
@@ -63,9 +63,9 @@ class MyUDF(ScalarFunction):
 
 </div>
 
-#### Gauge
+#### 测量
 
-A `Gauge` provides a value on demand. You can register a gauge by calling 
`gauge(name: str, obj: Callable[[], int])` on a MetricGroup. The Callable 
object will be used to report the values. Gauge metrics are restricted to 
integer-only values.
+ `` Gauge ``可按需返回数值。您可以通过在MetricGroup上调用`` gauge(name: str, obj: Callable[[], 
int]) ``来注册一个仪表。 Callable对象将用于报告值。量规指标(Gauge metrics)仅限于仅整数值。 

Review comment:
       TODO: fix




----------------------------------------------------------------
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.

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


Reply via email to