Skip to content

Commit

Permalink
Merge pull request #2562 from joe-elliott/tempo-distributed-2.2
Browse files Browse the repository at this point in the history
[tempo-distributed] Updated to 2.2
  • Loading branch information
joe-elliott authored Jul 31, 2023
2 parents 1895fb2 + 2a05cdd commit 4182eb2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
4 changes: 2 additions & 2 deletions charts/tempo-distributed/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: tempo-distributed
description: Grafana Tempo in MicroService mode
type: application
version: 1.4.15
appVersion: 2.1.1
version: 1.5.0
appVersion: 2.2.0
engine: gotpl
home: https://grafana.com/docs/tempo/latest/
icon: https://raw.githubusercontent.com/grafana/tempo/master/docs/tempo/website/logo_and_name.png
Expand Down
3 changes: 1 addition & 2 deletions charts/tempo-distributed/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# tempo-distributed

![Version: 1.4.15](https://img.shields.io/badge/Version-1.4.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.1.1](https://img.shields.io/badge/AppVersion-2.1.1-informational?style=flat-square)
![Version: 1.5.0](https://img.shields.io/badge/Version-1.5.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.2.0](https://img.shields.io/badge/AppVersion-2.2.0-informational?style=flat-square)

Grafana Tempo in MicroService mode

Expand Down Expand Up @@ -639,7 +639,6 @@ The memcached default args are removed and should be provided manually. The sett
| queryFrontend.config.max_retries | int | `2` | Number of times to retry a request sent to a querier |
| queryFrontend.config.search.concurrent_jobs | int | `1000` | The number of concurrent jobs to execute when searching the backend |
| queryFrontend.config.search.target_bytes_per_job | int | `104857600` | The target number of bytes for each job to handle when performing a backend search |
| queryFrontend.config.tolerate_failed_blocks | int | `0` | Number of block queries that are tolerated to error before considering the entire query as failed. Numbers greater than 0 make possible for a read to return partial results |
| queryFrontend.config.trace_by_id | object | `{"hedge_requests_at":"2s","hedge_requests_up_to":2,"query_shards":50}` | Trace by ID lookup configuration |
| queryFrontend.config.trace_by_id.hedge_requests_at | string | `"2s"` | If set to a non-zero value, a second request will be issued at the provided duration. Recommended to be set to p99 of search requests to reduce long-tail latency. |
| queryFrontend.config.trace_by_id.hedge_requests_up_to | int | `2` | The maximum number of requests to execute when hedging. Requires hedge_requests_at to be set. Must be greater than 0. |
Expand Down
3 changes: 0 additions & 3 deletions charts/tempo-distributed/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -650,8 +650,6 @@ queryFrontend:
config:
# -- Number of times to retry a request sent to a querier
max_retries: 2
# -- Number of block queries that are tolerated to error before considering the entire query as failed. Numbers greater than 0 make possible for a read to return partial results
tolerate_failed_blocks: 0
search:
# -- The number of concurrent jobs to execute when searching the backend
concurrent_jobs: 1000
Expand Down Expand Up @@ -1134,7 +1132,6 @@ config: |
max_concurrent_queries: {{ .Values.querier.config.max_concurrent_queries }}
query_frontend:
max_retries: {{ .Values.queryFrontend.config.max_retries }}
tolerate_failed_blocks: {{ .Values.queryFrontend.config.tolerate_failed_blocks }}
search:
target_bytes_per_job: {{ .Values.queryFrontend.config.search.target_bytes_per_job }}
concurrent_jobs: {{ .Values.queryFrontend.config.search.concurrent_jobs }}
Expand Down

0 comments on commit 4182eb2

Please sign in to comment.