Intro to Dropwizard Metrics

https://www.baeldung.com/dropwizard-metrics

Q: What's Dropwizard?
A:

  1. Purples: develop RESTful web service
  2. Main libraries: Jetty, Jersey, Jackson, JUnit, and Guava. Furthermore, it uses its own library called Metrics.

MetricRegistry: register metric
Metric types: Meter, Gauge, Counter, Histogram and Timer Reporter: output metric

posted @ 2023-01-29 22:34  rxh1999  阅读(27)  评论(0)    收藏  举报