metrics:
reporters:
- type: graphite
host: my.graphite.host.com
port: 2003
prefix: my.prefix
config.yml has an error:
* Failed to parse configuration at: metrics.reporters; Could not resolve type id 'graphite'into a subtype of [simple type, class io.dropwizard.metrics.ReporterFactory]: known type ids =[ReporterFactory, console, csv, log]
at [Source: N/A; line: -1, column: -1] (through reference chain:com.example.MyConfiguration["metrics"]->io.dropwizard.metrics.MetricsFactory["reporters"])