Dave Henderson

Results 335 comments of Dave Henderson

@joho I just rebased this, it's no big deal but removes some unnecessary code...

IMO it would be best if this were an opt-in feature, since this can open up all kinds of security risks!

I've been experiencing very similar behaviour, with hc v1.2.3, though I do not have any managed switches on my network. @brutella are the changes mentioned in https://github.com/brutella/hc/issues/179#issuecomment-658089093 aimed at fixing...

> Check your AP. UniFI has it turned on by default as well. I have Google WiFi mesh devices, I wonder if these do... I'm not sure how to figure...

@raygervais there's a `pprof` endpoint that's built in to the admin endpoint - at http://localhost:2019/debug/pprof by default

Thanks for filing this @renbou - I'll try to find some time this coming week to dig into it. My gut feeling is that some of the issue is due...

@renbou this is awesome - ~have you thought of adding some benchmarks too?~ Edit: I see Matt already asked above 😅 As a related aside, it might be useful to...

@mholt possibly! In general, the `process_cpu_seconds_total` metric could be used (on Linux and Windows only unfortunately) to track CPU usage, while `caddy_http_request_duration_seconds_count` could be used to track accepted connections, or...

I haven't had time to think too deeply about this yet, but in general all labels should be set on all endpoints. That is to say, if a `content_type` or...

Just to add a bit more clarity on the issue - when exposing metrics with Prometheus, the expectation is that all metrics will remain consistent for the lifetime of the...