Minor: Remove backtick from doc (#16423)
remove backtick
Emmanuel Vasilakis committed
Nov 16, 2023 at 16:04 UTC
cd82944a89f32e00951fa4a6e4b3a75ec08cfc1d
1 file changed
+2
-2
health/REFERENCE.md
+2
-2
@@ -701,14 +701,14 @@ If you have an e.g. external disk mounted on `/mnt/disk1` and you don't wish any
701
it (but you do for all other mount points), you can add the following to the alert's configuration:
702
703
```yaml
704
-chart labels: mount_point=!/mnt/disk1 *`
704
+chart labels: mount_point=!/mnt/disk1 *
705
```
706
707
The `chart labels` is a space-separated list that accepts simple patterns. If you use multiple different chart labels,
708
then the result is an OR between them. i.e. the following:
709
710
```yaml
711
-chart labels: mount_point=/mnt/disk1 device=sda`
711
+chart labels: mount_point=/mnt/disk1 device=sda
712
```
713
714
Will create the alert if the `mount_point` is `/mnt/disk1` or the `device` is `sda`. Furthermore, if a chart label name