Skip to content

Commit

Permalink
chore: add comment for a builder of metricOption
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterZh6 committed Oct 14, 2024
1 parent 87220ee commit c848546
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ public MongoDBSourceBuilder<T> deserializer(DebeziumDeserializationSchema<T> des
return this;
}

/** The metric option used to collect metrics when inlong.metric.labels is present in flink sql. */
public MongoDBSourceBuilder<T> metricOption(MetricOption metricOption) {
this.metricOption = metricOption;
return this;
Expand Down

0 comments on commit c848546

Please sign in to comment.