-
Hi there,
As I new to this java and Unix and as a part of the job am using this opentsdb for one of the project. I have installed Cygwin and Hbase 0.94.9 and now installing the OpentsDb. However I tr…
-
When performing TSDB query, in case of discovered duplicates, the existing code can either log a warning and discard the oldest entry OR throw an exception (depending on whether the "fix_duplicates" f…
-
first:
do a post http request with:
url: http://ip:4242/api/put?details
entity: [{"metric":"aaa.ad.bbb.throughput","tags":{"area":"1","source":"download"},"timestamp":1505286510000,"value":100}]
…
-
Feature Request for a Metrics Tree Browser in the OpenTSDB UI to help find the names of metrics.
The add-on project Aardvark (written by a colleague of mine) does this by using a tree view of colla…
-
Caused by: java.lang.NoClassDefFoundError: com/google/protobuf/InvalidProtocolBufferException
at org.hbase.async.HBaseClient.(HBaseClient.java:238)
at net.opentsdb.core.TSDB.(TSDB.java:175)
at n…
meluo updated
5 years ago
-
Despite the README listing `"host": "hostname"` in the config object, the code only accepts an IP address, not a hostname. With this config:
```
"opentsdb": {
"host": "docker-loca…
-
Hi,
I am getting this error,
23:26| ERROR | WorkerSinkTask.java 401 | Task tsdb-sink-1 threw an uncaught and unrecoverable exception
java.lang.ClassCastException: java.util.HashMap cannot be cast …
-
Right now, GraphHandler.doGraph (https://github.com/OpenTSDB/opentsdb/blob/08acb7374983f6b93848afb864facfbf75514247/src/tsd/GraphHandler.java#L126) implements its own query-processing logic which, amo…
-
more queries ,but one tagv is missing 。 why can solve this problem
# error log:
{"error":{"code":400,"message":"No such name for 'tagv': '1000044678302'","details":"No such name for 'tagv': '10000…
-
We've been running OpenTSDB successfully with GCP bigtable, but our bigtable instance has used a single cluster. We want to add a second cluster in a different zone for data replication.
Does Open…