Skip to content
This repository has been archived by the owner on Feb 25, 2023. It is now read-only.

mbialon/dropwizard-metrics-influxdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dropwizard Support for InfluxDB

Build Status

I’ve created a Dropwizard Metrics reporter for InfluxDB.

Usage and configuration:

metrics:
  reporters:
    - type: influxdb
      frequency: 10 seconds
      host: localhost
      port: 8086
      database: web
      username: admin
      password: admin
      skipIdle: false

About

Dropwizard Support for InfluxDB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages