You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by GitBox <gi...@apache.org> on 2020/08/31 00:41:16 UTC

[GitHub] [pulsar-manager] Omega-Ariston opened a new pull request #326: add dashboard service for aggregated information collection

Omega-Ariston opened a new pull request #326:
URL: https://github.com/apache/pulsar-manager/pull/326


   Fixes #282 
   
   ### Motivation
   
   This is the way I understand how it would be: The access controll is done by environmentController when users retrive the environment list. And we can then retrieve the total number of tenant and corresponding namespace from certain environments, as well as a list of topicStat, from which we can further retrieve the number of cluster, broker, producer and consumer.
   
   1. environment -> tenant
   2. tenant -> namespace
   3. environment -> topicStat
   4. topicStat -> cluster
   5. topicStat -> broker
   6. topicStat -> producer
   7. topicStatId -> consumer
   
   And for the number of bookies, currently it is not persistent in database, so the service is called to retrieve the data.
   
   *Explain here the context, and why you're making that change. What is the problem you're trying to solve.*
   
   ### Modifications
   
   As #282 suggested, added some new sql statements in corresponding mapper and a new service to collect aggregated data for dashboard.
   
   ### Verifying this change
   
   - [ yes ] Make sure that the change passes the `./gradlew build` checks.
   
   
   


----------------------------------------------------------------
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] [pulsar-manager] tuteng merged pull request #326: add dashboard service for aggregated information collection

Posted by GitBox <gi...@apache.org>.
tuteng merged pull request #326:
URL: https://github.com/apache/pulsar-manager/pull/326


   


----------------------------------------------------------------
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] [pulsar-manager] sijie commented on pull request #326: add dashboard service for aggregated information collection

Posted by GitBox <gi...@apache.org>.
sijie commented on pull request #326:
URL: https://github.com/apache/pulsar-manager/pull/326#issuecomment-697204300


   @tuteng Can you review this pull request when you have time?


----------------------------------------------------------------
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