Skip to content

Commit

Permalink
DBZ-6603 Support for custom tags in the connector metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
harvey.yue authored and jpechane committed Jul 13, 2023
1 parent 63a94ac commit 0cc90e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
public class VitessTaskContext extends CdcSourceTaskContext {

public VitessTaskContext(VitessConnectorConfig config, VitessDatabaseSchema schema) {
super(config.getContextName(), config.getLogicalName(), getTaskId(config), schema::tableIds);
super(config.getContextName(), config.getLogicalName(), getTaskId(config), config.getCustomMetricTags(), schema::tableIds);
}

public static String getTaskId(VitessConnectorConfig config) {
Expand Down

0 comments on commit 0cc90e1

Please sign in to comment.