ankitagrahari commented on a change in pull request #14881:
URL: https://github.com/apache/pulsar/pull/14881#discussion_r837090479



##########
File path: 
pulsar-broker/src/main/java/org/apache/pulsar/broker/stats/prometheus/PrometheusMetricsGenerator.java
##########
@@ -51,7 +51,7 @@
 /**
  * Generate metrics aggregated at the namespace level and optionally at a 
topic level and formats them out
  * in a text format suitable to be consumed by Prometheus.
- * Format specification can be found at {@link 
https://prometheus.io/docs/instrumenting/exposition_formats/}
+ * Format specification can be found at @see <a 
href="https://prometheus.io/docs/instrumenting/exposition_formats/";>Exposition 
Formats</a>

Review comment:
       I was reading about the `@see` and `@link` , and found that later is 
used for internal project classes, methods or variables. And for external links 
we should use `@see`. 
   I will use only the href link, so, it will come like `See link`.




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to