Braedon Vickers
Braedon Vickers
Hi @mrueg, could you clarify what kind of queries you'd like to run? We could use an endpoint like this to run a query string query and get basic count...
Yeah, it's definitely possible to encode the query JSON in a URL, but it doesn't seem like it'd be very user friendly... Just supporting doc count metrics from a query...
Hi @paladox, Someone requested this a couple of years ago (https://github.com/braedon/prometheus-es-exporter/issues/56), but it's a bit hard for me to implement as I don't have a ipv6 network to test on....
Hi @jackiepg12, there's (currently) no support for reloading the config on the fly - either automatically or via a signal. The config is only read on startup, so if you...
Hi @gfelixc, that's not something I've seen, but it looks like it might be a bug in the [kafka-python](https://github.com/dpkp/kafka-python) library. In `KafkaConsumer`, `next_v2()` sets `_consumer_timeout` to some time in the...
(Just to check - you haven't changed `consumer_timeout_ms` from the default 500ms, have you?)
No worries, I'll keep this open. If you could link to the kafka-python issue once created it'd be great.
Hi @akunszt, that's not a very ideal situation - sorry about that! I'm curious as to where these bad messages are coming from - I've never run into them myself....
I see - that explains the "coincidental" issue/pr alignment then :smile: @jutley If you can get me any more info on what the problematic messages are/where they come from, it'd...
Thanks for digging into this. It's rather unfortunate that Kafka effectively broke client backwards compatibility in 0.11.0 ☹️ (at least that's what it looks like to me). My guess is...