Skip to content

Commit 963f406

Browse files
committed
Add a link to the metrics reporter post
1 parent a6c70c4 commit 963f406

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubbornjava-webapp/ui/src/posts/monitoring-your-jvm-with-dropwizard-metrics.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
We briefly mentioned [Dropwizard Metrics](http://metrics.dropwizard.io/) in our [Simple Embedded Java REST server](/posts/lightweight-embedded-java-rest-server-without-a-framework#routing-server) example. Let's see what some of the built in metrics such as `GarbageCollectorMetricSet`, `CachedThreadStatesGaugeSet`, `MemoryUsageGaugeSet`, and a Logback `InstrumentedAppender` can offer us.
55

66
## Metrics Implementation
7-
[Live stats for this server.](/dev/metrics) Once we create our `MetricRegistry` we can register some built in metric sets. This also also where we can set up our metrics reporters where we can report and graph metrics to vairous systems such as [hosted grafana](https://grafana.com/cloud/grafana) used with [hosted metrics](https://grafana.com/cloud/metrics) or many self hosted solutions including but not limited to
7+
[Live stats for this server.](/dev/metrics) Once we create our `MetricRegistry` we can register some built in metric sets. This is also where we can set up our [metrics reporters](/posts/grafana-cloud-dropwizard-metrics-reporter) where we can report and graph metrics to vairous systems such as [hosted grafana](https://grafana.com/cloud) used with [hosted metrics](https://grafana.com/cloud) or many self hosted solutions including but not limited to
88
[Grafana](https://grafana.com), [InfluxDB](https://www.influxdata.com/), [Graphite](https://graphiteapp.org/), and [Prometheus](https://prometheus.io/).
99

1010
{{> templates/src/widgets/code/code-snippet file=metrics section=metrics.sections.metrics}}

0 commit comments

Comments
 (0)