You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/12/17 01:29:46 UTC

[GitHub] [pulsar] codelipenghui opened a new issue, #18963: Add metrics for failed topic load operation

codelipenghui opened a new issue, #18963:
URL: https://github.com/apache/pulsar/issues/18963

   ### Search before asking
   
   - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar.
   
   
   ### Motivation
   
   Currently, we have topic load-related metrics like the followings:
   
   ```
   topic_load_times{cluster="standalone",quantile="0.5"} 140.0
   topic_load_times{cluster="standalone",quantile="0.75"} 183.0
   topic_load_times{cluster="standalone",quantile="0.95"} 249.0
   topic_load_times{cluster="standalone",quantile="0.99"} 249.0
   topic_load_times{cluster="standalone",quantile="0.999"} 249.0
   topic_load_times{cluster="standalone",quantile="0.9999"} 249.0
   topic_load_times_count{cluster="standalone"} 6.0
   topic_load_times_sum{cluster="standalone"} 955.0
   topic_load_times_created{cluster="standalone"} 1.671240308864E9
   ```
   
   But we are not able to detect if there are topics that failed to load due to
   zookeeper/bookkeeper problems.
   
   It's better to add new metrics for the topic load failed operation so that users
   can add alerts based on the metrics.
   
   ### Solution
   
   Add `topic_load_failed_count` metrics
   
   ### Alternatives
   
   _No response_
   
   ### Anything else?
   
   The metrics changes requires a proposal
   
   ### Are you willing to submit a PR?
   
   - [ ] I'm willing to submit a PR!


-- 
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@pulsar.apache.org.apache.org

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


[GitHub] [pulsar] shy-share commented on issue #18963: Add metrics for failed topic load operation

Posted by "shy-share (via GitHub)" <gi...@apache.org>.
shy-share commented on issue #18963:
URL: https://github.com/apache/pulsar/issues/18963#issuecomment-1430808739

   @tjiuming you can directly submit a pr


-- 
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@pulsar.apache.org

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


[GitHub] [pulsar] github-actions[bot] commented on issue #18963: Add metrics for failed topic load operation

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #18963:
URL: https://github.com/apache/pulsar/issues/18963#issuecomment-1501018542

   The issue had no activity for 30 days, mark with Stale label.


-- 
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@pulsar.apache.org

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


[GitHub] [pulsar] tjiuming commented on issue #18963: Add metrics for failed topic load operation

Posted by GitBox <gi...@apache.org>.
tjiuming commented on issue #18963:
URL: https://github.com/apache/pulsar/issues/18963#issuecomment-1357215066

   @codelipenghui Please assign to me


-- 
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@pulsar.apache.org

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


[GitHub] [pulsar] tjiuming commented on issue #18963: Add metrics for failed topic load operation

Posted by GitBox <gi...@apache.org>.
tjiuming commented on issue #18963:
URL: https://github.com/apache/pulsar/issues/18963#issuecomment-1357217147

   what a coincidence, I was considering add the metric when I was dealing a ticket


-- 
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@pulsar.apache.org

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


[GitHub] [pulsar] github-actions[bot] commented on issue #18963: Add metrics for failed topic load operation

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #18963:
URL: https://github.com/apache/pulsar/issues/18963#issuecomment-1396345865

   The issue had no activity for 30 days, mark with Stale label.


-- 
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@pulsar.apache.org

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


[GitHub] [pulsar] tjiuming commented on issue #18963: Add metrics for failed topic load operation

Posted by "tjiuming (via GitHub)" <gi...@apache.org>.
tjiuming commented on issue #18963:
URL: https://github.com/apache/pulsar/issues/18963#issuecomment-1430947520

   @shy-share https://github.com/apache/pulsar/pull/19236 The PR is pending reivew


-- 
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@pulsar.apache.org

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