docs: Update sampling.md (#10987)

**What this PR does / why we need it**:

Fix parsing error in the doc


**Special notes for your reviewer**:

**Checklist**
- [X] Reviewed the
[`CONTRIBUTING.md`](https://github.com/grafana/loki/blob/main/CONTRIBUTING.md)
guide (**required**)
- [x] Documentation added
- [ ] Tests updated
- [ ] `CHANGELOG.md` updated
- [ ] If the change is worth mentioning in the release notes, add
`add-to-release-notes` label
- [ ] Changes that require user attention or interaction to upgrade are
documented in `docs/sources/setup/upgrade/_index.md`
- [ ] For Helm chart changes bump the Helm chart version in
`production/helm/loki/Chart.yaml` and update
`production/helm/loki/CHANGELOG.md` and
`production/helm/loki/README.md`. [Example
PR](d10549e3ec)
- [ ] If the change is deprecating or removing a configuration option,
update the `deprecated-config.yaml` and `deleted-config.yaml` files
respectively in the `tools/deprecated-config-checker` directory. <!--
TODO(salvacorts): Add example PR -->
pull/10999/head
Sylvain Witmeyer 2 years ago committed by GitHub
parent 1b0b9da396
commit c19f19f974
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/sources/send-data/promtail/stages/sampling.md

@ -47,7 +47,7 @@ pipeline_stages:
app: app:
- match: - match:
pipeline_name: "app2" pipeline_name: "app2"
selector: "{app="poki"}" selector: '{app="poki"}'
stages: stages:
- sampling: - sampling:
rate: 0.1 rate: 0.1

Loading…
Cancel
Save