File tree 1 file changed +4
-4
lines changed
contrib/gitea-monitoring-mixin
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,17 +7,17 @@ Gitea Mixin is a set of configurable Grafana dashboards based on the metrics exp
7
7
You can manually generate dashboards, but first you should install some tools:
8
8
9
9
``` bash
10
- go get github.com/jsonnet-bundler/jsonnet-bundler/cmd/jb
11
- go get github.com/google/go-jsonnet/cmd/jsonnet
10
+ go install github.com/jsonnet-bundler/jsonnet-bundler/cmd/jb@latest
11
+ go install github.com/google/go-jsonnet/cmd/jsonnet@latest
12
12
# or in brew: brew install go-jsonnet
13
13
```
14
14
15
15
For linting and formatting, you would also need ` mixtool ` and ` jsonnetfmt ` installed. If you
16
16
have a working Go development environment, it's easiest to run the following:
17
17
18
18
``` bash
19
- go get github.com/monitoring-mixins/mixtool/cmd/mixtool
20
- go get github.com/google/go-jsonnet/cmd/jsonnetfmt
19
+ go install github.com/monitoring-mixins/mixtool/cmd/mixtool@latest
20
+ go install github.com/google/go-jsonnet/cmd/jsonnetfmt@latest
21
21
```
22
22
23
23
The files in ` dashboards_out ` need to be imported
You can’t perform that action at this time.
0 commit comments