Skip to content

Commit dceaa83

Browse files
svenmwartificial-intelligence
authored andcommitted
fix the following markdownlint issues
fix the following markdownlint errors (and some more): [..]mixins/node-exporter/README.md:13: MD031 Fenced code blocks should be surrounded by blank lines [..]mixins/node-exporter/README.md:21: MD031 Fenced code blocks should be surrounded by blank lines [..]mixins/node-exporter/README.md:27: MD031 Fenced code blocks should be surrounded by blank lines [..]mixins/node-exporter/README.md:33: MD031 Fenced code blocks should be surrounded by blank lines [..]mixins/node-exporter/README.md:41: MD034 Bare URL used A detailed description of the rules is available at https://github.com/markdownlint/markdownlint/blob/master/docs/RULES.md Signed-off-by: Sven Kieske <s.kieske@mittwald.de>
1 parent 5ea0a93 commit dceaa83

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

docs/node-mixin/README.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,33 +10,36 @@ for Grafana.
1010

1111
To use them, you need to have `jsonnet` (v0.16+) and `jb` installed. If you
1212
have a working Go development environment, it's easiest to run the following:
13+
1314
```bash
14-
$ go install github.com/google/go-jsonnet/cmd/jsonnet@latest
15-
$ go install github.com/google/go-jsonnet/cmd/jsonnetfmt@latest
16-
$ go install github.com/jsonnet-bundler/jsonnet-bundler/cmd/jb@latest
15+
go install github.com/google/go-jsonnet/cmd/jsonnet@latest
16+
go install github.com/google/go-jsonnet/cmd/jsonnetfmt@latest
17+
go install github.com/jsonnet-bundler/jsonnet-bundler/cmd/jb@latest
1718
```
1819

1920
Next, install the dependencies by running the following command in this
2021
directory:
22+
2123
```bash
22-
$ jb install
24+
jb install
2325
```
2426

2527
You can then build the Prometheus rules files `node_alerts.yaml` and
2628
`node_rules.yaml`:
29+
2730
```bash
28-
$ make node_alerts.yaml node_rules.yaml
31+
make node_alerts.yaml node_rules.yaml
2932
```
3033

3134
You can also build a directory `dashboard_out` with the JSON dashboard files
3235
for Grafana:
36+
3337
```bash
34-
$ make dashboards_out
38+
make dashboards_out
3539
```
3640

3741
Note that some of the generated dashboards require recording rules specified in
3842
the previously generated `node_rules.yaml`.
3943

4044
For more advanced uses of mixins, see
41-
https://github.com/monitoring-mixins/docs.
42-
45+
<https://github.com/monitoring-mixins/docs>.

0 commit comments

Comments
 (0)