uber-common / jvm-profiler

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

S3OutputReporter #39

Open g1thubhub opened 5 years ago

g1thubhub commented 5 years ago

I think FileOutputReporter can't write to S3 or HDFS, I might contribute an S3FileOutputReporter if that would be useful for this project...

felixcheung commented 5 years ago

Yes!

rahul26goyal commented 4 years ago

@boy-uber : I would like to work on this Item But I would need help in understanding the request better.

hiboyang commented 4 years ago

Cool, thanks for willing to work on this! Several options I could think of for S3OutputReporter:

  1. Batch data inside the profiler and upload to S3
  2. Upload data to S3 as a stream
  3. Send metrics to AWS Kinesis, then user could ingest data to S3 by themselves.

Please feel free to use any of these options or propose your suggestion :)