cloudflared-mirror/metrics
Nuno Diegues 2d0b86f2e4 TUN-3777: Fix /ready endpoint for classic tunnels
Classic tunnels flow was triggering an event for RegisteringTunnel for
every connection that was about to be established, and then a Connected
event for every connection established.

However, the RegistreringTunnel event had no connection ID, always
causing it to unset/disconnect the 0th connection making the /ready
endpoint report incorrect numbers for classic tunnels.
2021-01-19 13:02:44 +00:00
..
config.go TUN-528: Move cloudflared into a separate repo 2018-07-19 15:02:24 -05:00
metrics.go TUN-3738: Refactor observer to avoid potential of blocking on tunnel notifications 2021-01-18 11:16:23 +00:00
readiness.go TUN-3738: Refactor observer to avoid potential of blocking on tunnel notifications 2021-01-18 11:16:23 +00:00
readiness_test.go TUN-3777: Fix /ready endpoint for classic tunnels 2021-01-19 13:02:44 +00:00
timer.go TUN-528: Move cloudflared into a separate repo 2018-07-19 15:02:24 -05:00
timer_test.go TUN-528: Move cloudflared into a separate repo 2018-07-19 15:02:24 -05:00