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 2020/04/30 03:40:11 UTC

[GitHub] [shardingsphere] yu199195 opened a new issue #5393: We started the sharding-metrics module,It makes sharding-proxy have better observability.

yu199195 opened a new issue #5393:
URL: https://github.com/apache/shardingsphere/issues/5393


   ## sharding-metrics
   It is sharding-proxy module with observability,will be an implementation of spi, We can use
   `Prometheus Metrics`, `CodaHale Metrics` or other.
   
   ## Fetrue List
   
   - [ ]  Complete the basic Project setup, Design SPI and API .
   
   - [ ]  Complete  Config in Sharding-Proxy .
   
   - [ ]  Collect metrics and Buried point in Sharding-Proxy 
   
   - [ ] Add test cases.
   
   - [ ] Integrate third-party  UI  and show metrics.
   
   - [ ] Use asynchronous threads to optimize the writing of metrics
   
   - [ ] other optimize 


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [shardingsphere] yu199195 commented on issue #5393: We started the sharding-metrics module,It makes sharding-proxy have better observability.

Posted by GitBox <gi...@apache.org>.
yu199195 commented on issue #5393:
URL: https://github.com/apache/shardingsphere/issues/5393#issuecomment-621728399


   this is metrics process chart.
   ![sharding-metrics-pr](https://user-images.githubusercontent.com/9673503/80696594-30083700-8b0a-11ea-89ad-89916a87de45.png)
   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [shardingsphere] yu199195 edited a comment on issue #5393: We started the sharding-metrics module,It makes sharding-proxy have better observability.

Posted by GitBox <gi...@apache.org>.
yu199195 edited a comment on issue #5393:
URL: https://github.com/apache/shardingsphere/issues/5393#issuecomment-621728399


   this is metrics process chart.
   ![sharding-metrics](https://user-images.githubusercontent.com/9673503/80699070-fc2f1080-8b0d-11ea-8a09-619252a3dae4.png)
   
   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [shardingsphere] kimmking closed issue #5393: We started the sharding-metrics module,It makes sharding-proxy have better observability.

Posted by GitBox <gi...@apache.org>.
kimmking closed issue #5393:
URL: https://github.com/apache/shardingsphere/issues/5393


   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [shardingsphere] yu199195 commented on issue #5393: We started the sharding-metrics module,It makes sharding-proxy have better observability.

Posted by GitBox <gi...@apache.org>.
yu199195 commented on issue #5393:
URL: https://github.com/apache/shardingsphere/issues/5393#issuecomment-624574829


   In `Sharding-Proxy`  server.yml   we should config like it.
   
   ```yml
   metrics :
       name: prometheus  //Spi type config,Currently the default imp is prometheus.(required)
       host:  127.0.0.1  //http server host, If do not fill is local IP。When your service IP address changes, it is recommended to specify, for example docker .
       port:  9190 // http server port ,if you not fill, is 9190.
   
   props:
       proxy.metrics.enabled: true  // Turn on the metrics  switch.
   
   ```
   


----------------------------------------------------------------
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:
users@infra.apache.org