xjewer

Results 9 comments of xjewer

I have same problem, ERROR:"Unhandled connection error: INTERNAL_ERROR" and reconnect amqp client. Don't send this option, if priority equals 0

if anyone interesting in it, there is a PR in my fork https://github.com/xjewer/rust-prometheus/pull/1

Hey @tatsuya6502, do you have any updates on this issue?

@kevinpollet are you still keen to merge such feature request if PR to be resurrected/recreated? or is anyone else working on it?

@kevinpollet any plans to look into this near future?

thanks for getting back. It won't fix original issue marked in #8606, but provides a workaround with an updated alert expression, e.g.: ``` (traefik_tls_certs_not_after - time()) < 432000 and (traefik_tls_certs_not_after...

@rtribotte I've created a ticket in go-kit project, will see if that proposal is acceptable. https://github.com/go-kit/kit/issues/1306

`CounterWithHeaders` is only a wrapper on top of go-kit. Adding an interface won't expose go-kit internal data structures.