We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ca1da0 commit b78d8fcCopy full SHA for b78d8fc
conf/graphite/carbon.conf
@@ -122,6 +122,9 @@ PICKLE_RECEIVER_PORT = 2004
122
# thousands of TCP connections reduce the throughput of the service.
123
#MAX_RECEIVER_CONNECTIONS = inf
124
125
+# Tag support, when enabled carbon will make HTTP calls to graphite-web to update the tag index
126
+ENABLE_TAGS = False
127
+
128
# Per security concerns outlined in Bug #817247 the pickle receiver
129
# will use a more secure and slightly less efficient unpickler.
130
# Set this to True to revert to the old-fashioned insecure unpickler.
@@ -591,6 +594,4 @@ MAX_AGGREGATION_INTERVALS = 5
591
594
# CACHE_METRIC_NAMES_MAX=1000000
592
595
593
596
# You can optionally set a ttl to this cache.
-# CACHE_METRIC_NAMES_TTL=600
-
-ENABLE_TAGS = False
597
+# CACHE_METRIC_NAMES_TTL=600
0 commit comments