darron froese

Results 7 comments of darron froese

It also helped 12.04 converge - couldn't do it without it.

Tested with the new 2024.1.3 release - still the same problem - the metrics dissappear. ![Screenshot 2024-01-17 at 1 44 51 PM](https://github.com/cloudflare/cloudflared/assets/5176/b59c2b87-dcd5-4b3d-888d-0a56ddef0e78) Looking at [metrics.go](https://github.com/cloudflare/cloudflared/blob/master/metrics/metrics.go) - I don't see an...

Here's a copy of the output of `/metrics` still missing the metrics we used to have: https://gist.github.com/darron/791910fe1998ddca3ede7c9d4a5183bc

Just found this: https://github.com/quic-go/quic-go/issues/4077 Looks like maybe there is no metrics support in the new package - will keep watching.

> Since a while I am not seeing `quic_client_(sent|receive)_bytes{conn_index="[0-9]+"}` anymore, this has worked before, just not sure which version broke it. I am currently using 2023.8.2. > > When I...

It was using Rails 2.3.5 on OSX 10.6.2 - ruby 1.8.7. Basically I just added a before filter to the page, and that's when it went all freaky-deaky on the...

I added this to the initializer: Behavior::Settings.before_filters = [:require_user] Restarted the app and it still happens until I add unloadable. It will render the page once, and on the second...