Skip to content

Commit

Permalink
Add max_duration
Browse files Browse the repository at this point in the history
Signed-off-by: Brent Villanueva <bvillanueva@mdsol.com>
  • Loading branch information
bvillanueva-mdsol committed Sep 20, 2024
1 parent 06e9131 commit 6a8257d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions charts/tempo-distributed/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -823,6 +823,10 @@ queryFrontend:
trace_by_id:
# -- The number of shards to split a trace by id query into.
query_shards: 50
metrics:
# The maximum allowed time range for a metrics query.
# 0 disables this limit.
max_duration: 3h
autoscaling:
# -- Enable autoscaling for the query-frontend
enabled: false
Expand Down Expand Up @@ -1340,6 +1344,8 @@ config: |
concurrent_jobs: {{ .Values.queryFrontend.config.search.concurrent_jobs }}
trace_by_id:
query_shards: {{ .Values.queryFrontend.config.trace_by_id.query_shards }}
metrics:
max_duration: {{ .Values.queryFrontend.config.metrics.max_duration }}
ingester:
lifecycler:
Expand Down

0 comments on commit 6a8257d

Please sign in to comment.