Minimal OpenTSDB image (without HBase)
2.3K
OpenTSDB requires HBase, you should set it up yourself. Image contains only OpenTSDB itself!
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 ...
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
Content type
Image
Digest
sha256:5e1b41c17…
Size
58.4 MB
Last updated
over 10 years ago
docker pull olegfedoseev/opentsdb