--------- NETWORK ---------- # The TCP port TSD should use for communications # *** REQUIRED *** tsd.network.port = 10015
# ----------- HTTP ----------- # The location of static files for the HTTP GUI interface. # *** REQUIRED *** tsd.http.staticroot = ./staticroot # Where TSD should write it's cache files to # *** REQUIRED *** tsd.http.cachedir = /tmp/tsd
# --------- CORE ---------- # Whether or not to automatically create UIDs for new metric types, default # is False tsd.core.auto_create_metrics = true # Name of the HBase table where data points are stored, default is "tsdb" tsd.storage.hbase.data_table = tsdb # Path under which the znode for the -ROOT- region is located, default is "/hbase" tsd.storage.hbase.zk_basedir = /hbase # A comma separated list of Zookeeper hosts to connect to, with or without # port specifiers, default is "localhost" tsd.storage.hbase.zk_quorum = master