Skip to content

Commit

Permalink
Fix javadoc of VertxHttpServerMetrics
Browse files Browse the repository at this point in the history
  • Loading branch information
geoand committed Dec 4, 2023
1 parent 842924c commit ed746e1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
/**
* HttpServerMetrics<R, W, S>
* <ul>
* <li>R for Request metric -- RequestMetricContext</li>
* <li>R for Request metric -- HttpRequestMetric</li>
* <li>W for Websocket metric -- LongTaskTimer sample</li>
* <li>S for Socket metric -- Map<String, Object></li>
* <li>S for Socket metric -- LongTaskTimer sample</li>
* </ul>
*/
public class VertxHttpServerMetrics extends VertxTcpServerMetrics
Expand Down

0 comments on commit ed746e1

Please sign in to comment.