Sign inSign up

olegfedoseev/opentsdb

By olegfedoseev

•Updated over 9 years ago

Minimal OpenTSDB image (without HBase)

Image
0

2.3K

olegfedoseev/opentsdb repository overview

OpenTSDB requires HBase, you should set it up yourself. Image contains only OpenTSDB itself!

⁠How to use this image

If you need to run it as tsd command: docker run -it --rm -e ZK_QUORUM=hbase-host olegfedoseev/opentsdb query ...

It's even better if you hide docker run -it --rm -e ZK_QUORUM=hbase-host olegfedoseev/opentsdb behind shell-alias. Then you can run it as "native" opentsdb: tsd query ...

⁠If you want to start server:

docker run -d -p 4242:4242 \
  -e TIMEZONE=Asia/Novosibirsk \
  -e ZK_QUORUM=db1.hbase,db2.hbase,db3.hbase \
  -e COMPACTION=False \
  olegfedoseev/opentsdb

TIMEZONE is value for tsd.core.timezone COMPACTION is value for tsd.storage.enable_compaction FLUSH_INTERVAL is value for tsd.storage.flush_interval ZK_QUORUM is value for tsd.storage.hbase.zk_quorum

Tag summary

Content type

Image

Digest

sha256:5e1b41c17…

Size

58.4 MB

Last updated

over 10 years ago

docker pull olegfedoseev/opentsdb