Re: Writing a custom Rocksdb statistics collector

2019-02-01 Thread Yun Tang
ou wanted. Best Yun Tang From: Harshvardhan Agrawal Sent: Friday, February 1, 2019 1:35 To: Yun Tang Cc: user Subject: Re: Writing a custom Rocksdb statistics collector It looks like the DBOptions that are created by the OptionsFactory class are used for opening

Re: Writing a custom Rocksdb statistics collector

2019-01-31 Thread Harshvardhan Agrawal
native-metrics> > > Best > Yun Tang > -- > *From:* Harshvardhan Agrawal > *Sent:* Thursday, January 31, 2019 0:23 > *To:* user > *Subject:* Writing a custom Rocksdb statistics collector > > > Hi, > > I am currently trying to

Re: Writing a custom Rocksdb statistics collector

2019-01-30 Thread Yun Tang
link-docs-release-1.7/ops/config.html#rocksdb-native-metrics<https://ci.apache.org/projects/flink/flink-docs-release-1.7/ops/config.html#rocksdb-native-metrics> Best Yun Tang From: Harshvardhan Agrawal Sent: Thursday, January 31, 2019 0:23 To: user Subject: Writ

Writing a custom Rocksdb statistics collector

2019-01-30 Thread Harshvardhan Agrawal
Hi, I am currently trying to integrate RocksDB statistics in my pipeline. The basic idea is that we want to pass RocksDB stats through the same pipeline that is doing our processing and write them to Elasticsearch so that we can visualize them in Kibana. I have written a custom source function t