From fe802f6d8828c67d3daa076c3da86b4670619c9f Mon Sep 17 00:00:00 2001 From: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com> Date: Thu, 28 Mar 2024 08:37:27 -0400 Subject: [PATCH] [DOC] Clarify compatible log stores for traces to logs (#85314) * Clarify compatible log stores for traces to logs * Fixes from prettier --- docs/sources/datasources/tempo/configure-tempo-data-source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/datasources/tempo/configure-tempo-data-source.md b/docs/sources/datasources/tempo/configure-tempo-data-source.md index a37b83bedaa..bec47a25eeb 100644 --- a/docs/sources/datasources/tempo/configure-tempo-data-source.md +++ b/docs/sources/datasources/tempo/configure-tempo-data-source.md @@ -80,7 +80,7 @@ The following table describes the ways in which you can configure your trace to | Setting name | Description | | ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| **Data source** | Defines the target data source. You can select only Loki or Splunk \[logs\] data sources. | +| **Data source** | Defines the target data source. You can select Loki or any compatible log store. | | **Span start time shift** | Shifts the start time for the logs query, based on the span's start time. You can use time units, such as `5s`, `1m`, `3h`. To extend the time to the past, use a negative value. Default: `0`. | | **Span end time shift** | Shifts the end time for the logs query, based on the span's end time. You can use time units. Default: `0`. | | **Tags** | Defines the tags to use in the logs query. Default: `cluster`, `hostname`, `namespace`, `pod`, `service.name`, `service.namespace`. You can change the tag name for example to remove dots from the name if they are not allowed in the target data source. For example, map `http.status` to `http_status`. |