Skip to content

Instantly share code, notes, and snippets.

@anhkind
Last active April 5, 2024 11:18
Show Gist options
  • Save anhkind/fdc78e36b4da2f23e879c3521e7a858c to your computer and use it in GitHub Desktop.
Save anhkind/fdc78e36b4da2f23e879c3521e7a858c to your computer and use it in GitHub Desktop.
Wirerest dashboard on Grafana
# For Grafana dashboard: https://grafana.com/grafana/dashboards/19458-wireguard-wirerest-jvm/
# put these under `metrics.configs.scrape_configs`
- job_name: 'wirerest'
metrics_path: '/actuator/prometheus'
authorization:
credentials: YOUR_WIREREST_TOKEN
static_configs:
targets: ['YOUR_WIREREST_IP:8081']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment