summarylogtreecommitdiffstats
path: root/thanos-store.conf
diff options
context:
space:
mode:
authorCarsten Feuls2019-02-20 15:31:21 +0100
committerCarsten Feuls2019-02-20 15:31:21 +0100
commit996c812c5aa3690ae36967b3853ed72c3f3fcf89 (patch)
treeacfcda2b9378fc17d2f046374383ddeb81f05859 /thanos-store.conf
parent4cdad91b6c713d5d9b92857c3167e769a70d7891 (diff)
downloadaur-996c812c5aa3690ae36967b3853ed72c3f3fcf89.tar.gz
Fix wrong value in thanos-store
Diffstat (limited to 'thanos-store.conf')
-rw-r--r--thanos-store.conf22
1 files changed, 0 insertions, 22 deletions
diff --git a/thanos-store.conf b/thanos-store.conf
index a84de8564076..31f935ba0804 100644
--- a/thanos-store.conf
+++ b/thanos-store.conf
@@ -72,28 +72,6 @@ LOG_FORMAT="--log.format=logfmt"
# If true gossip will be disabled and no cluster related server will be started.
#CLUSTER_DISABLE="--cluster.disable"
-# URL at which to reach Prometheus's API.
-# For better performance use local network.
-#PROMETHEUS_URL="--prometheus.url=http://localhost:9090"
-
-# Data directory of TSDB.
-TSDB_PATH="--tsdb.path=/var/lib/thanos/store/data"
-
-# Config file watched by the reloader.
-#RELOADER_CONFIG="--reloader.config-file="
-
-# Output file for environment variable substituted config file.
-#RELOADER_CONFIG_ENVSUBST_FILE="--reloader.config-envsubst-file="
-
-# Rule directories for the reloader to refresh (repeated field).
-#RELOADER_RULE_DIR="--reloader.rule-dir=RELOADER.RULE-DIR"
-
-# Path to YAML file that contains object store configuration.
-#OBJSTORE_CONFIG_FILE="--objstore.config-file="
-
-# Alternative to 'objstore.config-file' flag. Object store configuration in YAML.
-#OBJSTORE_CONFIG="--objstore.config="
-
# Data directory in which to cache remote blocks.
DATA_DIR="--data-dir=/var/lib/thanos/store/cache"