Conrad Kleinespel

Results 26 comments of Conrad Kleinespel

@konstin I don't have much time to work on `rpassword` at the moment but when I get a chance, I'll add a `rust-version` field. When it's done I'll make sure...

Fixed with help from @LSchallot and published in v7.1.0 on crates.io

Fixed with help from @LSchallot and published in v7.1.0 on crates.io

@fstab This seems correct, thanks ! 🙏 However, for some reason, I'm seeing this kind of output from `jmx-exporter`. We can see duplicate metrics , one with a value, the...

If I set my configuration like this to fetch only a single attribute, `records-lag` for a specific topic and partition: ```yaml rules: - pattern: kafka.consumerrecords-lag name: kafka_connect_consumer_fetch_records_lag labels: clientId: "$1"...

@tadam313 Unfortunately no

@superfav Thanks for your help, this does fix the issue on my side too! I had a quick look at the [JMX exporter docs](https://github.com/prometheus/jmx_exporter), it says the pattern is not...

You may want to look into using Single Message Transforms which can help shape the data any way you want it to be. I've found this series of videos to...

I'm also interested in seeing this merged. Let me know if there is anything I can do to help.

From looking at a heap dump, it looks like the connector may allocate `s3.part.size` 3 times for each topic and partition: - once for the message payload; - once for...