matburton

Results 2 issues of matburton

Currently if you have an event expression like example.ne(i,1).ne(i,3) then you may get events returned with i=1 because the second .ne filter overwrites the first The same applies to metric...

### Issue Details This is a feature request The Caddy API exposes a useful [/reverse_proxy/upstreams](https://github.com/caddyserver/caddy/blob/master/modules/caddyhttp/reverseproxy/admin.go#L54) end-point which lists the number of in-flight requests for each upstream address, e.g.: ```json [...

feature :gear: