-
Removing OpenTSDB (`dpkg -r opentsdb`) fails on Debian if the `/tmp` directory is not empty due to the `-p` switch used with `rmdir` (which tries to remove parent directories as well).
Located in […
-
Hello,
We are using Opentsdb 2.4.1 and are hitting CallbackOverflowErrors and StackOverflowErrors in RegionClient.exceptionCaught. We noticed there recent patches available in master branch and are…
-
Not sure if other agree, but it seems to me that the naming pattern adopted for the metrics is not making full use of OpenTSDB's tagging capabilities.
Wouldn't it be better that instead of using:
`…
-
Hi guys,
I use opentsdb to store some data, but when I query last point, it always return empty. I found this closed issue [#691](https://github.com/OpenTSDB/opentsdb/issues/691) refers same problem.…
-
如题
ghost updated
5 years ago
-
I'm noticing lots of duplicate datapoints with not much data volume. I wouldn't have noticed it, except I started getting failing queries. I attempted to use fsck to fix the errors with little success…
-
Hi,
we tried splicer today. After building it and setting up the correct firewall permissions for our regionservers it sadly fails when doing a test query:
`curl 'http://127.0.0.1:4245/api/query' --d…
-
__Steps to reproduce:__
List the minimal actions needed to reproduce the behavior.
1. I don't know how to reproduce the issue consistently. It appears to be random.
__Expected behavior:__
No c…
-
resource_management.core.exceptions.ExecutionFailed: Execution of 'cd /root/opentsdb; ./build.sh >> /var/log/opentsdb.log' returned 1. + test -f configure
+ test -d build
+ cd build
+ test -f Makef…
-
i am using tcollector to send the collected data to opentsdb, the problem i have met is that when i sending a float data range between 0-1 (like 0.42) when i get the metric , opentsdb will turn out …