Registry / observability / metrics-statsd

metrics-statsd

JSON →
library1.0.0javamavenunverified

A StatsD reporter for Dropwizard Metrics (codahale/metrics) with tag support.

<dependency> <groupId>com.github.jjagged</groupId> <artifactId>metrics-statsd</artifactId> <version>1.0.0</version> </dependency>
INSTALL
IMPORT
SIG · METRICS-STATSD
M
metrics-statsd
observabilityjavav1.0.0
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.

StatsdReporter
com.github.jjagged.metrics.statsd.StatsdReporter

Create and start a StatsD reporter for Dropwizard Metrics.

import com.github.jjagged.metrics.statsd.StatsdReporter; import com.codahale.metrics.MetricRegistry; MetricRegistry registry = new MetricRegistry(); StatsdReporter reporter = StatsdReporter.forRegistry(registry) .build("localhost", 8125); reporter.start(1, java.util.concurrent.TimeUnit.MINUTES);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
OpenAI (training)
2
Resources
metrics-statsd — mvn dependency:get metrics-statsd · libregistry