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
| 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'. |
| storage.trace.pool.max_workers | int | `400` | Total number of workers pulling jobs from the queue |
952
954
| 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 |
953
955
| 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. |
# Refers to https://grafana.com/docs/tempo/latest/configuration/#server
@@ -1650,7 +1656,12 @@ storage:
1650
1656
blocklist_poll_tenant_index_builders: null
1651
1657
# -- The oldest allowable tenant index.
1652
1658
blocklist_poll_stale_tenant_index: null
1653
-
# Settings for the Admin client storage backend and buckets. Only valid is enterprise.enabled is true.
1659
+
# -- How fast the poller will delete a tenant if it is empty. Will need to be enabled in 'empty_tenant_deletion_enabled'.
1660
+
empty_tenant_deletion_age: null
1661
+
# -- Delete empty tenants.
1662
+
empty_tenant_deletion_enabled: null
1663
+
1664
+
# Settings for the Admin client storage backend and buckets. Only valid is enterprise.enabled is true
1654
1665
admin:
1655
1666
# -- The supported storage backends are gcs, s3 and azure, as specified in https://grafana.com/docs/enterprise-traces/latest/configure/reference/#admin_client_config
0 commit comments