addthis / metrics-reporter-config

Apache License 2.0
74 stars 52 forks source link

Can not deserialize instance of com.addthis.metrics.reporter.config.ReporterConfig out of START_ARRAY token #41

Open amitbaz opened 7 years ago

amitbaz commented 7 years ago

I'm trying to add the ReporterConfig to dropwizard configuration class. I did:

@JsonProperty("csv") private ReporterConfig reporterConfig;

in my config.yml file there is a configuration for csv report.

However, I'm getting the error that in the title