Skip to content

Commit

Permalink
[release-v2.4] Fix a broken link in tail-based-sampling.md (#3545)
Browse files Browse the repository at this point in the history
the link to the "river language" was leading to a 404

(cherry picked from commit 56dcb46)

Co-authored-by: timo <[email protected]>
  • Loading branch information
github-actions[bot] and timo committed Apr 8, 2024
1 parent dd34700 commit 46e42aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down

0 comments on commit 46e42aa

Please sign in to comment.