You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mixin/README.md
+17-2Lines changed: 17 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,23 @@
2
2
3
3
This is a Prometheus [Monitoring Mixin](https://monitoring.mixins.dev/) that comes with pre-defined dashboards.
4
4
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:
6
20
7
21
```
8
-
$ grr apply mixin.libsonnet
22
+
go install github.com/grafana/grizzly/cmd/grr@latest
0 commit comments