Skip to content

Commit b78d8fc

Browse files
committed
Disable tags by default
1 parent 3ca1da0 commit b78d8fc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

conf/graphite/carbon.conf

+4-3
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,9 @@ PICKLE_RECEIVER_PORT = 2004
122122
# thousands of TCP connections reduce the throughput of the service.
123123
#MAX_RECEIVER_CONNECTIONS = inf
124124

125+
# Tag support, when enabled carbon will make HTTP calls to graphite-web to update the tag index
126+
ENABLE_TAGS = False
127+
125128
# Per security concerns outlined in Bug #817247 the pickle receiver
126129
# will use a more secure and slightly less efficient unpickler.
127130
# Set this to True to revert to the old-fashioned insecure unpickler.
@@ -591,6 +594,4 @@ MAX_AGGREGATION_INTERVALS = 5
591594
# CACHE_METRIC_NAMES_MAX=1000000
592595

593596
# You can optionally set a ttl to this cache.
594-
# CACHE_METRIC_NAMES_TTL=600
595-
596-
ENABLE_TAGS = False
597+
# CACHE_METRIC_NAMES_TTL=600

0 commit comments

Comments
 (0)