You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2022/12/09 10:15:49 UTC

[GitHub] [shardingsphere] jiangML opened a new issue, #22769: Agent adds metrics for JDBC

jiangML opened a new issue, #22769:
URL: https://github.com/apache/shardingsphere/issues/22769

   ## Background
   * 1 Currently, there are only metrics for Proxy, and now it is necessary to add metrics for JDBC.
   * 2 In JDBC mode, since it needs to be associated with the class loader of the application, it is necessary to define an interception class to trigger the http server of prometheus.
   
   ## Now
   ```shell
   └── prometheus
       ├── interceptors.yaml
       └── metrics.yaml
   
   ```
   
   ## Expect
   ```shell
   └── prometheus
       ├── jdbc
       │   ├── interceptors.yaml
       │   └── metrics.yaml
       └── proxy
           ├── interceptors.yaml
           └── metrics.yaml
   ```


-- 
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: notifications-unsubscribe@shardingsphere.apache.org.apache.org

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


[GitHub] [shardingsphere] jiangML closed issue #22769: Agent adds metrics for JDBC

Posted by GitBox <gi...@apache.org>.
jiangML closed issue #22769: Agent adds metrics for JDBC
URL: https://github.com/apache/shardingsphere/issues/22769


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

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