You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -200,6 +200,12 @@ Tip: you can force using config file in the same directory with executable by cr
200
200
201
201
It is not recommended to amend config file while application is still running.
202
202
203
+
## Monitoring
204
+
205
+
AWL includes built-in Prometheus metrics support. You can access the metrics endpoint at `http://localhost:8639/metrics`.
206
+
207
+
A pre-packaged monitoring stack with Prometheus and Grafana dashboards is available in the [monitoring/](monitoring/) directory. See [monitoring/README.md](monitoring/README.md) for setup instructions.
208
+
203
209
## Terminal based client
204
210
205
211
Both `awl` and `awl-tray` versions have CLI to communicate with vpn server.
@@ -262,12 +268,6 @@ systemctl restart awl
262
268
263
269
As alternative, on Desktop/Server you can download new version from [releases page](https://github.com/anywherelan/awl/releases) and manually replace old files with new ones.
264
270
265
-
# Roadmap
266
-
267
-
- performance improvements for vpn tunnel protocol
268
-
- exit nodes - let you route all internet traffic through other peers
269
-
- add support for awl dns for android ([#17](https://github.com/anywherelan/awl/issues/17))
270
-
271
271
# Contributing
272
272
273
273
Contributions to this repository are very welcome.
0 commit comments