From 4fc7dd0307103e872f5567129dd4361dc34a8c92 Mon Sep 17 00:00:00 2001 From: Kim Nylander Date: Thu, 24 Oct 2024 14:13:37 -0400 Subject: [PATCH] Add flush_to_storage config doc --- docs/sources/tempo/operations/traceql-metrics.md | 2 ++ docs/sources/tempo/traceql/metrics-queries.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/sources/tempo/operations/traceql-metrics.md b/docs/sources/tempo/operations/traceql-metrics.md index 300e28be91e..50bd2907cdf 100644 --- a/docs/sources/tempo/operations/traceql-metrics.md +++ b/docs/sources/tempo/operations/traceql-metrics.md @@ -80,6 +80,8 @@ metrics_generator: flush_to_storage: true ``` +Setting `flush_to_storage` to `true` ensures that metrics blocks are flushed to storage so TraceQL metrics queries against historical data. + For more information about overrides, refer to [Standard overrides](https://grafana.com/docs/tempo//configuration/#standard-overrides). ## Evaluate query timeouts diff --git a/docs/sources/tempo/traceql/metrics-queries.md b/docs/sources/tempo/traceql/metrics-queries.md index 086a5207b13..a0ed0bad17e 100644 --- a/docs/sources/tempo/traceql/metrics-queries.md +++ b/docs/sources/tempo/traceql/metrics-queries.md @@ -15,7 +15,7 @@ keywords: TraceQL metrics is an experimental feature in Grafana Tempo that creates metrics from traces. Metric queries extend trace queries by applying a function to trace query results. -This powerful feature allows for adhoc aggregation of any existing TraceQL query by any dimension available in your traces, much in the same way that LogQL metric queries create metrics from logs. +This powerful feature allows for ad hoc aggregation of any existing TraceQL query by any dimension available in your traces, much in the same way that LogQL metric queries create metrics from logs. Traces are a unique observability signal that contain causal relationships between the components in your system. Do you want to know how many database calls across all systems are downstream of your application?