Marc Schäfer
172b2816db
feat: Implement telemetry for reconnect reasons and RTT reporting
...
- Added telemetry hooks to track reconnect reasons for WireGuard connections, including server requests and authentication errors.
- Introduced RTT reporting to telemetry for better latency monitoring.
- Enhanced metrics configuration with flags for Prometheus and OTLP exporters.
- Implemented graceful shutdown and signal handling in the main application.
- Updated WebSocket client to classify connection errors and report them to telemetry.
- Added support for async byte counting in metrics.
- Improved handling of reconnect scenarios in the WireGuard service.
- Added documentation for applying patches and rollback procedures.
Former-commit-id: b53fb70778908560154c56323d7cc0e136186c88
2025-10-07 09:17:05 +02:00
Marc Schäfer
e7ed6a4a03
Add OpenTelemetry configuration and observability documentation
...
Former-commit-id: 0f83489f11c74f04561ce996f43652d24dd59f9f
2025-10-07 09:16:44 +02:00
Marc Schäfer
984320dc27
Implement TelemetryView for thread-safe session management and observability
...
Former-commit-id: 09e9bd9493b9e52df854772992ee5c5390b49e22
2025-10-07 09:16:17 +02:00
Marc Schäfer
5fba5a110c
Add telemetry metrics and constants for improved observability
...
Former-commit-id: 2d4f656852f69cc5466ba76363d8301f07aec354
2025-10-07 09:15:36 +02:00
Marc Schäfer
003b020037
Refactor WireGuard and netstack services for telemetry integration
...
Former-commit-id: 8f7f9c417ce3e68fa2a2cc08a364a5ab5aaab671
2025-10-07 09:13:05 +02:00
Marc Schäfer
f35ec7e014
Instrument authentication and WebSocket connection logic for telemetry events
...
Former-commit-id: 660adcc72d12d7b3466d65750032c5c3c3a74a21
2025-10-07 09:13:04 +02:00
Marc Schäfer
1092c64e15
Add tunnel latency and reconnect telemetry to ping logic
...
Former-commit-id: 0d55e35784b850fd8847a46fe1653d69c1466e1e
2025-10-07 09:13:04 +02:00
Marc Schäfer
b0be472cc0
Refactor ProxyManager for per-tunnel metrics, async bytes collection, and session counting
...
Former-commit-id: ceef228665e88233b159b9273adf75d454ea4723
2025-10-07 09:13:03 +02:00
Marc Schäfer
88c7fa097e
Integrate tunnel metrics and telemetry reporting throughout main application logic
...
Former-commit-id: 496ff0734c9d476927fd4e51b641a0891ddb06bd
2025-10-07 09:13:03 +02:00
Marc Schäfer
845bb0a09f
Initialize telemetry and start admin HTTP server for metrics export
...
Former-commit-id: a89f13870ca11ab6813a668228123efee42da229
2025-10-07 09:13:03 +02:00
Marc Schäfer
5d175ea926
Add flags and environment variables for telemetry and metrics configuration
...
Former-commit-id: 85394d3255d1f7c22e21f2b87d4619da6fc6ae21
2025-10-07 09:13:02 +02:00
Marc Schäfer
26d78f749a
Expose admin/metrics endpoint in Dockerfile
...
Former-commit-id: 0405aebb45490da598bd1bb70026893d39670a06
2025-10-07 09:13:02 +02:00
Marc Schäfer
d96389a227
Update dependencies for telemetry and metrics support
...
Former-commit-id: 9c0f4599b8667d6955b0c32ae549d81f66a05598
2025-10-07 09:13:01 +02:00
Marc Schäfer
3c2a1b9235
Merge pull request #1 from marcschaeferger/dependabot/go_modules/golang.org/x/net-0.44.0
...
Bump golang.org/x/net from 0.43.0 to 0.44.0
Former-commit-id: fd6b1ae323
2025-09-21 21:47:59 +02:00
Marc Schäfer
e3eab6849d
Merge pull request #2 from marcschaeferger/dependabot/go_modules/golang.org/x/crypto-0.42.0
...
Bump golang.org/x/crypto from 0.41.0 to 0.42.0
Former-commit-id: 831ae2d9c5
2025-09-21 21:47:45 +02:00
dependabot[bot]
b0de64cb67
Bump golang.org/x/crypto from 0.41.0 to 0.42.0
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.41.0 to 0.42.0.
- [Commits](https://github.com/golang/crypto/compare/v0.41.0...v0.42.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-version: 0.42.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Former-commit-id: a63a27e3ab
2025-09-21 19:40:14 +00:00
dependabot[bot]
2a54a867a4
Bump golang.org/x/net from 0.43.0 to 0.44.0
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.43.0 to 0.44.0.
- [Commits](https://github.com/golang/net/compare/v0.43.0...v0.44.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-version: 0.44.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Former-commit-id: 34d558a5a2
2025-09-21 19:40:11 +00:00
Marc Schäfer
9a03dbbe12
feat(Docs): Add License Badge and PkgGo Badge
...
Former-commit-id: a08a3b9665
2025-09-19 16:34:44 +02:00
Marc Schäfer
3208e42c69
feat(Docs): Addding GoReport Badge
...
Former-commit-id: 0fc13be413
2025-09-19 16:25:04 +02:00
Owen Schwartz
594748cb74
Merge pull request #129 from l3pr-org/main
...
Implement more privacy-respecting DNS service
Former-commit-id: 58412a7a61
2025-09-04 10:39:33 -07:00
Stanley Wisnioski
6f71f0345b
Update README.md
...
Updated README.md to reflect change of default DNS server from Google to Quad9.
Former-commit-id: 2675b812aa
2025-09-04 10:03:58 -04:00
Stanley Wisnioski
d97cf01ad4
Change DNS Server in clients.go
...
Changed DNS server from Google (8.8.8.8) to Quad9 (9.9.9.9)
Former-commit-id: 217a9346c6
2025-09-04 10:00:48 -04:00
Stanley Wisnioski
39ee3d05aa
Change DNS Server
...
Changed DNS server from Google (8.8.8.8) to Quad9 (9.9.9.9)
Former-commit-id: eda8073bce
2025-09-04 09:58:43 -04:00
Owen
568b699c32
Ensure backward compatability with --docker-socket
...
Former-commit-id: 2969f9d2d6
1.4.4
2025-09-02 14:08:24 -07:00
Owen
c6f94945b8
Make sure to call stop function inside of clients
...
Former-commit-id: 502ebfc362
2025-09-01 15:45:23 -07:00
Owen
63e924a46b
Limit the amount of times the send message sends
...
Fixes #115
Former-commit-id: 288413fd15
2025-09-01 11:53:46 -07:00
Owen
a6d8e71b7a
Print the body for debug
...
Former-commit-id: 0ba44206b1
2025-09-01 11:51:23 -07:00
Owen
2c7841f285
Update docs with enforce-hc-cert
...
Former-commit-id: 3f8dcd8f22
2025-09-01 10:59:54 -07:00
Owen
1927e8b54a
Allow health check to http self signed by default
...
Fixes #122
Former-commit-id: c5c0143013
2025-09-01 10:56:08 -07:00
Owen
5196b9113e
Merge branch 'main' of github.com:fosrl/newt
...
Former-commit-id: 87ac5c97e3
2025-08-30 18:07:22 -07:00
Owen
c2d6a97c7b
Merge branch 'Pallavikumarimdb-feat/Split-mTLS-client-and-CA-certificates'
...
Former-commit-id: e2238c3cc8
2025-08-30 18:07:07 -07:00
Owen
97c4d3cb55
Merge branch 'feat/Split-mTLS-client-and-CA-certificates' of github.com:Pallavikumarimdb/newt into Pallavikumarimdb-feat/Split-mTLS-client-and-CA-certificates
...
Former-commit-id: 58a67328d3
2025-08-30 18:06:18 -07:00
Owen Schwartz
2b1073581e
Merge pull request #97 from Nemental/feat/docker-socket-protocol
...
feat: docker socket protocol
Former-commit-id: 002fdc4d3f
2025-08-30 16:53:21 -07:00
Owen Schwartz
d1812a4060
Merge pull request #117 from fosrl/dependabot/github_actions/docker/setup-buildx-action-3
...
Bump docker/setup-buildx-action from 2 to 3
Former-commit-id: 9a1fa2c19f
2025-08-30 16:52:06 -07:00
Owen Schwartz
919c2a7616
Merge pull request #118 from fosrl/dependabot/github_actions/actions/setup-go-5
...
Bump actions/setup-go from 4 to 5
Former-commit-id: a6797172ef
2025-08-30 16:51:59 -07:00
Owen Schwartz
158a34b61a
Merge pull request #119 from fosrl/dependabot/github_actions/docker/login-action-3
...
Bump docker/login-action from 2 to 3
Former-commit-id: d373de7fa1
2025-08-30 16:51:52 -07:00
Owen Schwartz
8f8e8b4ab5
Merge pull request #120 from fosrl/dependabot/github_actions/actions/checkout-5
...
Bump actions/checkout from 3 to 5
Former-commit-id: f876bad632
2025-08-30 16:51:45 -07:00
dependabot[bot]
1afdc3de88
Bump actions/checkout from 3 to 5
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3 to 5.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3...v5 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Former-commit-id: 54b096e6a7
2025-08-30 22:26:53 +00:00
dependabot[bot]
a304cbe616
Bump docker/login-action from 2 to 3
...
Bumps [docker/login-action](https://github.com/docker/login-action ) from 2 to 3.
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](https://github.com/docker/login-action/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: docker/login-action
dependency-version: '3'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Former-commit-id: 10720afd31
2025-08-30 22:26:50 +00:00
dependabot[bot]
2cb438bb6c
Bump actions/setup-go from 4 to 5
...
Bumps [actions/setup-go](https://github.com/actions/setup-go ) from 4 to 5.
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](https://github.com/actions/setup-go/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Former-commit-id: 0b37f20d5d
2025-08-30 22:26:47 +00:00
dependabot[bot]
6a4c77b359
Bump docker/setup-buildx-action from 2 to 3
...
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) from 2 to 3.
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](https://github.com/docker/setup-buildx-action/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-version: '3'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Former-commit-id: aa6e54f383
2025-08-30 22:26:43 +00:00
Owen Schwartz
638f25901e
Merge pull request #116 from Lokowitz/update-version
...
Update version
Former-commit-id: 30f8eb9785
2025-08-30 15:26:09 -07:00
Marvin
cb64df557f
Update go.mod
...
Former-commit-id: e765d9c774
2025-08-28 17:34:34 +02:00
Marvin
1c3fb339d8
Update test.yml
...
Former-commit-id: 3ae4ac23ef
2025-08-28 17:33:59 +02:00
Marvin
532786b567
Update cicd.yml
...
Former-commit-id: 6a98b90b01
2025-08-28 17:33:39 +02:00
Marvin
96a740e2c2
Update dependabot.yml
...
Former-commit-id: e0ce9d4e48
2025-08-28 17:33:04 +02:00
Marvin
6e097ab22b
Update .go-version
...
Former-commit-id: 5914c9ed33
2025-08-28 17:32:27 +02:00
Owen Schwartz
33f930b8bf
Merge pull request #103 from fosrl/dependabot/go_modules/prod-minor-updates-50897cc7ef
...
Bump the prod-minor-updates group with 2 updates
Former-commit-id: 109bda961f
2025-08-27 11:02:27 -07:00
Owen Schwartz
ad7778eed9
Merge pull request #106 from fosrl/dependabot/docker/minor-updates-887f07f54c
...
Bump golang from 1.24-alpine to 1.25-alpine in the minor-updates group
Former-commit-id: c2a93134b1
2025-08-27 11:02:16 -07:00
Owen Schwartz
fd4c406168
Merge pull request #114 from firecat53/1.4.2
...
Update version to 1.4.2
Former-commit-id: 100d8e6afe
2025-08-27 11:01:18 -07:00