Last active
April 5, 2024 11:18
-
-
Save anhkind/fdc78e36b4da2f23e879c3521e7a858c to your computer and use it in GitHub Desktop.
Wirerest dashboard on Grafana
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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