Hi, community:
The metrics are all started with `pulsar_`, so that both users and
operators can quickly find the metrics of the entire system through
this prefix. However, due to some other reasons, it was found that
`topic_load_times` was missing the prefix, so want to get it right.
In the master branch :
* `pulsar_topic_load_times`: Add this new metric which has the same
meaning as `topic_load_times`
* `topic_load_times`: Mark this metric as deprecated and remove it in
the next version
Regards
Jiwei Guo (Tboy)