Skip to content

Commit

Permalink
Merge pull request #29608 from wozniakjan/monitoring_broken_link
Browse files Browse the repository at this point in the history
doc/monitoring: correct link to grafana dashboard definitions
  • Loading branch information
k8s-ci-robot authored Jun 24, 2023
2 parents a66e45f + aa75029 commit aa7f8d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/prow/cluster/monitoring/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ _Note_ that the `servicemonitor` has to have label `app` as key (value could be
We use [jsonnet](https://jsonnet.org) to generate the json files for grafana dashboards and [jsonnet-bundler](https://github.com/jsonnet-bundler/jsonnet-bundler) to manage the jsonnet libs.
Developing a new dashboard can be achieved by

* Create a new file `<dashhoard_name>.jsonnet` in folder [grafana_dashboards](grafana_dashboards).
* Create a new file `<dashhoard_name>.jsonnet` in folder [./mixins/grafana_dashboards](./mixins/grafana_dashboards).

* Use the configMap above in [grafana_deployment.yaml](grafana_deployment.yaml).

Expand Down

0 comments on commit aa7f8d7

Please sign in to comment.