addthis / metrics-reporter-config

Apache License 2.0
74 stars 52 forks source link

Options on the config yaml file #32

Open orshemesh opened 8 years ago

orshemesh commented 8 years ago

Hi,

We want to start using the pluggable metrics on our Cassandra DB and I saw that they are using your Components.

Where can I get an explanation of the options in your config metric file? so I can know how to use it, I've tried to search and didn't find any, except sample files.

Thanks

yuesong commented 8 years ago

Hi @orshemesh ,

The options in the yaml file correspond to the properties in the various reporter config classes (subclasses of AbstractMetricReporterConfig). For example, yaml options for CSV reporter config can be found in CsvReporterConfig and all its super classes.

HTH,

Yuesong