Skip to content

Commit fa21f37

Browse files
committed
docs
Signed-off-by: Jacob Crawford <[email protected]>
1 parent cd3f299 commit fa21f37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

charts/tempo-distributed/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -948,8 +948,8 @@ The memcached default args are removed and should be provided manually. The sett
948948
| storage.trace.blocklist_poll_fallback | string | `nil` | fallback to scanning the entire bucket. Set to false to disable this behavior. |
949949
| storage.trace.blocklist_poll_stale_tenant_index | string | `nil` | The oldest allowable tenant index. |
950950
| storage.trace.blocklist_poll_tenant_index_builders | string | `nil` | Maximum number of compactors that should build the tenant index. All other components will download the index. |
951-
| storage.trace.empty_tenant_deletion_age | string | `nil` | How fast the poller will delete a tenant if it is empty. Will need to be enabled in 'empty_tenant_deletion_enabled'. |
952-
| storage.trace.empty_tenant_deletion_enabled | string | `nil` | Delete empty tenants. |
951+
| storage.trace.empty_tenant_deletion_age | string | `nil` | How fast the poller will delete a tenant if it is empty. Will need to be enabled in 'empty_tenant_deletion_enabled'. |
952+
| storage.trace.empty_tenant_deletion_enabled | string | `nil` | Delete empty tenants. |
953953
| storage.trace.pool.max_workers | int | `400` | Total number of workers pulling jobs from the queue |
954954
| storage.trace.pool.queue_depth | int | `20000` | Length of job queue. imporatant for querier as it queues a job for every block it has to search |
955955
| storage.trace.search.prefetch_trace_count | int | `1000` | Number of traces to prefetch while scanning blocks. Increasing this value can improve trace search performance at the cost of memory. |

0 commit comments

Comments
 (0)