OpenTSDB is a distributed, scalable Time Series Database (TSDB) written on top of HBase.
Questions tagged [opentsdb]
252 questions
0
votes
1 answer
OpenTsdb Batched queries via Java API
I would like to know if there is any JAVA API for querying the OpenTSDB for a given list of metrics?
For example if I have List = {metric1, metric2, metric3} the returned value should be something like {metric1 -> list},{metric2 -> list}, {metric3…

florins
- 1,605
- 1
- 17
- 33
0
votes
2 answers
viewing data stored in OpenTSDB
I have been working on OpenTSDB from past one month. I was able to create metrics and store data in the metrics. What I would like to know is..does openTSDB provide any means to view the data stored for a particular metric. Let us say I have created…

user3007385
- 153
- 4
- 15
0
votes
1 answer
Add metric name in OTSDB via API
I am adding data into OTSDB from different sources. But i give metric name for each data points using XML file. Also i dont have any access to OTSDB to create Metric Name via terminal
I have reffered below links :-
API PUT
GitHub Issue
In gitHub…

mihir6692
- 177
- 1
- 4
- 19
0
votes
1 answer
Retrieving timestamp from opentsdb
I am trying to retrieve data from opentsdb and trying to display in graphs. I am not getting full timestamp (here time in millisec). I am getting 10gidits only last 3 numbers are getting truncated. Any idea on how to solve this...
I am referring…

user3007385
- 153
- 4
- 15
0
votes
1 answer
Error [MetricsResource.java:297] - Query failed
I am getting the following exception, on running the command:
sudo bin/kairosdb.sh import -f new.txt
To bulk insert the data
08-11|09:37:51.115 [qtp573926093-36] ERROR [MetricsResource.java:297] - Query failed.
java.io.IOException: No such file or…

Bharthan
- 1,458
- 2
- 17
- 29
0
votes
1 answer
Not able to run any command i.e mkmetric even though openTSDB service is up and running in port 4242
While executing below command I am getting the below error
./tsdb mkmetric mymetric
SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
Exception in thread "main" java.lang.ClassCastException: org.slf4j.impl.Log4jLoggerAdapter…

Debadatta Mohapatra
- 23
- 1
0
votes
1 answer
openTSDB is checking for zookeeper at port 2181. How can I change it to make it point to another port
openTSDB is checking for zookeeper at port 2181. How can I change it to make it point to another port. Am not able to find any configuration file where we can make change so that openTSDB will check for another port.

ajesh kumar
- 96
- 1
- 8
0
votes
1 answer
Opentsdb open source time series database
Is there anyone who has installed opentsdb on Ubuntu 15.04 version? If so please share the steps to be followed. I tried number of times but I am not able to install it properly.

user3007385
- 153
- 4
- 15
0
votes
1 answer
GNU Plot Giving error in OpenTSDB
I am new to OpenTSDB, I successfully installed OpenTSB with all its dependencies.
On plotting I am getting error in log file as:
Thu Jul 09 10:19:13 GMT-400 2015 WARN Gnuplot #2 tsd.HttpQuery
[id: 0x4146b6a2, /xxx.xxx.xxx.xxx:xxxxx =>…

Bharthan
- 1,458
- 2
- 17
- 29
0
votes
2 answers
OpenTSDB: Zookeeper Error
I am doing installation of opentsdb for the first time on Ubuntu. I am following these documentations for installation:
http://opentsdb.net/docs/build/html/installation.html#id1
http://opentsdb.net/setup-hbase.html
I am getting following error on…

Bharthan
- 1,458
- 2
- 17
- 29
0
votes
1 answer
Installing openTSDB on Ubuntu15.04
I have installed openTSDB(.deb package) on ubuntu 15.04 by following the guidelines stated in documentation. when I give this command "service opentsdb start" it is not starting and it is mentioned in documentation that we have to change some…

user3007385
- 153
- 4
- 15
0
votes
1 answer
how do you merge master and next branch in github
There is a master branch:
https://github.com/OpenTSDB/opentsdb
and a next branch:
https://github.com/OpenTSDB/opentsdb/tree/next
I need to clone master, download the next branch, merge them and build them:
I've tried this:
git clone…

user1471980
- 10,127
- 48
- 136
- 235
0
votes
4 answers
Install grafana without elasticseach
I’m trying to install grafana to work with OpenTSDB datasource. I’d like to know, what should I do to install it without elasticsearch?

gko
- 1
- 1
0
votes
1 answer
How to use curl post JSON object to OPENTSDB's api/query?
I use "curl -d" succeed:
curl -d start=1h-ago -d m="avg:proc.loadavg.10m{host=*}" -d ascii= --get http://10.4.22.187:4242/api/query
But I failed when I'm trying to use JSON:
curl -d…

adairjun
- 325
- 4
- 16
0
votes
1 answer
Can OpenTSB be installed on windows?
I'm interested in using OpenTSDB. The first thing I observe when reviewing dependencies at:
http://opentsdb.net/docs/build/html/installation.html#runtime-requirements
To actually run OpenTSDB, you'll need to meet the following:
•A Linux…

Paul
- 17
- 1
- 4