Martin Schneppenheim
Martin Schneppenheim
In case it's helpful, that's the approach I use to instrument request durations in Go. I simply create a middleware which gets the "routePattern" (to avoid highly cardinal labels on...
@gAmUssA I know how to replicate it on a Windows 10 environment with docker. 1. Run start single node kafka & zookeeper cluster with this configuration: https://hastebin.com/jiluhivoto.http 2. Create a...
Hey @nileshdt2000 , no there's no one currently working on that. Could you clarify what kind of metrics you'd like to see?
I think Kafka itself has a metric called under min isr. I think introducing a similiar metric would make sense. Literally you could expose via a metric how many under.min.isr.partitions...
Hello, TLS 1.3 should be supported. Could you please provide additional information: - What kMinion version do you use? - Logs with debug level enabled (react the sensitive parts such...
@mrandreyeff I'm sorry, I haven't seen this error before. As you've already figured out this error messages comes from Go. The kafka client we use just uses Go's underlying TLS...
@mrandreyeff Yes, KMinion as well as Redpanda Console where the same kafka library and bootstrapping code is used against a lot of TLS secured clusters with all kinds of different...
Hey @rmb938 , thanks for filing this issue. Unfortunately I'm very busy at the moment, but during the holidays I should have some time to look into this. I wasn't...
Hey Adi, are you sure that the large scrape times are actually caused by the request that describes the topic configs? Did you measure it or how did you come...
I also added https://github.com/cloudhut/kminion/issues/100 , as it's very cumbersome for you to debug this probably.