Skip to content

Commit

Permalink
docs: metrics are eprhemeral + mention also grafana deploy target
Browse files Browse the repository at this point in the history
Signed-off-by: Jirka Kremser <jiri.kremser@gmail.com>
  • Loading branch information
jkremser committed Dec 13, 2021
1 parent 4a26058 commit a3567d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,11 @@ The deployed Prometheus scrapes metrics from the dedicated k8gb operator endpoin
- http://127.0.0.1:9080
- http://127.0.0.1:9081

All the metric data are ephemeral and will be lost with pod restarts.
To uninstall Prometheus, run `make uninstall-prometheus`

Optionally, you can also install Grafana that will have the datasources configured and example dashboard ready using `make deploy-grafana`

## Code style

k8gb project is using the coding style suggested by the Golang community. See the [golang-style-doc](https://github.com/golang/go/wiki/CodeReviewComments) for details.
Expand Down

0 comments on commit a3567d6

Please sign in to comment.