Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit963f406

Browse files
committed
Add a link to the metrics reporter post
1 parenta6c70c4 commit963f406

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. Thisalso 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. Thisis 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-snippetfile=metricssection=metrics.sections.metrics}}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp