Closed Rokshan2016 closed 3 years ago
Try adding google.bigtable.bulk.autoflush.ms = 1000
Thanks, will try.
@varundhussa Its fixed :). Where is this configuration documented ?
Thanks!
The Bigtable client configurations can be found here: https://cloud.google.com/bigtable/docs/hbase-client/javadoc/constant-values
Great! thanks for the help @varundhussa .
Hi @varundhussa
I used this opentsdb-bigtable wrapper and able to install opentsdb in GCP environment. But I am getting the following issues while retrieving the data back from bigtable through opentsdb API
For a new environment, I need to insert at-least 3000 records before I could use this query API api/query?start=2h-ago&m=sum:ppc.event.alert&show_tsuids=true
Then, for each metric I need to insert at least 10 record to get the result through API
I tried to use this configuration but did not change anything. tsd.storage.flush_interval=1000
We are trying to use this for our production environment, any suggestion will be really helpful. Thanks!