You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I currently have an environment that uses OpenTSDB and HBase. I wanted to try out using OpenTSDB with BigTable.
I've replicated my metric setup but instead of having OpenTSDB write to HBase, I have it writing to a BigTable instance.
When using this configuration, I noticed that my Write requests / sec to BigTabe is very low compared to what I am seeing with HBase.
When trying to use the OpenTSDB Web UI to query metrics in BigTable, I am either seeing no data points returned or missing data points when compared to the same query using OpenTSDB against HBase.
Hi,
I currently have an environment that uses OpenTSDB and HBase. I wanted to try out using OpenTSDB with BigTable.
I've replicated my metric setup but instead of having OpenTSDB write to HBase, I have it writing to a BigTable instance.
My current opentsdb.conf looks like:
google.bigtable.project.id = xxx
google.bigtable.instance.id = xxx
google.bigtable.zone.id = xxx
hbase.client.connection.impl = com.google.cloud.bigtable.hbase1_2.BigtableConnection
google.bigtable.auth.service.account.enable = true
google.bigtable.auth.json.keyfile = xxx
google.bigtable.app_profile.id = xxx
google.bigtable.grpc.channel.count = 8
tsd.network.port = 4242
tsd.core.auto_create_metrics = true
tsd.http.request.enable_chunked = true
tsd.storage.fix_duplicates = true
tsd.storage.enable_compaction = false
tsd.storage.max_tags = 12
tsd.http.staticroot = /root/opentsdb/build/staticroot
tsd.http.cachedir = /tmp/opentsdb
tsd.network.keep_alive = true
tsd.core.meta.enable_realtime_ts = true
tsd.core.meta.enable_realtime_uid = true
tsd.core.meta.enable_tsuid_tracking = true
tsd.http.request.cors_domains = *
tsd.http.request.max_chunk = 5242880
When using this configuration, I noticed that my Write requests / sec to BigTabe is very low compared to what I am seeing with HBase.
When trying to use the OpenTSDB Web UI to query metrics in BigTable, I am either seeing no data points returned or missing data points when compared to the same query using OpenTSDB against HBase.
I've also tried updating the BigTable client that OpenTSDB is using as suggested by GoogleCloudPlatform/opentsdb-bigtable#2 , but still no luck.
Thanks,
Steve
The text was updated successfully, but these errors were encountered: