cloudflared-mirror/diagnostic
Luis Neto 4b0b6dc8c6 TUN-8728: implement diag/tunnel endpoint
## Summary
The new endpoint returns the current information to be used when calling the diagnostic procedure.
This also adds:
- add indexed connection info and method to extract active connections from connTracker
- add edge address to Event struct and conn tracker
- remove unnecessary event send
- add tunnel configuration handler
- adjust cmd and metrics to create diagnostic server

Closes TUN-8728
2024-11-25 10:43:32 -08:00
..
consts.go TUN-8728: implement diag/tunnel endpoint 2024-11-25 10:43:32 -08:00
error.go TUN-8731: Implement diag/system endpoint 2024-11-22 08:10:05 -08:00
handlers.go TUN-8728: implement diag/tunnel endpoint 2024-11-25 10:43:32 -08:00
handlers_test.go TUN-8728: implement diag/tunnel endpoint 2024-11-25 10:43:32 -08:00
system_collector.go TUN-8731: Implement diag/system endpoint 2024-11-22 08:10:05 -08:00
system_collector_linux.go TUN-8731: Implement diag/system endpoint 2024-11-22 08:10:05 -08:00
system_collector_macos.go TUN-8731: Implement diag/system endpoint 2024-11-22 08:10:05 -08:00
system_collector_test.go TUN-8731: Implement diag/system endpoint 2024-11-22 08:10:05 -08:00
system_collector_utils.go TUN-8731: Implement diag/system endpoint 2024-11-22 08:10:05 -08:00
system_collector_windows.go TUN-8731: Implement diag/system endpoint 2024-11-22 08:10:05 -08:00