Skip to content

Instantly share code, notes, and snippets.

@quekshuy
Created August 29, 2018 02:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save quekshuy/6dd592db4ca69870840b4e795925c894 to your computer and use it in GitHub Desktop.
Save quekshuy/6dd592db4ca69870840b4e795925c894 to your computer and use it in GitHub Desktop.
Opentsdb 2.3.1 Config
tsd.network.port = 4242
tsd.core.auto_create_metrics = true
tsd.core.meta.enable_realtime_ts = true
tsd.core.meta.enable_realtime_uid = true
tsd.core.meta.enable_tsuid_tracking = true
tsd.http.request.enable_chunked = true
tsd.http.request.max_chunk = 131072
tsd.storage.fix_duplicates = true
tsd.storage.enable_compaction = false
tsd.storage.max_tags = 12
tsd.http.staticroot = /opentsdb/build/staticroot
tsd.http.cachedir = /tmp/opentsdb
tsd.storage.salt.width = 1
tsd.storage.uid.width.metric = 5
tsd.storage.uid.width.tagv = 8
tsd.http.query.allow_delete = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment