Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Disable tags by default
  • Loading branch information
soulgalore committed Dec 30, 2020
1 parent 3ca1da0 commit b78d8fc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions conf/graphite/carbon.conf
Expand Up @@ -122,6 +122,9 @@ PICKLE_RECEIVER_PORT = 2004
# thousands of TCP connections reduce the throughput of the service.
#MAX_RECEIVER_CONNECTIONS = inf

# Tag support, when enabled carbon will make HTTP calls to graphite-web to update the tag index
ENABLE_TAGS = False

# Per security concerns outlined in Bug #817247 the pickle receiver
# will use a more secure and slightly less efficient unpickler.
# Set this to True to revert to the old-fashioned insecure unpickler.
Expand Down Expand Up @@ -591,6 +594,4 @@ MAX_AGGREGATION_INTERVALS = 5
# CACHE_METRIC_NAMES_MAX=1000000

# You can optionally set a ttl to this cache.
# CACHE_METRIC_NAMES_TTL=600

ENABLE_TAGS = False
# CACHE_METRIC_NAMES_TTL=600

0 comments on commit b78d8fc

Please sign in to comment.