-
The current version of the [`Dockerfile`](https://github.com/GoogleCloudPlatform/opentsdb-bigtable/blob/c7da472040780b53a57fb679b3a08beb2a853526/build/Dockerfile#L17-L25) says:
> ```
> RUN apt-get…
-
Observed this where data was submitted at millisecond precision and queried back at second precision.
Query with millisecond precision:
```
curl --location --request GET 'http://opentsdb.local:42…
-
Hi,
We are using version 2.1.0 (with netty-3.9.4.Final.jar), the TSD daemon is stuck few times a day. Seems like the netty issue described here: https://github.com/OpenTSDB/opentsdb/issues/304
Please…
-
I'm trying to insert 0 as a time-stamp value but it returns error Invalid Timestamp.
-
We have encountered a bug with OpenTSDB where the /api/query endpoint will return a different value (in the order of 10^15, 10^17, etc.) from the one reported in the TSDB GUI for the exact same query.…
-
version:2.3.0
![1](https://cloud.githubusercontent.com/assets/10810965/24189377/aba8286c-0f1f-11e7-8adc-6878a42beabe.png)
![2](https://cloud.githubusercontent.com/assets/10810965/24189422/d95a1324…
-
I have multiple tsdb endpoints backed by separate hbase clusters each holding a portion of datapoints. What is the best way to read and aggregate data from them to get a singular view like reading fro…
-
Since trying out a relatively recent checkout of opentsdb master (post 2.4.0), the following error sometimes occurs:
```
2021-10-12 20:27:37,727 [OpenTSDB Old I/O server worker (parentId: 90807479…
-
Are there any benchmarks to measure if and under what conditions this plugin might be dropping data that it reads from Kafka or writes to TSDB.
This is somehow related to #2 as well
-
Hi All,
I am trying to implement Opensource OpenTSDB on MaprDB after all the configuration changes.. tsd daemon just shutsdown .. i dont see any major error message. Below are the logs. Appreciate if…