Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix helm metrics prefix issue #161

Merged
merged 2 commits into from
Feb 8, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion walkthrough/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,5 +102,7 @@ If you're using JetStream, you can import the JetStream dashboard (`grafana-jets

![Dashboard Image](images/GrafanaJetStreamDashboard.png?raw=true "Grafana JetStream Dashboard")

---
> :warning: **Note for Helm Deployments:** When deploying the Prometheus NATS exporter via the standard Helm charts, the metrics prefix is [overridden](https://github.com/nats-io/k8s/blob/13bb6fc04855f43dd4350f2f691512d4a71ccad5/helm/charts/nats/templates/statefulset.yaml#L574) from `gnatsd` & `jetstream` to `nats`. You can either simply do a find & replace for these prefixes and replace them in the dashboard, or use the `grafana-jetstream-dash-helm.json` file (where this has been done already).


---
Loading