From 46e42aac8eebbec44cdc6d2f0c54e13cf78cac17 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 19:45:24 -0400 Subject: [PATCH] [release-v2.4] Fix a broken link in tail-based-sampling.md (#3545) the link to the "river language" was leading to a 404 (cherry picked from commit 56dcb460c83863379f1e0b58be08a3f2b97f78dc) Co-authored-by: timo --- .../tempo/configuration/grafana-agent/tail-based-sampling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/tempo/configuration/grafana-agent/tail-based-sampling.md b/docs/sources/tempo/configuration/grafana-agent/tail-based-sampling.md index 002a25f5f9e..ac205498872 100644 --- a/docs/sources/tempo/configuration/grafana-agent/tail-based-sampling.md +++ b/docs/sources/tempo/configuration/grafana-agent/tail-based-sampling.md @@ -16,7 +16,7 @@ Probabilistic sampling strategies are easy to implement, but also run the risk of discarding relevant data that you'll later want. Tail-based sampling works with Grafana Agent in Flow or static modes. -Flow mode configuration files are [written in River](/docs/agent/latest/flow/config-language). +Flow mode configuration files are [written in River](/docs/agent/latest/flow/concepts/config-language). Static mode configuration files are [written in YAML](/docs/agent/latest/static/configuration). Examples in this document are for Flow mode. You can also use the [Static mode Kubernetes operator](/docs/agent/latest/operator).