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

docs(monitoring): remove info about --prom-namespace flag #760

Merged
merged 1 commit into from
Apr 2, 2024
Merged
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: 0 additions & 4 deletions docs/content/tutorials/monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ If you are familiar with Prometheus and Grafana stack, you can import the dashbo
- Paste a Grafana dashboard ID `20100` and click **Load**.
- Paste dashboard JSON text from [here](https://github.com/saucelabs/forwarder/blob/main/local/monitoring/dashboards/forwarder.json) directly into the text area.

Remember to set the `prom_namespace` variable to the value configured in your Forwarder with the `--prom-namespace` flag.

## Step-by-Step Installation

Forwarder exposes Prometheus metrics in the API server on the `/metrics` endpoint.
Expand Down Expand Up @@ -59,8 +57,6 @@ scrape_configs:
- Go to the Grafana Dashboard.
- Click on the `New` or `+` icon select `Import.`
- Type the following ID to import the dashboard: `20100`.
1. Run Dashboard with the Right Namespace:
- Set the `prom_namespace` variable to the value configured in your Forwarder with the `--prom-namespace` flag.

Congratulations! You have successfully set up monitoring for your Forwarder using Prometheus and Grafana. Adjust the configuration parameters as needed based on your specific setup.

Expand Down
Loading