Skip to content

Commit 69be9bb

Browse files
Update mixin readme (prometheus-community#1022)
1 parent 78d06ba commit 69be9bb

1 file changed

Lines changed: 17 additions & 2 deletions

File tree

mixin/README.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,23 @@
22

33
This is a Prometheus [Monitoring Mixin](https://monitoring.mixins.dev/) that comes with pre-defined dashboards.
44

5-
It can be installed e.g. with [Grizzly](https://grafana.github.io/grizzly):
5+
It can be installed e.g. with [Grizzly](https://grafana.github.io/grizzly).
6+
7+
First, install [jsonnet-bundler](https://github.com/jsonnet-bundler/jsonnet-bundler) with
8+
9+
```
10+
go install -a github.com/jsonnet-bundler/jsonnet-bundler/cmd/jb@latest
11+
```
12+
13+
Then install all the dependencies of this mixin:
14+
15+
```
16+
jb install
17+
```
18+
19+
Finally, install `Grizzly` and apply the mixin to your Grafana instance:
620

721
```
8-
$ grr apply mixin.libsonnet
22+
go install github.com/grafana/grizzly/cmd/grr@latest
23+
grr apply mixin.libsonnet
924
```

0 commit comments

Comments
 (0)