You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by "e-mhui (via GitHub)" <gi...@apache.org> on 2023/03/18 00:55:14 UTC

[GitHub] [inlong] e-mhui opened a new pull request, #7640: [INLONG-7639][Sort] Metric table list constants are issued by each connector

e-mhui opened a new pull request, #7640:
URL: https://github.com/apache/inlong/pull/7640

   ### Prepare a Pull Request
   
   Metric constants are issued by each connector without the need to implement IncrementalSource.
   
   - Fixes #7639 
   
   ### Motivation
   
   The metric label list of each connector is different. In order to reuse a set of registration metric code, they implement the `getMetricLabelList()` method of the MetricConfig interface here, and each connector passes its own metric label list.
   
   ### Modifications
   
   1. Add the getMetricLabelList() method to the MetricConfig interface.
   2. Oracle implements the `getMetricLabelList()` method.
   


-- 
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: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [inlong] gong merged pull request #7640: [INLONG-7639][Sort] Metric label list constants are issued by each connector

Posted by "gong (via GitHub)" <gi...@apache.org>.
gong merged PR #7640:
URL: https://github.com/apache/inlong/pull/7640


-- 
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: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org