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: Add grafana dashboard guide #3469

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
16 changes: 14 additions & 2 deletions docs/monitoring-and-troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,16 @@ If needed, the proxy can be disabled in the `values.yml` file:
```diff
metrics:
serviceAnnotations: {}
serviceMonitor: false
serviceMonitor:
enable: false
namespace: ""
timeout: 30s
interval: 1m
serviceMonitorLabels: {}
- port: 8443
+ port: 8080
proxy:
- enabled: true
+ enabled: false
```

Expand All @@ -28,6 +34,12 @@ podAnnotations:
+ prometheus.io/port: "8080"
```

## Dashboard

If needed, import and use Grafana dashboard [ID 19382](https://grafana.com/grafana/dashboards/19382-horizontalrunnerautoscalers/) for horizontal runner autoscalers.

This dashboard adds observability to the Horizontal Runner Autoscalers (HRA). It automatically scans some ARC metrics to display the behaviour of all your HRAs.

## Troubleshooting

See [troubleshooting guide](../TROUBLESHOOTING.md) for solutions to various problems people have run into consistently.
See [troubleshooting guide](../TROUBLESHOOTING.md) for solutions to various problems people have run into consistently.