2

How can HBase be configured as a datasource in Grafana? Is it possible through http api? How to integrate Apache HBase or Spark with Grafana as a reliable datasource?

Alex M
  • 2,756
  • 7
  • 29
  • 35
Krish
  • 31
  • 1
  • 4
  • What about use ```OpenTSDB``` instead ? you can use HBase as the backend of ```OpenTSDB```. I'm not so sure about if it is ok to develop a plugin to use Hbase directly as a datasource in ```grafana```. If it is, you can start by looking at the content of ```public/app/plugins/datasource```. – sel-fish Sep 16 '16 at 09:46

2 Answers2

0

Maybe if you set Ambari as your monitoring system for Hbase and hadoop services and connect that as datasoure to your Grafana it's possible to monitor what ever you want.

Majid Golshadi
  • 2,686
  • 2
  • 20
  • 29
  • I have similar case and we store business related timeseries data which we would like to visualize, depending on standard set of hadoop services metrics is not enough. – kensai May 05 '19 at 10:37
0

I suggest going with Apache Phoenix which can provide SQL like access to HBase tables. And then Data Source for Grafana could be more or less cloned from Mysql/postgres data sources.

Anyway I asked here for direct support: https://github.com/grafana/grafana/issues/16885

kensai
  • 943
  • 9
  • 16