Skip to content

Commit b81332e

Browse files
authored
fix: use /tree/ instead of /blob/ for directory URL (#1944)
## Summary - Fix tail sampling processor link in `docs/content/otel/tracing.md` to use `/tree/` instead of `/blob/` - The link points to a directory, not a file. GitHub redirects `/blob/` → `/tree/` (301), but link checkers that remap to `raw.githubusercontent.com` get 400 for directories ## Test plan - [ ] Link checker passes Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
1 parent cc17d6e commit b81332e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/content/otel/tracing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Exemplars are only selected every
5656
[`minRetentionPeriodSeconds`]({{< relref "../config/config.md#exemplar-properties" >}}) seconds.
5757

5858
Here's an example of how to configure OpenTelemetry's
59-
[tail sampling processor](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/processor/tailsamplingprocessor/) <!-- editorconfig-checker-disable-line -->
59+
[tail sampling processor](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/processor/tailsamplingprocessor/) <!-- editorconfig-checker-disable-line -->
6060
to sample all Spans marked with `exemplar="true"`, and then discard 90% of the traces:
6161

6262
```yaml

0 commit comments

Comments
 (0)