Skip to content

Commit

Permalink
gitea-mixin: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
v-zhuravlev committed Dec 15, 2021
1 parent 2a14eba commit a75b139
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions contrib/gitea-monitoring-mixin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ Gitea Mixin is a set of configurable Grafana dashboards based on the metrics exp
You can manually generate dashboards, but first you should install some tools:

```bash
go get github.com/jsonnet-bundler/jsonnet-bundler/cmd/jb
go get github.com/google/go-jsonnet/cmd/jsonnet
go install github.com/jsonnet-bundler/jsonnet-bundler/cmd/jb@latest
go install github.com/google/go-jsonnet/cmd/jsonnet@latest
# or in brew: brew install go-jsonnet
```

For linting and formatting, you would also need `mixtool` and `jsonnetfmt` installed. If you
have a working Go development environment, it's easiest to run the following:

```bash
go get github.com/monitoring-mixins/mixtool/cmd/mixtool
go get github.com/google/go-jsonnet/cmd/jsonnetfmt
go install github.com/monitoring-mixins/mixtool/cmd/mixtool@latest
go install github.com/google/go-jsonnet/cmd/jsonnetfmt@latest
```

The files in `dashboards_out` need to be imported
Expand Down

0 comments on commit a75b139

Please sign in to comment.