Registry / observability / dropwizard-metrics

dropwizard-metrics

JSON →
library5.0.2javamavenunverified

Dropwizard is a Java framework for developing ops-friendly, high-performance, RESTful web applications, providing metrics collection and reporting.

<dependency> <groupId>io.dropwizard</groupId> <artifactId>dropwizard-metrics</artifactId> <version>5.0.2</version> </dependency>
INSTALL
IMPORT
SIG · DROPWIZARD-METRICS
D
dropwizard-metrics
observabilityjavav5.0.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

MetricRegistry
io.dropwizard.metrics5.MetricRegistry

Create a MetricRegistry and increment a counter.

import io.dropwizard.metrics5.MetricRegistry; MetricRegistry metrics = new MetricRegistry(); metrics.counter("requests").inc();
Debug
Known issues

No known issues recorded.

Upgrade
Version history
5.0.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
14
OpenAI (training)
2
Amazon
1
Resources
dropwizard-metrics — mvn dependency:get dropwizard-metrics · libregistry