Marc Schäfer
83c3ae5cf9
feat(telemetry/state_view): add site_id label to gauges and set tunnel_sessions transport=wireguard (no hardcoded tcp)
2025-10-08 00:09:30 +02:00
Marc Schäfer
1e88fb86b4
feat(telemetry,metrics): allow site_id/region in attribute filter; read site_id from NEWT_SITE_ID/NEWT_ID or OTEL_RESOURCE_ATTRIBUTES; propagate site_id/region labels across metrics; include site labels in build_info; seed global site info
2025-10-08 00:09:17 +02:00
Marc Schäfer
62407b0c74
remove: removed test results
2025-10-08 00:02:44 +02:00
Marc Schäfer
d91c6ef168
fix: Update observability documentation to correct code block syntax and improve clarity
2025-10-08 00:00:56 +02:00
Marc Schäfer
59e8d79404
chore: Update docker-compose.metrics.yml for improved service configuration
2025-10-07 23:55:47 +02:00
Marc Schäfer
d907ae9e84
fix: Remove unnecessary blank line in prometheus.yml
2025-10-07 23:55:23 +02:00
Marc Schäfer
d745aa79d4
feat: Add Grafana dashboard and Prometheus datasource configuration files
2025-10-07 18:45:40 +02:00
Marc Schäfer
427ab67bb5
fix: Update observability documentation to clarify resource attributes and scraping strategy
2025-10-07 18:45:02 +02:00
Marc Schäfer
a86b14d97d
refactor: Simplify telemetry metrics by removing site_id and enhancing tunnel_id usage
2025-10-07 18:43:09 +02:00
Marc Schäfer
f8fd8e1bc5
fix: Update otel-collector.yaml and docker-compose to correct endpoint configurations and enhance resource detection
2025-10-07 17:53:55 +02:00
Marc Schäfer
0b5e662abc
fix: Update otel-collector.yaml to correct resource attribute checks and streamline processor/exporter configuration
2025-10-07 12:37:44 +02:00
Marc Schäfer
bd55269b39
feat: Add .env.example file and update docker-compose to use environment variables
2025-10-07 12:37:16 +02:00
Marc Schäfer
3e9c74a65b
chore: Update OpenTelemetry collector image to version 0.136.0
2025-10-07 11:51:13 +02:00
Marc Schäfer
922591b269
chore: Update Dockerfile to enhance Go proxy settings and optimize build process
2025-10-07 11:36:23 +02:00
Marc Schäfer
cfe52caa4a
chore: No code changes made to the Dockerfile
2025-10-07 11:30:53 +02:00
Marc Schäfer
d31d08c1c8
feat: Update Dockerfile to include installation of git and ca-certificates
2025-10-07 11:25:07 +02:00
Marc Schäfer
9ac4cee48d
feat: Add Docker Compose configuration for OpenTelemetry collector and Prometheus
2025-10-07 11:09:20 +02:00
Marc Schäfer
b53fb70778
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.
2025-10-07 09:17:05 +02:00
Marc Schäfer
0f83489f11
Add OpenTelemetry configuration and observability documentation
2025-10-07 09:16:44 +02:00
Marc Schäfer
09e9bd9493
Implement TelemetryView for thread-safe session management and observability
2025-10-07 09:16:17 +02:00
Marc Schäfer
2d4f656852
Add telemetry metrics and constants for improved observability
2025-10-07 09:15:36 +02:00
Marc Schäfer
8f7f9c417c
Refactor WireGuard and netstack services for telemetry integration
2025-10-07 09:13:05 +02:00
Marc Schäfer
660adcc72d
Instrument authentication and WebSocket connection logic for telemetry events
2025-10-07 09:13:04 +02:00
Marc Schäfer
0d55e35784
Add tunnel latency and reconnect telemetry to ping logic
2025-10-07 09:13:04 +02:00
Marc Schäfer
ceef228665
Refactor ProxyManager for per-tunnel metrics, async bytes collection, and session counting
2025-10-07 09:13:03 +02:00
Marc Schäfer
496ff0734c
Integrate tunnel metrics and telemetry reporting throughout main application logic
2025-10-07 09:13:03 +02:00
Marc Schäfer
a89f13870c
Initialize telemetry and start admin HTTP server for metrics export
2025-10-07 09:13:03 +02:00
Marc Schäfer
85394d3255
Add flags and environment variables for telemetry and metrics configuration
2025-10-07 09:13:02 +02:00
Marc Schäfer
0405aebb45
Expose admin/metrics endpoint in Dockerfile
2025-10-07 09:13:02 +02:00
Marc Schäfer
9c0f4599b8
Update dependencies for telemetry and metrics support
2025-10-07 09:13:01 +02:00
Marc Schäfer
fd6b1ae323
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
2025-09-21 21:47:59 +02:00
Marc Schäfer
831ae2d9c5
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
2025-09-21 21:47:45 +02:00
dependabot[bot]
a63a27e3ab
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 >
2025-09-21 19:40:14 +00:00
dependabot[bot]
34d558a5a2
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 >
2025-09-21 19:40:11 +00:00
Marc Schäfer
a08a3b9665
feat(Docs): Add License Badge and PkgGo Badge
2025-09-19 16:34:44 +02:00
Marc Schäfer
0fc13be413
feat(Docs): Addding GoReport Badge
2025-09-19 16:25:04 +02:00
Owen Schwartz
58412a7a61
Merge pull request #129 from l3pr-org/main
...
Implement more privacy-respecting DNS service
2025-09-04 10:39:33 -07:00
Stanley Wisnioski
2675b812aa
Update README.md
...
Updated README.md to reflect change of default DNS server from Google to Quad9.
2025-09-04 10:03:58 -04:00
Stanley Wisnioski
217a9346c6
Change DNS Server in clients.go
...
Changed DNS server from Google (8.8.8.8) to Quad9 (9.9.9.9)
2025-09-04 10:00:48 -04:00
Stanley Wisnioski
eda8073bce
Change DNS Server
...
Changed DNS server from Google (8.8.8.8) to Quad9 (9.9.9.9)
2025-09-04 09:58:43 -04:00
Owen
2969f9d2d6
Ensure backward compatability with --docker-socket
1.4.4
2025-09-02 14:08:24 -07:00
Owen
502ebfc362
Make sure to call stop function inside of clients
2025-09-01 15:45:23 -07:00
Owen
288413fd15
Limit the amount of times the send message sends
...
Fixes #115
2025-09-01 11:53:46 -07:00
Owen
0ba44206b1
Print the body for debug
2025-09-01 11:51:23 -07:00
Owen
3f8dcd8f22
Update docs with enforce-hc-cert
2025-09-01 10:59:54 -07:00
Owen
c5c0143013
Allow health check to http self signed by default
...
Fixes #122
2025-09-01 10:56:08 -07:00
Owen
87ac5c97e3
Merge branch 'main' of github.com:fosrl/newt
2025-08-30 18:07:22 -07:00
Owen
e2238c3cc8
Merge branch 'Pallavikumarimdb-feat/Split-mTLS-client-and-CA-certificates'
2025-08-30 18:07:07 -07:00
Owen
58a67328d3
Merge branch 'feat/Split-mTLS-client-and-CA-certificates' of github.com:Pallavikumarimdb/newt into Pallavikumarimdb-feat/Split-mTLS-client-and-CA-certificates
2025-08-30 18:06:18 -07:00
Owen Schwartz
002fdc4d3f
Merge pull request #97 from Nemental/feat/docker-socket-protocol
...
feat: docker socket protocol
2025-08-30 16:53:21 -07:00