Skip to content

Commit

Permalink
[DOC] Update local-block processor config for 2.6 changes (#4223)
Browse files Browse the repository at this point in the history
Added the breaking changes content to the
  • Loading branch information
knylander-grafana committed Oct 29, 2024
1 parent 770dd15 commit 3b18590
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions docs/sources/tempo/operations/traceql-metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Next, configure the `local-blocks` processor to record all spans for TraceQL met
Here is an example configuration:

```yaml
metrics_generator:
metrics_generator:
processor:
local_blocks:
filter_server_spans: false
Expand All @@ -103,6 +103,18 @@ Refer to the [Helm chart for an example](https://github.com/grafana/helm-charts/

Refer to the [metrics-generator configuration](../configuration#metrics-generator) documentation for more information.

```

To run metrics queries on historical data, you must configure the local-blocks processor to flush RF1 blocks to object storage:

```yaml
metrics_generator:
processor:
local_blocks:
flush_to_storage: true
```
For more information about overrides, refer to [Standard overrides](https://grafana.com/docs/tempo/<TEMPO_VERSION>/configuration/#standard-overrides).
## Evaluate query timeouts
Expand Down Expand Up @@ -150,4 +162,4 @@ query_frontend:
metrics:
concurrent_jobs: 8
target_bytes_per_job: 1.25e+09 # ~1.25GB
```
```

0 comments on commit 3b18590

Please sign in to comment.