You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-3Lines changed: 0 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -160,12 +160,9 @@ Additional environment variables can be set to adjust performance.
160
160
* GRAPHITE_REPLICATION_FACTOR: (1) # The replication factor to use with consistent hashing. This should usually match the value configured in Carbon.
161
161
* GRAPHITE_CLUSTER_SERVERS: ('') This should list of remote servers in the cluster. These servers must each have local access to metric data. Note that the first server to return a match for a query will be used. See [docs](https://graphite.readthedocs.io/en/latest/config-local-settings.html#cluster-configuration) for details.
162
162
* GRAPHITE_USE_WORKER_POOL: (true) Creates a pool of worker threads to which tasks can be dispatched. This makes sense if there are multiple CLUSTER_SERVERS and/or STORAGE_FINDERS because then the communication with them can be parallelized.
163
-
* GRAPHITE_POOL_WORKERS_PER_BACKEND: (8) The number of worker threads that should be created per backend server
164
-
* GRAPHITE_POOL_WORKERS: (1) A baseline number of workers that should always be created
165
163
* GRAPHITE_REMOTE_FIND_TIMEOUT: (30) Timeout for metric find requests
166
164
* GRAPHITE_REMOTE_FETCH_TIMEOUT: (60) Timeout to fetch series data
167
165
* GRAPHITE_REMOTE_RETRY_DELAY: (0) Time before retrying a failed remote webapp.
168
-
* GRAPHITE_REMOTE_PREFETCH_DATA: (false) # set to True to fetch all metrics using a single http request per remote server instead of one http request per target, per remote server. # Especially useful when generating graphs with more than 4-5 targets or if there's significant latency between this server and the backends.
169
166
* GRAPHITE_MAX_FETCH_RETRIES: (2) Number of retries for a specific remote data fetch
170
167
* GRAPHITE_FIND_CACHE_DURATION: (0) Time to cache remote metric find results
171
168
* GRAPHITE_STATSD_HOST: ("127.0.0.1") If set, django_statsd.middleware.GraphiteRequestTimingMiddleware and django_statsd.middleware.GraphiteMiddleware will be enabled.
0 commit comments