Questions tagged [opentsdb]

OpenTSDB is a distributed, scalable Time Series Database written on top of HBase

OpenTSDB is a distributed, scalable Time Series Database (TSDB) written on top of HBase. OpenTSDB was written to address a common need: store, index and serve metrics collected from computer systems (network gear, operating systems, applications) at a large scale, and make this data easily accessible and graphable.

7 questions
28
votes
2 answers

What is the difference between OpenTSDB and Graphite?

As far as I can tell, here are the main differences: OpenTSDB does not deteriorate data over time, unlike Graphite where the size of the database is pre-determined. OpenTSDB can store metrics per second, as opposed to Graphite which has minute…
vedang
  • 382
  • 1
  • 3
  • 7
7
votes
2 answers

HBASE Space Used Started Climbing Rapidly

Update 4,215: After looking at space usage inside of hdfs, I see that .oldlogs is using a lot of space: 1485820612766 /hbase/.oldlogs So new questions: What is it? How do I clean it up? How do I keep it from growing again What caused it to…
Kyle Brandt
  • 82,107
  • 71
  • 302
  • 444
2
votes
1 answer

Bosun - Logstash Connectivity

I am in the process of tying up Bosun with my existing ELK setup. However after referring to the documents in Bosun I am not able to identify how exactly the connectivity works. is it something like below. Logstash output for opentsdb --> Bosun or…
1
vote
1 answer

Is it possible to collect metrics from openstack swift without Statsd?

I need to collect different metrics from swift servers and store those metrics into OpenTSDB. I found that there is way to collect metrics with statsd and graphite but it isn't suitable for me because I have to store metrics into OpenTSDB. Is there…
Oleksandr
  • 703
  • 2
  • 10
  • 17
1
vote
0 answers

opentsdb service hang under load

I `m trying to put data into openTSDB with RESTful api the openTSDB provided. But the opentsdb process always hang there after a few minutes. It can successfully put some data then becomes slower and slower. Finally it will throw some exceptions in…
user307757
  • 11
  • 1
1
vote
2 answers

OpenTSDB metrics using data from sar, vmstat and iostat logs

I recently started exploring OpenTSDB for monitoring a cluster that we have in our development environment. As a newbie, I have not delved deep into it, but was wondering if anyone successfully used OpenTSDB to monitor those. Any pointers is…
0
votes
0 answers

OpenTSDB Web interface showing nothing other than header and footer

NOTE: I moved the question from stackoverflow to serverfault as this question didn't attract attention. I have a temporary OpenTSDB and hbase hosted on a aws micro server. http://54.72.180.169:4242/ I have checked HBase and 2 tables are created by…
Karthik
  • 101
  • 2