uber-common / jvm-profiler

JVM Profiler Sending Metrics to Kafka, Console Output or Custom Reporter
Other
1.78k stars 342 forks source link

Any example for yaml config file? #43

Closed IronManZ closed 5 years ago

IronManZ commented 5 years ago

Could you please provide some examples of the config file?

hiboyang commented 5 years ago

yaml config is something like:

reporter: com.uber.profiling.reporters.ConsoleOutputReporter metricInterval: 5000

felixcheung commented 5 years ago

should we add to documentation?

hiboyang commented 5 years ago

Yes, good suggestion. Will update documentation.