I’ve created a Dropwizard Metrics reporter for InfluxDB. It supports Dropwizard v0.9.x and InfluxDB v0.8.x. You can build a dashboard using Grafana to view your metrics.
Usage and configuration:
metrics:
reporters:
- type: influxdb
frequency: 10 seconds
host: localhost
port: 8086
database: web
username: admin
password: admin
skipIdle: false
The source can be found on GitHub.