Skip to content

Commit

Permalink
docs/content/tutorials(monitoring): remove info about --prom-namespac…
Browse files Browse the repository at this point in the history
…e flag

The flag has been removed.
  • Loading branch information
Choraden authored and mmatczuk committed Apr 2, 2024
1 parent 417281c commit 197fe31
Showing 1 changed file with 0 additions and 4 deletions.
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

0 comments on commit 197fe31

Please sign in to comment.